Lines Matching refs:scopes
106 // The different types of scopes matching constants runtime.cc.
379 case 'scopes':
735 // Create a JSON request for the scopes command.
737 // Build a scopes request from the text command.
738 var request = this.createRequest('scopes');
1226 print('scopes');
1502 case 'scopes':
1504 result = '(no scopes)';
1506 result = 'Scopes #' + body.fromScope + ' to #' +
1508 for (i = 0; i < body.scopes.length; i++) {
1512 result += formatScope_(body.scopes[i]);