Home | History | Annotate | Download | only in js

Lines Matching refs:scopeIndex

1482         var scopeIndex = 0;
1485 test.assertTrue(scopeIndex < expectedScopes.length, "Too many scopes.");
1486 test._checkScopeSectionDiv(scopeDiv, expectedScopes[scopeIndex]);
1487 ++scopeIndex;
1489 test.assertEquals(expectedScopes.length, scopeIndex, "Unexpected number of scopes.");