Home
last modified time | relevance | path

Searched refs:isGenerator (Results 1 – 3 of 3) sorted by relevance

/external/v8/test/mjsunit/es6/
Dgenerators-mirror.js42 assertTrue(mirror.isGenerator());
/external/v8/src/
Dv8natives.js1761 var isGenerator = %FunctionIsGenerator(func);
1763 ? (isGenerator ? '*' : '')
1764 : (isGenerator ? 'function* ' : 'function ');
Dmirror-debugger.js381 Mirror.prototype.isGenerator = function() { method in Mirror
2745 if (mirror.isGenerator()) {