Home
last modified time | relevance | path

Searched refs:debugInterface_ (Results 1 – 19 of 19) sorted by relevance

/arkcompiler/toolchain/tooling/test/utils/
Dtest_hooks.h35 test_->debugInterface_ = debugger_->jsDebugger_; in TestHooks()
36 debugInterface_ = debugger_->jsDebugger_; in TestHooks()
38 debugInterface_->RegisterHooks(this); in TestHooks()
110 debugInterface_->UnregisterHooks(); in TerminateTest()
123 JSDebugger *debugInterface_; variable
Dtest_events.h64 JSDebugger *debugInterface_ {nullptr};
/arkcompiler/toolchain/tooling/test/testcases/
Djs_breakpoint_test.h43 auto ret = debugInterface_->SetBreakpoint(location_, condFuncRef); in JsBreakpointTest()
55 auto ret = debugInterface_->RemoveBreakpoint(location_); in JsBreakpointTest()
Djs_breakpoint_async_test.h43 auto ret = debugInterface_->SetBreakpoint(location_, condFuncRef); in JsBreakpointAsyncTest()
55 auto ret = debugInterface_->RemoveBreakpoint(location_); in JsBreakpointAsyncTest()
Djs_breakpoint_arrow_test.h43 auto ret = debugInterface_->SetBreakpoint(location_, condFuncRef); in JsBreakpointArrowTest()
53 auto ret = debugInterface_->RemoveBreakpoint(location_); in JsBreakpointArrowTest()
Djs_syntax_exception_test.h66 auto ret = debugInterface_->SetBreakpoint(location_, condFuncRef); in JsSyntaxExceptionTest()
78 auto ret = debugInterface_->RemoveBreakpoint(location_); in JsSyntaxExceptionTest()
Djs_exception_test.h66 auto ret = debugInterface_->SetBreakpoint(location_, condFuncRef); in JsExceptionTest()
78 auto ret = debugInterface_->RemoveBreakpoint(location_); in JsExceptionTest()
Djs_range_error_test.h66 auto ret = debugInterface_->SetBreakpoint(location_, condFuncRef); in JsRangeErrorTest()
78 auto ret = debugInterface_->RemoveBreakpoint(location_); in JsRangeErrorTest()
Djs_throw_exception_test.h69 auto ret = debugInterface_->SetBreakpoint(location_, condFuncRef); in JsThrowExceptionTest()
81 auto ret = debugInterface_->RemoveBreakpoint(location_); in JsThrowExceptionTest()
Djs_local_variable_scope_test.h47 auto ret = debugInterface_->SetBreakpoint(location_, condFuncRef); in JsLocalVariableScopeTest()
57 auto ret = debugInterface_->RemoveBreakpoint(location_); in JsLocalVariableScopeTest()
Djs_single_step_test.h41 auto ret = debugInterface_->SetBreakpoint(locationEnd_, condFuncRef); in JsSingleStepTest()
Djs_variable_first_test.h47 auto ret = debugInterface_->SetBreakpoint(location_, condFuncRef); in JsVariableFirstTest()
57 auto ret = debugInterface_->RemoveBreakpoint(location_); in JsVariableFirstTest()
Djs_module_variable_test.h52 auto ret = debugInterface_->SetBreakpoint(location_, condFuncRef); in JsModuleVariableTest()
62 auto ret = debugInterface_->RemoveBreakpoint(location_); in JsModuleVariableTest()
Djs_variable_second_test.h47 auto ret = debugInterface_->SetBreakpoint(location_, condFuncRef); in JsVariableSecondTest()
57 auto ret = debugInterface_->RemoveBreakpoint(location_); in JsVariableSecondTest()
Djs_container_test.h47 auto ret = debugInterface_->SetBreakpoint(location_, condFuncRef); in JsContainerTest()
58 auto ret = debugInterface_->RemoveBreakpoint(location_); in JsContainerTest()
Djs_dropframe_test.h62 auto ret = debugInterface_->SetBreakpoint(iter, condFuncRef); in JsDropFrameTest()
84 auto ret = debugInterface_->RemoveBreakpoint(pointerLocations_.at(index)); in JsDropFrameTest()
Djs_step_into_test.h47 auto ret = debugInterface_->SetBreakpoint(iter, condFuncRef); in JsStepIntoTest()
Djs_step_over_test.h45 auto ret = debugInterface_->SetBreakpoint(iter, condFuncRef); in JsStepOverTest()
Djs_step_out_test.h45 auto ret = debugInterface_->SetBreakpoint(iter, condFuncRef); in JsStepOutTest()