Home
last modified time | relevance | path

Searched refs:debugOption (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/test/fuzztest/jsnapistartdebugger_fuzzer/
Djsnapistartdebugger_fuzzer.cpp42 JSNApi::DebugOption const debugOption = {nullptr, true, -1}; in JSNApiStartDebuggerFuzzTest() local
43 JSNApi::StartDebugger(vm, debugOption, instanceId); in JSNApiStartDebuggerFuzzTest()
/arkcompiler/ets_runtime/test/fuzztest/jsnapistopdebugger_fuzzer/
Djsnapistopdebugger_fuzzer.cpp42 JSNApi::DebugOption const debugOption = { nullptr, true, -1 }; in JSNApiStopDebuggerFuzzTest() local
43 JSNApi::StartDebugger(vm, debugOption, instanceId); in JSNApiStopDebuggerFuzzTest()
/arkcompiler/toolchain/tooling/test/
Ddebugger_entry_test.cpp41 JSNApi::DebugOption debugOption = {DEBUGGER_TEST_LIBRARY, true, -1}; in SetUp() local
42 JSNApi::StartDebugger(instance, debugOption); in SetUp()
Ddebugger_cinterp_test.cpp41 JSNApi::DebugOption debugOption = {DEBUGGER_TEST_LIBRARY, true, -1}; in SetUp() local
42 JSNApi::StartDebugger(instance, debugOption); in SetUp()
Ddebugger_cint_client_test.cpp43 JSNApi::DebugOption debugOption = {DEBUGGER_LIBRARY, true, g_port}; in SetUp() local
44 JSNApi::StartDebugger(instance, debugOption); in SetUp()
Ddebugger_client_test.cpp43 JSNApi::DebugOption debugOption = {DEBUGGER_LIBRARY, true, g_port}; in SetUp() local
44 JSNApi::StartDebugger(instance, debugOption); in SetUp()
/arkcompiler/ets_runtime/ecmascript/napi/
Ddfx_jsnapi.cpp673 JSNApi::DebugOption debugOption; in StartProfiler() local
674 debugOption.libraryPath = option.libraryPath; in StartProfiler()
676 debugOption.isDebugMode = false; in StartProfiler()
677 … if (JSNApi::NotifyDebugMode(tid, vm, debugOption, instanceId, debuggerPostTask, isDebugApp)) { in StartProfiler()
685 debugOption.isDebugMode = true; in StartProfiler()
686 … return JSNApi::NotifyDebugMode(tid, vm, debugOption, instanceId, debuggerPostTask, isDebugApp); in StartProfiler()