void CreateContext() { _context = _runtime.CreateContext(); _scope = new JavaScriptContext.Scope(_context); if (IsDebugConfiguration) { _runtime.StartDebugging(); } }
void CreateContext() { _context = _runtime.CreateContext(); _scope = new JavaScriptContext.Scope(_context); if (_debug) { _runtime.StartDebugging(); } }