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

/external/v8/src/
H A Dmirror-debugger.js394 return this instanceof ScopeMirror;
1575 return new ScopeMirror(this, index);
1766 function ScopeMirror(frame, index) { class
1772 inherits(ScopeMirror, Mirror);
1775 ScopeMirror.prototype.frameIndex = function() {
1780 ScopeMirror.prototype.scopeIndex = function() {
1785 ScopeMirror.prototype.scopeType = function() {
1790 ScopeMirror.prototype.scopeObject = function() {

Completed in 52 milliseconds