Lines Matching refs:scopes
1455 } else if (request.command == 'scopes') {
1963 // Get the frame for which the scope or scopes are requested.
1995 // No frames no scopes.
1997 throw new Error('No scopes');
2000 // Get the frame for which the scopes are requested.
2010 // Fill all scopes for this frame or function.
2012 var scopes = [];
2014 scopes.push(scope_holder.scope(i));
2020 scopes: scopes