Home
last modified time | relevance | path

Searched refs:GetGlobalScopeChain (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.h157 std::unique_ptr<Scope> GetGlobalScopeChain();
Ddebugger_impl.cpp1146 scopeChain.emplace_back(GetGlobalScopeChain()); in GenerateCallFrame()
1330 std::unique_ptr<Scope> DebuggerImpl::GetGlobalScopeChain() in GetGlobalScopeChain() function in panda::ecmascript::tooling::DebuggerImpl