Home
last modified time | relevance | path

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

/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.h238 std::unique_ptr<Scope> GetModuleScopeChain(const FrameHandler *frameHandler);
Ddebugger_impl.cpp1741 scopeChain.emplace_back(GetModuleScopeChain(frameHandler)); in GenerateScopeChains()
1895 std::unique_ptr<Scope> DebuggerImpl::GetModuleScopeChain(const FrameHandler *frameHandler) in GetModuleScopeChain() function in panda::ecmascript::tooling::DebuggerImpl