Searched refs:opt_is_running (Results 1 – 1 of 1) sorted by relevance
987 ExecutionState.prototype.debugCommandProcessor = function(opt_is_running) { argument988 return new DebugCommandProcessor(this, opt_is_running);1268 function DebugCommandProcessor(exec_state, opt_is_running) { argument1270 this.running_ = opt_is_running || false;