Lines Matching refs:scope
1457 } else if (request.command == 'scope') {
1963 // Get the frame for which the scope or scopes are requested.
1977 // Gets scope host object from request. It is either a function
2014 scopes.push(scope_holder.scope(i));
2026 // Get the frame or function for which the scope is requested.
2029 // With no scope argument just return top scope.
2034 return response.failed('Invalid scope number');
2038 response.body = scope_holder.scope(scope_index);
2088 var scope_description = request.arguments.scope;
2090 // Get the frame or function for which the scope is requested.
2094 response.failed('Missing scope number');
2098 var scope = scope_holder.scope(scope_index);
2103 scope.setVariableValue(variable_name, new_value);