Home
last modified time | relevance | path

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

/external/v8/src/inspector/
Ddebugger_script_externs.js130 function ExecutionState() {} class
135 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() {}
/external/v8/src/debug/
Ddebug.js812 return new ExecutionState(break_id);
815 function ExecutionState(break_id) { class
820 ExecutionState.prototype.prepareStep = function(action) { class
829 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);