Home | History | Annotate | Download | only in src

Lines Matching refs:scope

1452       } else if (request.command == 'scope') {
1958 // Get the frame for which the scope or scopes are requested.
1972 // Gets scope host object from request. It is either a function
2009 scopes.push(scope_holder.scope(i));
2021 // Get the frame or function for which the scope is requested.
2024 // With no scope argument just return top scope.
2029 return response.failed('Invalid scope number');
2033 response.body = scope_holder.scope(scope_index);
2083 var scope_description = request.arguments.scope;
2085 // Get the frame or function for which the scope is requested.
2089 response.failed('Missing scope number');
2093 var scope = scope_holder.scope(scope_index);
2098 scope.setVariableValue(variable_name, new_value);