Home | History | Annotate | Download | only in src

Lines Matching refs:scope

379     case 'scope':
790 // Create a JSON request for the scope command.
792 // Build a scope request from the text command.
793 var request = this.createRequest('scope');
1529 print('scope <scope #>');
1655 function formatScope_(scope) {
1657 var index = scope.index;
1660 switch (scope.type) {
1663 result += '#' + scope.object.ref + '#';
1670 result += '#' + scope.object.ref + '#';
1674 result += '#' + scope.object.ref + '#';
2092 case 'scope':