Searched refs:debugInterface_ (Results 1 – 19 of 19) sorted by relevance
/arkcompiler/toolchain/tooling/test/utils/ |
D | test_hooks.h | 35 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
|
D | test_events.h | 64 JSDebugger *debugInterface_ {nullptr};
|
/arkcompiler/toolchain/tooling/test/testcases/ |
D | js_breakpoint_test.h | 43 auto ret = debugInterface_->SetBreakpoint(location_, condFuncRef); in JsBreakpointTest() 55 auto ret = debugInterface_->RemoveBreakpoint(location_); in JsBreakpointTest()
|
D | js_breakpoint_async_test.h | 43 auto ret = debugInterface_->SetBreakpoint(location_, condFuncRef); in JsBreakpointAsyncTest() 55 auto ret = debugInterface_->RemoveBreakpoint(location_); in JsBreakpointAsyncTest()
|
D | js_breakpoint_arrow_test.h | 43 auto ret = debugInterface_->SetBreakpoint(location_, condFuncRef); in JsBreakpointArrowTest() 53 auto ret = debugInterface_->RemoveBreakpoint(location_); in JsBreakpointArrowTest()
|
D | js_syntax_exception_test.h | 66 auto ret = debugInterface_->SetBreakpoint(location_, condFuncRef); in JsSyntaxExceptionTest() 78 auto ret = debugInterface_->RemoveBreakpoint(location_); in JsSyntaxExceptionTest()
|
D | js_exception_test.h | 66 auto ret = debugInterface_->SetBreakpoint(location_, condFuncRef); in JsExceptionTest() 78 auto ret = debugInterface_->RemoveBreakpoint(location_); in JsExceptionTest()
|
D | js_range_error_test.h | 66 auto ret = debugInterface_->SetBreakpoint(location_, condFuncRef); in JsRangeErrorTest() 78 auto ret = debugInterface_->RemoveBreakpoint(location_); in JsRangeErrorTest()
|
D | js_throw_exception_test.h | 69 auto ret = debugInterface_->SetBreakpoint(location_, condFuncRef); in JsThrowExceptionTest() 81 auto ret = debugInterface_->RemoveBreakpoint(location_); in JsThrowExceptionTest()
|
D | js_local_variable_scope_test.h | 47 auto ret = debugInterface_->SetBreakpoint(location_, condFuncRef); in JsLocalVariableScopeTest() 57 auto ret = debugInterface_->RemoveBreakpoint(location_); in JsLocalVariableScopeTest()
|
D | js_single_step_test.h | 41 auto ret = debugInterface_->SetBreakpoint(locationEnd_, condFuncRef); in JsSingleStepTest()
|
D | js_variable_first_test.h | 47 auto ret = debugInterface_->SetBreakpoint(location_, condFuncRef); in JsVariableFirstTest() 57 auto ret = debugInterface_->RemoveBreakpoint(location_); in JsVariableFirstTest()
|
D | js_module_variable_test.h | 52 auto ret = debugInterface_->SetBreakpoint(location_, condFuncRef); in JsModuleVariableTest() 62 auto ret = debugInterface_->RemoveBreakpoint(location_); in JsModuleVariableTest()
|
D | js_variable_second_test.h | 47 auto ret = debugInterface_->SetBreakpoint(location_, condFuncRef); in JsVariableSecondTest() 57 auto ret = debugInterface_->RemoveBreakpoint(location_); in JsVariableSecondTest()
|
D | js_container_test.h | 47 auto ret = debugInterface_->SetBreakpoint(location_, condFuncRef); in JsContainerTest() 58 auto ret = debugInterface_->RemoveBreakpoint(location_); in JsContainerTest()
|
D | js_dropframe_test.h | 62 auto ret = debugInterface_->SetBreakpoint(iter, condFuncRef); in JsDropFrameTest() 84 auto ret = debugInterface_->RemoveBreakpoint(pointerLocations_.at(index)); in JsDropFrameTest()
|
D | js_step_into_test.h | 47 auto ret = debugInterface_->SetBreakpoint(iter, condFuncRef); in JsStepIntoTest()
|
D | js_step_over_test.h | 45 auto ret = debugInterface_->SetBreakpoint(iter, condFuncRef); in JsStepOverTest()
|
D | js_step_out_test.h | 45 auto ret = debugInterface_->SetBreakpoint(iter, condFuncRef); in JsStepOutTest()
|