Searched refs:ExecutionState (Results 1 – 2 of 2) sorted by relevance
191 function ExecutionState() {} class198 ExecutionState.prototype.evaluateGlobal = function(source, disableBreak, additionalContext) {}201 ExecutionState.prototype.frameCount = function() {}207 ExecutionState.prototype.frame = function(index) {}210 ExecutionState.prototype.setSelectedFrame = function(index) {}213 ExecutionState.prototype.selectedFrame = function() {}
864 return new ExecutionState(break_id);867 function ExecutionState(break_id) { class872 ExecutionState.prototype.prepareStep = function(action) { class882 ExecutionState.prototype.evaluateGlobal = function(source, disable_break,889 ExecutionState.prototype.frameCount = function() {893 ExecutionState.prototype.frame = function(opt_index) {902 ExecutionState.prototype.setSelectedFrame = function(index) {910 ExecutionState.prototype.selectedFrame = function() {914 ExecutionState.prototype.debugCommandProcessor = function(opt_is_running) {1003 this.exec_state_ = new ExecutionState(break_id);