Searched defs:scopes (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/
H A Ddebug-debugger.js1389 } else if (request.command == 'scopes') {
1899 // Get the frame for which the scope or scopes are requested. With no frameNumber
1914 // No frames no scopes.
1916 return response.failed('No scopes');
1919 // Get the frame for which the scopes are requested.
1922 // Fill all scopes for this frame.
1924 var scopes = [];
1926 scopes.push(frame.scope(i));
1932 scopes: scopes
[all...]

Completed in 58 milliseconds