Home
last modified time | relevance | path

Searched defs:scopeChain (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/common/
DVisibleValue.ts31 private scopeChain: Scope[]; // 不包含currScope property in VisibleValue
/arkcompiler/toolchain/tooling/static/
Dinspector_server.cpp1017 auto &scopeChain, auto &objThis) { in EnumerateCallFrames()
1024const std::vector<Scope> &scopeChain, [[maybe_unused]] PtThread thread, in AddCallFrameInfo()
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/
Dinspector_server.cpp1017 auto &scopeChain, auto &objThis) { in EnumerateCallFrames()
1024const std::vector<Scope> &scopeChain, [[maybe_unused]] PtThread thread, in AddCallFrameInfo()
/arkcompiler/toolchain/tooling/dynamic/agent/
Ddebugger_impl.cpp2116 std::vector<std::unique_ptr<Scope>> scopeChain; in GenerateCallFrame() local
2130 std::vector<std::unique_ptr<Scope>> &scopeChain, in GenerateScopeChains()
/arkcompiler/toolchain/tooling/dynamic/test/
Ddebugger_types_test.cpp1558 const std::vector<std::unique_ptr<Scope>> *scopeChain = callFrame->GetScopeChain(); in HWTEST_F_L0() local
/arkcompiler/toolchain/tooling/dynamic/base/
Dpt_types.h1715 CallFrame &SetScopeChain(std::vector<std::unique_ptr<Scope>> scopeChain) in SetScopeChain()
Dpt_types.cpp2015 std::unique_ptr<PtJson> scopeChain; in Create() local