Searched refs:ScopeMirror (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/inspector/ |
D | debugger_script_externs.js | 369 function ScopeMirror() {} class 372 ScopeMirror.prototype.details = function() {} 378 ScopeMirror.prototype.setVariableValue = function(name, newValue) {}
|
/external/v8/src/debug/ |
D | mirrors.js | 403 return this instanceof ScopeMirror; 926 return new ScopeMirror(UNDEFINED, this, UNDEFINED, index); 1363 return new ScopeMirror(UNDEFINED, UNDEFINED, this, index); 1904 return new ScopeMirror(this, UNDEFINED, UNDEFINED, index); 1915 result.push(new ScopeMirror(this, UNDEFINED, UNDEFINED, i, 2192 function ScopeMirror(frame, fun, gen, index, opt_details) { class 2202 inherits(ScopeMirror, Mirror); 2205 ScopeMirror.prototype.details = function() { class 2210 ScopeMirror.prototype.frameIndex = function() { 2215 ScopeMirror.prototype.scopeIndex = function() { [all …]
|