Home
last modified time | relevance | path

Searched refs:debugOption (Results 1 – 4 of 4) 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/toolchain/tooling/test/
Ddebugger_entry_test.cpp40 JSNApi::DebugOption debugOption = {DEBUGGER_TEST_LIBRARY, true}; in SetUp() local
41 JSNApi::StartDebugger(instance, debugOption); in SetUp()
Ddebugger_cinterp_test.cpp40 JSNApi::DebugOption debugOption = {DEBUGGER_TEST_LIBRARY, true}; in SetUp() local
41 JSNApi::StartDebugger(instance, debugOption); in SetUp()
/arkcompiler/ets_runtime/ecmascript/napi/
Ddfx_jsnapi.cpp559 JSNApi::DebugOption debugOption; in StartProfiler() local
560 debugOption.libraryPath = option.libraryPath; in StartProfiler()
562 debugOption.isDebugMode = false; in StartProfiler()
563 if (JSNApi::StartDebugger(vm, debugOption, instanceId, debuggerPostTask)) { in StartProfiler()
571 debugOption.isDebugMode = true; in StartProfiler()
572 return JSNApi::StartDebugger(vm, debugOption, instanceId, debuggerPostTask); in StartProfiler()