Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/fuzztest/jsnapistartdebugger_fuzzer/
H A Djsnapistartdebugger_fuzzer.cpp42 JSNApi::DebugOption const debugOption = {nullptr, true, -1}; in JSNApiStartDebuggerFuzzTest() member in OHOS::JSNApi
43 JSNApi::StartDebugger(vm, debugOption, instanceId); in JSNApiStartDebuggerFuzzTest()
/arkcompiler/ets_runtime/test/fuzztest/jsnapistopdebugger_fuzzer/
H A Djsnapistopdebugger_fuzzer.cpp42 JSNApi::DebugOption const debugOption = { nullptr, true, -1 }; in JSNApiStopDebuggerFuzzTest() member in OHOS::JSNApi
43 JSNApi::StartDebugger(vm, debugOption, instanceId); in JSNApiStopDebuggerFuzzTest()
/arkcompiler/toolchain/tooling/test/
H A Ddebugger_cint_client_test.cpp48 JSNApi::DebugOption debugOption = {DEBUGGER_LIBRARY, true, g_port}; variable
49 JSNApi::StartDebugger(instance, debugOption);
H A Ddebugger_client_test.cpp48 JSNApi::DebugOption debugOption = {DEBUGGER_LIBRARY, true, g_port}; variable
49 JSNApi::StartDebugger(instance, debugOption);
H A Ddebugger_cinterp_test.cpp41 JSNApi::DebugOption debugOption = {DEBUGGER_TEST_LIBRARY, true, -1}; variable
42 JSNApi::StartDebugger(instance, debugOption);
H A Ddebugger_entry_test.cpp41 JSNApi::DebugOption debugOption = {DEBUGGER_TEST_LIBRARY, true, -1}; variable
42 JSNApi::StartDebugger(instance, debugOption);
/arkcompiler/ets_runtime/ecmascript/napi/
H A Ddfx_jsnapi.cpp910 JSNApi::DebugOption debugOption; in StartProfiler() local
911 debugOption.libraryPath = option.libraryPath; in StartProfiler()
913 debugOption.isDebugMode = false; in StartProfiler()
914 if (JSNApi::NotifyDebugMode(tid, vm, debugOption, instanceId, debuggerPostTask, isDebugApp)) { in StartProfiler()
921 debugOption.isDebugMode = true; in StartProfiler()
922 return JSNApi::NotifyDebugMode(tid, vm, debugOption, instanceId, debuggerPostTask, isDebugApp); in StartProfiler()

Completed in 4 milliseconds