Lines Matching defs:config
80 std::string fontPath = FileSystem::GetApplicationPath() + separator + ".." + separator + "config" + separator;
226 DebuggerConfig config;
227 config.startDebuggerServer = isDebug;
229 ILOG("Debug Server Enable: %d", config.startDebuggerServer);
230 config.snapshotMode = false;
231 config.heapSize = jsHeapSize;
233 config.port = debugServerPort;
234 config.startDebuggerServer = isDebug;
235 config.snapshotMode = false;
238 Debugger::GetInstance().ConfigEngineDebugger(config);