Home | History | Annotate | Download | only in src

Lines Matching refs:scope

383     case 'scope':
743 // Create a JSON request for the scope command.
745 // Build a scope request from the text command.
746 var request = this.createRequest('scope');
1227 print('scope <scope #>');
1309 function formatScope_(scope) {
1311 var index = scope.index;
1314 switch (scope.type) {
1317 result += '#' + scope.object.ref + '#';
1324 result += '#' + scope.object.ref + '#';
1328 result += '#' + scope.object.ref + '#';
1518 case 'scope':