Searched refs:dOption (Results 1 – 3 of 3) sorted by relevance
204 void CJRuntime::StartDebugMode(const DebugOption dOption) in StartDebugMode() argument211 bool isStartWithDebug = dOption.isStartWithDebug; in StartDebugMode()212 bool isDebugApp = dOption.isDebugApp; in StartDebugMode()214 std::string inputProcessName = bundleName_ != dOption.processName ? dOption.processName : ""; in StartDebugMode()
196 void JsRuntime::StartDebugMode(const DebugOption dOption) in StartDebugMode() argument212 bool isStartWithDebug = dOption.isStartWithDebug; in StartDebugMode()213 bool isDebugApp = dOption.isDebugApp; in StartDebugMode()215 StartDebuggerInWorkerModule(isDebugApp, dOption.isStartWithNative); in StartDebugMode()219 std::string inputProcessName = bundleName_ != dOption.processName ? dOption.processName : ""; in StartDebugMode()338 void JsRuntime::StartProfiler(const DebugOption dOption) in StartProfiler() argument349 bool isStartWithDebug = dOption.isStartWithDebug; in StartProfiler()350 bool isDebugApp = dOption.isDebugApp; in StartProfiler()355 std::string inputProcessName = bundleName_ != dOption.processName ? dOption.processName : ""; in StartProfiler()377 DebuggerConnectionManager(isDebugApp, isStartWithDebug, dOption); in StartProfiler()[all …]
132 … void DebuggerConnectionManager(bool isDebugApp, bool isStartWithDebug, const DebugOption dOption);