Searched refs:ExecutionState (Results 1 – 2 of 2) sorted by relevance
130 function ExecutionState() {} class135 ExecutionState.prototype.evaluateGlobal = function(source) {}138 ExecutionState.prototype.frameCount = function() {}144 ExecutionState.prototype.frame = function(index) {}147 ExecutionState.prototype.setSelectedFrame = function(index) {}150 ExecutionState.prototype.selectedFrame = function() {}
812 return new ExecutionState(break_id);815 function ExecutionState(break_id) { class820 ExecutionState.prototype.prepareStep = function(action) { class829 ExecutionState.prototype.evaluateGlobal = function(source) {833 ExecutionState.prototype.frameCount = function() {837 ExecutionState.prototype.frame = function(opt_index) {846 ExecutionState.prototype.setSelectedFrame = function(index) {854 ExecutionState.prototype.selectedFrame = function() {905 this.exec_state_ = new ExecutionState(break_id);