Lines Matching defs:frameHandler
1785 …o walkerFunc = [this, &callFrameId, &callFrames, &getScope](const FrameHandler *frameHandler) -> S… in GenerateCallFrames()
1805 void DebuggerImpl::SaveCallFrameHandler(const FrameHandler *frameHandler) in SaveCallFrameHandler()
1812 bool DebuggerImpl::GenerateCallFrame(CallFrame *callFrame, const FrameHandler *frameHandler, in GenerateCallFrame()
1867 const FrameHandler *frameHandler, in GenerateScopeChains()
1893 std::unique_ptr<Scope> DebuggerImpl::GetLocalScopeChain(const FrameHandler *frameHandler, in GetLocalScopeChain()
1946 …ector<std::unique_ptr<Scope>> DebuggerImpl::GetClosureScopeChains(const FrameHandler *frameHandler, in GetClosureScopeChains()
2040 std::unique_ptr<Scope> DebuggerImpl::GetModuleScopeChain(const FrameHandler *frameHandler) in GetModuleScopeChain()
2063 void DebuggerImpl::GetLocalVariables(const FrameHandler *frameHandler, panda_file::File::EntityId m… in GetLocalVariables()
2115 std::unique_ptr<Scope> DebuggerImpl::GetGlobalScopeChain(const FrameHandler *frameHandler) in GetGlobalScopeChain()
2134 void DebuggerImpl::UpdateScopeObject(const FrameHandler *frameHandler, in UpdateScopeObject()
2188 FrameHandler *frameHandler = callFrameHandlers_[callFrameId].get(); in CmptEvaluateValue() local