Home
last modified time | relevance | path

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

/external/v8/src/inspector/
Ddebugger_script_externs.js191 function ExecutionState() {} class
198 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() {}
/external/v8/src/debug/
Ddebug.js864 return new ExecutionState(break_id);
867 function ExecutionState(break_id) { class
872 ExecutionState.prototype.prepareStep = function(action) { class
882 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);