Home
last modified time | relevance | path

Searched refs:debugApp (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp3104 [[maybe_unused]] bool debugApp) in NotifyDebugMode() argument
3107 LOG_ECMA(INFO) << "JSNApi::NotifyDebugMode, tid = " << tid << ", debugApp = " << debugApp in NotifyDebugMode()
3115 if (!debugApp) { in NotifyDebugMode()
3126 jsDebuggerManager->SetDebugMode(option.isDebugMode && debugApp); in NotifyDebugMode()
3127 jsDebuggerManager->SetIsDebugApp(debugApp); in NotifyDebugMode()
3163 [[maybe_unused]] bool debugApp) in StoreDebugInfo() argument
3184 jsDebuggerManager->SetDebugMode(option.isDebugMode && debugApp); in StoreDebugInfo()
3185 jsDebuggerManager->SetIsDebugApp(debugApp); in StoreDebugInfo()
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi_expo.h1238 … const DebuggerPostTask &debuggerPostTask = {}, bool debugApp = false);
1240 …d, EcmaVM *vm, const DebugOption &option, const DebuggerPostTask &debuggerPostTask, bool debugApp);