Home | History | Annotate | Download | only in src

Lines Matching refs:scope

1391       } else if (request.command == 'scope') {
1899 // Get the frame for which the scope or scopes are requested. With no frameNumber
1926 scopes.push(frame.scope(i));
1943 // Get the frame for which the scope is requested.
1946 // With no scope argument just return top scope.
1951 return response.failed('Invalid scope number');
1955 response.body = frame.scope(scope_index);