/arkcompiler/toolchain/tooling/test/ |
D | js_pt_hooks_test.cpp | 63 auto debugger = std::make_unique<DebuggerImpl>(ecmaVm, nullptr, nullptr); in HWTEST_F_L0() local 74 auto debugger = std::make_unique<DebuggerImpl>(ecmaVm, nullptr, nullptr); in HWTEST_F_L0() local 82 auto debugger = std::make_unique<DebuggerImpl>(ecmaVm, nullptr, nullptr); in HWTEST_F_L0() local 93 auto debugger = std::make_unique<DebuggerImpl>(ecmaVm, nullptr, nullptr); in HWTEST_F_L0() local 103 auto debugger = std::make_unique<DebuggerImpl>(ecmaVm, nullptr, nullptr); in HWTEST_F_L0() local 111 auto debugger = std::make_unique<DebuggerImpl>(ecmaVm, nullptr, nullptr); in HWTEST_F_L0() local 119 auto debugger = std::make_unique<DebuggerImpl>(ecmaVm, nullptr, nullptr); in HWTEST_F_L0() local
|
D | debugger_commands_test.cpp | 65 std::unique_ptr<JSDebugger> debugger = std::make_unique<JSDebugger>(ecmaVm); in HWTEST_F_L0() local
|
/arkcompiler/toolchain/tooling/backend/ |
D | js_pt_hooks.h | 30 explicit JSPtHooks(DebuggerImpl *debugger) : debugger_(debugger) {} in JSPtHooks()
|
/arkcompiler/toolchain/test/fuzztest/backend/backendsinglestep_fuzzer/ |
D | backendsinglestep_fuzzer.cpp | 52 auto debugger = std::make_unique<DebuggerImpl>(vm, nullptr, nullptr); in BackendSingleStepFuzzTest() local
|
/arkcompiler/toolchain/test/fuzztest/backend/backendbreakpoint_fuzzer/ |
D | backendbreakpoint_fuzzer.cpp | 52 auto debugger = std::make_unique<DebuggerImpl>(vm, nullptr, nullptr); in BackendBreakpointFuzzTest() local
|
/arkcompiler/toolchain/test/fuzztest/backend/backendexception_fuzzer/ |
D | backendexception_fuzzer.cpp | 52 auto debugger = std::make_unique<DebuggerImpl>(vm, nullptr, nullptr); in BackendExceptionFuzzTest() local
|
/arkcompiler/toolchain/test/fuzztest/backend/backendloadmodule_fuzzer/ |
D | backendloadmodule_fuzzer.cpp | 52 auto debugger = std::make_unique<DebuggerImpl>(vm, nullptr, nullptr); in BackendLoadModuleFuzzTest() local
|
/arkcompiler/toolchain/test/fuzztest/backend/backendnativecalling_fuzzer/ |
D | backendnativecalling_fuzzer.cpp | 52 auto debugger = std::make_unique<DebuggerImpl>(vm, nullptr, nullptr); in BackendNativeCallingFuzzTest() local
|
/arkcompiler/toolchain/tooling/agent/ |
D | debugger_impl.h | 110 DispatcherImpl(ProtocolChannel *channel, std::unique_ptr<DebuggerImpl> debugger) in DispatcherImpl()
|
/arkcompiler/toolchain/tooling/ |
D | dispatcher.cpp | 151 auto debugger = std::make_unique<DebuggerImpl>(vm, channel, runtime.get()); in Dispatcher() local
|
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/ |
D | propertyNamesOfReservedWords.ts | 109 debugger; property 210 debugger; variable 385 debugger, enumerator
|
D | convertClassExpressionToFunctionFromObjectProperty2.ts | 75 debugger: class { constant
|
/arkcompiler/ets_runtime/ecmascript/debugger/ |
D | debugger_api.cpp | 230 void DebuggerApi::DestroyJSDebugger(JSDebugger *debugger) in DestroyJSDebugger() 235 void DebuggerApi::RegisterHooks(JSDebugger *debugger, PtHooks *hooks) in RegisterHooks() 240 bool DebuggerApi::SetBreakpoint(JSDebugger *debugger, const JSPtLocation &location, in SetBreakpoint() 246 bool DebuggerApi::RemoveBreakpoint(JSDebugger *debugger, const JSPtLocation &location) in RemoveBreakpoint() 251 void DebuggerApi::RemoveAllBreakpoints(JSDebugger *debugger) in RemoveAllBreakpoints()
|
/arkcompiler/ets_frontend/ts2panda/src/ |
D | pandagen.ts | 858 debugger(node: ts.Node): void { method in PandaGen
|