Searched refs:isGenerator (Results 1 – 3 of 3) sorted by relevance
42 assertTrue(mirror.isGenerator());
1761 var isGenerator = %FunctionIsGenerator(func);1763 ? (isGenerator ? '*' : '')1764 : (isGenerator ? 'function* ' : 'function ');
381 Mirror.prototype.isGenerator = function() { method in Mirror2745 if (mirror.isGenerator()) {