Home | History | Annotate | Download | only in src

Lines Matching refs:scope

160 const SCOPE_TYPE = 'scope';
192 // A copy of the scope types from runtime.cc.
388 * Check whether the mirror reflects a scope.
389 * @returns {boolean} True if the mirror reflects a scope
1532 FrameMirror.prototype.scope = function(index) {
1709 * Mirror object for scope.
1710 * @param {FrameMirror} frame The frame this scope is a part of
1711 * @param {number} index The scope index in the frame
2341 var scope = mirror.scope(i);
2343 type: scope.scopeType(),