Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/debugger/
Djs_debugger_manager.h77 bool IsMixedDebugEnabled() const in IsMixedDebugEnabled() function
/arkcompiler/toolchain/tooling/test/
Ddebugger_impl_test.cpp782 EXPECT_FALSE(ecmaVm->GetJsDebuggerManager()->IsMixedDebugEnabled()); in HWTEST_F_L0()
795 EXPECT_TRUE(ecmaVm->GetJsDebuggerManager()->IsMixedDebugEnabled()); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi.h1355 static bool IsMixedDebugEnabled(const EcmaVM *vm);
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp516 bool JSNApi::IsMixedDebugEnabled([[maybe_unused]] const EcmaVM *vm) in IsMixedDebugEnabled() function in panda::JSNApi
520 return vm->GetJsDebuggerManager()->IsMixedDebugEnabled(); in IsMixedDebugEnabled()