Home
last modified time | relevance | path

Searched refs:IsMixedDebugEnabled (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/test/fuzztest/jsnapiinformation_fuzzer/
H A Djsnapiinformation_fuzzer.cpp78 JSNApi::IsMixedDebugEnabled(vm); in JSNApiIsMixedDebugEnabledFuzzTest()
/arkcompiler/ets_runtime/ecmascript/debugger/
H A Djs_debugger_manager.h108 bool IsMixedDebugEnabled() const in IsMixedDebugEnabled() function in panda::ecmascript::tooling::JsDebuggerManager
/arkcompiler/toolchain/tooling/test/
H A Ddebugger_impl_test.cpp893 EXPECT_FALSE(ecmaVm->GetJsDebuggerManager()->IsMixedDebugEnabled()); in HWTEST_F_L0()
907 EXPECT_TRUE(ecmaVm->GetJsDebuggerManager()->IsMixedDebugEnabled()); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/napi/include/
H A Djsnapi_expo.h1650 static bool IsMixedDebugEnabled(const EcmaVM *vm);
/arkcompiler/ets_runtime/ecmascript/napi/
H A Djsnapi_expo.cpp3574 if (isDebugApp && dm->IsMixedDebugEnabled()) { in CallForNapi()
4902 bool JSNApi::IsMixedDebugEnabled([[maybe_unused]] const EcmaVM *vm) in IsMixedDebugEnabled() function in panda::JSNApi
4905 return vm->GetJsDebuggerManager()->IsMixedDebugEnabled(); in IsMixedDebugEnabled()
/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Dffi_workload.cpp3200 bool b = JSNApi::IsMixedDebugEnabled(vm_); in HWTEST_F_L0()

Completed in 30 milliseconds