Home
last modified time | relevance | path

Searched defs:callFrames (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/toolchain/tooling/test/testcases/
Djs_syntax_exception_test.h30 std::vector<std::unique_ptr<CallFrame>> callFrames; in JsSyntaxExceptionTest() local
46 std::vector<std::unique_ptr<CallFrame>> callFrames; in JsSyntaxExceptionTest() local
Djs_throw_exception_test.h30 std::vector<std::unique_ptr<CallFrame>> callFrames; in JsThrowExceptionTest() local
46 std::vector<std::unique_ptr<CallFrame>> callFrames; in JsThrowExceptionTest() local
Djs_exception_test.h30 std::vector<std::unique_ptr<CallFrame>> callFrames; in JsExceptionTest() local
46 std::vector<std::unique_ptr<CallFrame>> callFrames; in JsExceptionTest() local
Djs_range_error_test.h30 std::vector<std::unique_ptr<CallFrame>> callFrames; in JsRangeErrorTest() local
46 std::vector<std::unique_ptr<CallFrame>> callFrames; in JsRangeErrorTest() local
/arkcompiler/toolchain/tooling/base/
Dpt_returns.h124 explicit RestartFrameReturns(std::vector<std::unique_ptr<CallFrame>> callFrames) in RestartFrameReturns()
189 : callFrames_(std::move(callFrames)), in callFrames_()
Dpt_events.h97 Paused &SetCallFrames(std::vector<std::unique_ptr<CallFrame>> callFrames) in SetCallFrames()
/arkcompiler/runtime_core/runtime/tooling/inspector/tests/
Dexpect_pauses.h39 std::vector<CallFrame> callFrames; member
/arkcompiler/runtime_core/runtime/tooling/inspector/
Dinspector.cpp81 auto addCallFrame = [&this](JsonArrayBuilder &callFrames, const PtFrame &frame) { in HandlePendingPause()
/arkcompiler/toolchain/tooling/test/
Ddebugger_returns_test.cpp147 auto callFrames = std::vector<std::unique_ptr<CallFrame>>(); in HWTEST_F_L0() local
197 auto callFrames = std::vector<std::unique_ptr<CallFrame>>(); in HWTEST_F_L0() local
Ddebugger_events_test.cpp101 std::unique_ptr<PtJson> callFrames; in HWTEST_F_L0() local
/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.cpp236 std::vector<std::unique_ptr<CallFrame>> callFrames; in NotifyPaused() local
899 bool DebuggerImpl::GenerateCallFrames(std::vector<std::unique_ptr<CallFrame>> *callFrames) in GenerateCallFrames()