Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/fuzztest/jsnapiinformation_fuzzer/
Djsnapiinformation_fuzzer.cpp91 JSNApi::IsMixedDebugEnabled(vm); in JSNApiIsMixedDebugEnabledFuzzTest()
/arkcompiler/ets_runtime/ecmascript/debugger/
Djs_debugger_manager.h107 bool IsMixedDebugEnabled() const in IsMixedDebugEnabled() function
/arkcompiler/toolchain/tooling/test/
Ddebugger_impl_test.cpp782 EXPECT_FALSE(ecmaVm->GetJsDebuggerManager()->IsMixedDebugEnabled()); in HWTEST_F_L0()
796 EXPECT_TRUE(ecmaVm->GetJsDebuggerManager()->IsMixedDebugEnabled()); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp2223 if (dm->IsMixedDebugEnabled()) { in CallForNapi()
3284 bool JSNApi::IsMixedDebugEnabled([[maybe_unused]] const EcmaVM *vm) in IsMixedDebugEnabled() function in panda::JSNApi
3288 return vm->GetJsDebuggerManager()->IsMixedDebugEnabled(); in IsMixedDebugEnabled()
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi_expo.h1242 static bool IsMixedDebugEnabled(const EcmaVM *vm);
/arkcompiler/ets_runtime/ecmascript/napi/test/
Dffi_workload.cpp3199 bool b = JSNApi::IsMixedDebugEnabled(vm_); in HWTEST_F_L0()