Home
last modified time | relevance | path

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

/external/v8/src/inspector/
Ddebugger_script_externs.js444 function FrameMirror() {} class
450 FrameMirror.prototype.allScopes = function(ignoreNestedScopes) {}
453 FrameMirror.prototype.details = function() {}
456 FrameMirror.prototype.script = function() {}
462 FrameMirror.prototype.evaluate = function(source, disableBreak) {}
464 FrameMirror.prototype.restart = function() {}
467 FrameMirror.prototype.scope = function(index) {}
/external/v8/src/debug/
Dmirrors.js445 return this instanceof FrameMirror;
1844 function FrameMirror(break_id, index) { class
1850 inherits(FrameMirror, Mirror);
1853 FrameMirror.prototype.details = function() { class
1858 FrameMirror.prototype.index = function() {
1863 FrameMirror.prototype.func = function() {
1882 FrameMirror.prototype.script = function() {
1891 FrameMirror.prototype.receiver = function() {
1896 FrameMirror.prototype.isConstructCall = function() {
1901 FrameMirror.prototype.isAtReturn = function() {
[all …]
Ddebug.js11 var FrameMirror = global.FrameMirror;
899 return new FrameMirror(this.break_id, opt_index);
925 this.frame_ = new FrameMirror(break_id, 0);