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

/external/v8/src/
H A Dmirror-debugger.js1048 FunctionMirror.prototype.scopeCount = function() {
1770 FrameDetails.prototype.scopeCount = function() {
1939 FrameMirror.prototype.scopeCount = function() {
1940 return this.details_.scopeCount();
2736 for (var i = 0; i < mirror.scopeCount(); i++) {
2934 for (var i = 0; i < mirror.scopeCount(); i++) {

Completed in 124 milliseconds