Home
last modified time | relevance | path

Searched refs:IsDebugApp (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/debugger/
Djs_debugger_manager.h87 bool IsDebugApp() const in IsDebugApp() function
/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.cpp82 if (!vm_->GetJsDebuggerManager()->IsDebugApp()) { in NotifyScriptParsed()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp2189 if (dm->IsDebugApp()) { in CallForNapi()