Searched refs:scopeChain (Results 1 – 4 of 4) sorted by relevance
/ark/js_runtime/ecmascript/tooling/test/ |
D | debugger_types_test.cpp | 1384 "location":{"scriptId":"5","lineNumber":19},"url":"url7","scopeChain": in HWTEST_F_L0() 1394 "location":{"scriptId":"5","lineNumber":19},"url":"url7","scopeChain": in HWTEST_F_L0() 1404 "location":{"scriptId":"5","lineNumber":19},"url":"url7","scopeChain": in HWTEST_F_L0() 1414 "location":{"scriptId":"5","lineNumber":19},"url":"url7","scopeChain": in HWTEST_F_L0() 1424 "location":{"scriptId":"5","lineNumber":19},"url":"url7","scopeChain": in HWTEST_F_L0() 1434 "location":{"scriptId":"5","lineNumber":19},"url":"url7","scopeChain": in HWTEST_F_L0() 1444 "location":{"scriptId2":"id5","lineNumber":19},"url":"url7","scopeChain": in HWTEST_F_L0() 1454 "location":10,"url":"url7","scopeChain": in HWTEST_F_L0() 1464 "location":{"scriptId":"5","lineNumber":19},"url":10,"scopeChain": in HWTEST_F_L0() 1474 "location":{"scriptId":"5","lineNumber":19},"url":{"url":"url7"},"scopeChain": in HWTEST_F_L0() [all …]
|
/ark/js_runtime/ecmascript/tooling/agent/ |
D | debugger_impl.cpp | 871 std::vector<std::unique_ptr<Scope>> scopeChain; in GenerateCallFrame() local 872 scopeChain.emplace_back(GetLocalScopeChain(frameHandler, &thisObj)); in GenerateCallFrame() 873 scopeChain.emplace_back(GetGlobalScopeChain()); in GenerateCallFrame() 882 .SetScopeChain(std::move(scopeChain)) in GenerateCallFrame()
|
/ark/js_runtime/ecmascript/tooling/base/ |
D | pt_types.cpp | 1332 std::unique_ptr<PtJson> scopeChain; in Create() local 1333 ret = params.GetArray("scopeChain", &scopeChain); in Create() 1335 int32_t len = scopeChain->GetSize(); in Create() 1337 std::unique_ptr<PtJson> arrayEle = scopeChain->Get(i); in Create()
|
D | pt_types.h | 1414 CallFrame &SetScopeChain(std::vector<std::unique_ptr<Scope>> scopeChain) in SetScopeChain() argument 1416 scopeChain_ = std::move(scopeChain); in SetScopeChain()
|