Searched refs:ScopeMirror (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/inspector/ |
D | debugger_script_externs.js | 493 function ScopeMirror() {} class 496 ScopeMirror.prototype.details = function() {} 502 ScopeMirror.prototype.setVariableValue = function(name, newValue) {}
|
/external/v8/src/debug/ |
D | mirrors.js | 472 return this instanceof ScopeMirror; 1026 return new ScopeMirror(UNDEFINED, this, UNDEFINED, index); 1463 return new ScopeMirror(UNDEFINED, UNDEFINED, this, index); 2004 return new ScopeMirror(this, UNDEFINED, UNDEFINED, index); 2015 result.push(new ScopeMirror(this, UNDEFINED, UNDEFINED, i, 2294 function ScopeMirror(frame, fun, gen, index, opt_details) { class 2304 inherits(ScopeMirror, Mirror); 2307 ScopeMirror.prototype.details = function() { class 2312 ScopeMirror.prototype.frameIndex = function() { 2317 ScopeMirror.prototype.scopeIndex = function() { [all …]
|