Home
last modified time | relevance | path

Searched refs:DebugOption (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/test/fuzztest/jsnapistartdebugger_fuzzer/
Djsnapistartdebugger_fuzzer.cpp42 JSNApi::DebugOption const debugOption = {nullptr, true, -1}; in JSNApiStartDebuggerFuzzTest()
/arkcompiler/toolchain/tooling/test/
Ddebugger_entry_test.cpp40 JSNApi::DebugOption debugOption = {DEBUGGER_TEST_LIBRARY, true}; in SetUp()
Ddebugger_cinterp_test.cpp40 JSNApi::DebugOption debugOption = {DEBUGGER_TEST_LIBRARY, true}; in SetUp()
/arkcompiler/ets_runtime/ecmascript/napi/
Ddfx_jsnapi.cpp559 JSNApi::DebugOption debugOption; in StartProfiler()
Djsnapi.cpp420 bool JSNApi::StartDebugger([[maybe_unused]] EcmaVM *vm, [[maybe_unused]] const DebugOption &option, in StartDebugger()
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi.h1274 struct DebugOption { struct
1352 static bool StartDebugger(EcmaVM *vm, const DebugOption &option, int32_t instanceId = 0,