Searched refs:DropLastFrame (Results 1 – 6 of 6) sorted by relevance
188 void DropLastFrame() in DropLastFrame() function190 dropframeManager_.DropLastFrame(jsThread_); in DropLastFrame()
33 void DropLastFrame(JSThread *thread);
174 static void DropLastFrame(const EcmaVM *ecmaVm);
126 void DropframeManager::DropLastFrame(JSThread *thread) in DropLastFrame() function in panda::ecmascript::tooling::DropframeManager
1288 void DebuggerApi::DropLastFrame(const EcmaVM *ecmaVm) in DropLastFrame() function in panda::ecmascript::tooling::DebuggerApi1291 debuggerMgr->DropLastFrame(); in DropLastFrame()
1229 DebuggerApi::DropLastFrame(vm_); in DropFrame()