Searched defs:isDebugMode (Results 1 – 7 of 7) sorted by relevance
19 extern "C" bool StartDebug(const std::string &name, EcmaVM *vm, bool isDebugMode) in StartDebug()
27 …buggerImpl([[maybe_unused]] const std::string &name, EcmaVM *vm, [[maybe_unused]] bool isDebugMode) in StartDebuggerImpl()
63 void SetDebugMode(bool isDebugMode) in SetDebugMode()
381 bool StartDebug(const std::string& componentName, void* vm, bool isDebugMode, in StartDebug()
210 void SetDebugMode(bool isDebugMode) in SetDebugMode()
1306 const isDebugMode = isDebug(projectConfig); constant
1556 bool isDebugMode = false; member