Lines Matching refs:scope
160 var SCOPE_TYPE = 'scope';
193 // A copy of the scope types from runtime.cc.
390 * Check whether the mirror reflects a scope.
391 * @returns {boolean} True if the mirror reflects a scope
1574 FrameMirror.prototype.scope = function(index) {
1760 * Mirror object for scope.
1761 * @param {FrameMirror} frame The frame this scope is a part of
1762 * @param {number} index The scope index in the frame
2397 var scope = mirror.scope(i);
2399 type: scope.scopeType(),