Home
last modified time | relevance | path

Searched refs:GenerateCallFrames (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/toolchain/tooling/test/testcases/
Djs_syntax_exception_test.h31 ASSERT_TRUE(debugger_->GenerateCallFrames(&callFrames)); in JsSyntaxExceptionTest()
47 ASSERT_TRUE(debugger_->GenerateCallFrames(&callFrames)); in JsSyntaxExceptionTest()
Djs_range_error_test.h31 ASSERT_TRUE(debugger_->GenerateCallFrames(&callFrames)); in JsRangeErrorTest()
47 ASSERT_TRUE(debugger_->GenerateCallFrames(&callFrames)); in JsRangeErrorTest()
Djs_exception_test.h31 ASSERT_TRUE(debugger_->GenerateCallFrames(&callFrames)); in JsExceptionTest()
47 ASSERT_TRUE(debugger_->GenerateCallFrames(&callFrames)); in JsExceptionTest()
Djs_throw_exception_test.h31 ASSERT_TRUE(debugger_->GenerateCallFrames(&callFrames)); in JsThrowExceptionTest()
47 ASSERT_TRUE(debugger_->GenerateCallFrames(&callFrames)); in JsThrowExceptionTest()
/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.h106 bool GenerateCallFrames(std::vector<std::unique_ptr<CallFrame>> *callFrames);
Ddebugger_impl.cpp228 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