Searched refs:GenerateCallFrames (Results 1 – 6 of 6) sorted by relevance
31 ASSERT_TRUE(debugger_->GenerateCallFrames(&callFrames)); in JsSyntaxExceptionTest()47 ASSERT_TRUE(debugger_->GenerateCallFrames(&callFrames)); in JsSyntaxExceptionTest()
31 ASSERT_TRUE(debugger_->GenerateCallFrames(&callFrames)); in JsRangeErrorTest()47 ASSERT_TRUE(debugger_->GenerateCallFrames(&callFrames)); in JsRangeErrorTest()
31 ASSERT_TRUE(debugger_->GenerateCallFrames(&callFrames)); in JsExceptionTest()47 ASSERT_TRUE(debugger_->GenerateCallFrames(&callFrames)); in JsExceptionTest()
31 ASSERT_TRUE(debugger_->GenerateCallFrames(&callFrames)); in JsThrowExceptionTest()47 ASSERT_TRUE(debugger_->GenerateCallFrames(&callFrames)); in JsThrowExceptionTest()
106 bool GenerateCallFrames(std::vector<std::unique_ptr<CallFrame>> *callFrames);
228 if (!GenerateCallFrames(&callFrames)) { in NotifyPaused()259 if (GenerateCallFrames(&callFrames)) { in NotifyNativeCalling()1060 bool DebuggerImpl::GenerateCallFrames(std::vector<std::unique_ptr<CallFrame>> *callFrames) in GenerateCallFrames() function in panda::ecmascript::tooling::DebuggerImpl