Home | History | Annotate | Download | only in src

Lines Matching refs:scope

1428       } else if (request.command == 'scope') {
1955 // Get the frame for which the scope or scopes are requested.
1982 scopes.push(frame.scope(i));
1999 // Get the frame for which the scope is requested.
2002 // With no scope argument just return top scope.
2007 return response.failed('Invalid scope number');
2011 response.body = frame.scope(scope_index);