Lines Matching defs:frameHandler
1641 …o walkerFunc = [this, &callFrameId, &callFrames, &getScope](const FrameHandler *frameHandler) -> S… in GenerateCallFrames()
1661 void DebuggerImpl::SaveCallFrameHandler(const FrameHandler *frameHandler) in SaveCallFrameHandler()
1668 bool DebuggerImpl::GenerateCallFrame(CallFrame *callFrame, const FrameHandler *frameHandler, in GenerateCallFrame()
1723 const FrameHandler *frameHandler, in GenerateScopeChains()
1749 std::unique_ptr<Scope> DebuggerImpl::GetLocalScopeChain(const FrameHandler *frameHandler, in GetLocalScopeChain()
1802 …ector<std::unique_ptr<Scope>> DebuggerImpl::GetClosureScopeChains(const FrameHandler *frameHandler, in GetClosureScopeChains()
1896 std::unique_ptr<Scope> DebuggerImpl::GetModuleScopeChain(const FrameHandler *frameHandler) in GetModuleScopeChain()
1919 void DebuggerImpl::GetLocalVariables(const FrameHandler *frameHandler, panda_file::File::EntityId m… in GetLocalVariables()
1971 std::unique_ptr<Scope> DebuggerImpl::GetGlobalScopeChain(const FrameHandler *frameHandler) in GetGlobalScopeChain()
1990 void DebuggerImpl::UpdateScopeObject(const FrameHandler *frameHandler, in UpdateScopeObject()
2044 FrameHandler *frameHandler = callFrameHandlers_[callFrameId].get(); in CmptEvaluateValue() local