Home
last modified time | relevance | path

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

/external/v8/src/inspector/
Ddebugger_script_externs.js493 function ScopeMirror() {} class
496 ScopeMirror.prototype.details = function() {}
502 ScopeMirror.prototype.setVariableValue = function(name, newValue) {}
/external/v8/src/debug/
Dmirrors.js472 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 …]