Home
last modified time | relevance | path

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

/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.h149 std::unique_ptr<Scope> GetModuleScopeChain();
Ddebugger_impl.cpp982 scopeChain.emplace_back(GetModuleScopeChain()); in GenerateCallFrame()
1047 std::unique_ptr<Scope> DebuggerImpl::GetModuleScopeChain() in GetModuleScopeChain() function in panda::ecmascript::tooling::DebuggerImpl