Searched refs:debugApp (Results 1 – 2 of 2) sorted by relevance
3104 [[maybe_unused]] bool debugApp) in NotifyDebugMode() argument3107 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() argument3184 jsDebuggerManager->SetDebugMode(option.isDebugMode && debugApp); in StoreDebugInfo()3185 jsDebuggerManager->SetIsDebugApp(debugApp); in StoreDebugInfo()
1238 … const DebuggerPostTask &debuggerPostTask = {}, bool debugApp = false);1240 …d, EcmaVM *vm, const DebugOption &option, const DebuggerPostTask &debuggerPostTask, bool debugApp);