Home
last modified time | relevance | path

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

/external/v8/test/mjsunit/strong/
Dliterals.js242 function assertStrongGenerator(x) { function in StrongGeneratorLiterals
251 assertStrongGenerator(g);
252 assertStrongGenerator(function*(){});
253 assertStrongGenerator(function* g(){});
254 assertStrongGenerator({*m(){}}.m);
255 assertStrongGenerator((class {static *m(){}}).m);
256 assertStrongGenerator((new class {*m(){}}).m);
260 function assertStrongGenerator(x) { function in SelfStrongGeneratorLiterals
269 assertStrongGenerator(g);
270 assertStrongGenerator(function*(){'use strong'});
[all …]