Home
last modified time | relevance | path

Searched refs:isScope (Results 1 – 5 of 5) sorted by relevance

/external/v8/test/mjsunit/es6/
Dgenerators-debug-scopes.js62 assertTrue(scope.isScope());
74 assertTrue(scope.isScope());
/external/v8/test/mjsunit/bugs/harmony/
Ddebug-blockscopes.js85 assertTrue(scope.isScope());
/external/v8/test/mjsunit/
Ddebug-scopes.js94 assertTrue(scope.isScope());
107 assertTrue(scope.isScope());
/external/v8/test/mjsunit/harmony/
Ddebug-blockscopes.js87 assertTrue(scope.isScope());
/external/v8/src/
Dmirror-debugger.js435 Mirror.prototype.isScope = function() { method in Mirror