Home
last modified time | relevance | path

Searched refs:opt_is_running (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/debug/
Ddebug.js992 ExecutionState.prototype.debugCommandProcessor = function(opt_is_running) { argument
993 return new DebugCommandProcessor(this, opt_is_running);
1273 function DebugCommandProcessor(exec_state, opt_is_running) { argument
1275 this.running_ = opt_is_running || false;