Searched refs:opt_is_running (Results 1 – 1 of 1) sorted by relevance
984 ExecutionState.prototype.debugCommandProcessor = function(opt_is_running) { argument985 return new DebugCommandProcessor(this, opt_is_running);1251 function DebugCommandProcessor(exec_state, opt_is_running) { argument1253 this.running_ = opt_is_running || false;