mirror of
https://github.com/tc39/test262.git
synced 2025-07-21 13:04:39 +02:00
Generator test should specify generators feature.
This commit is contained in:
parent
21b739f1dc
commit
44ee5c85ea
@ -6,6 +6,7 @@ description: >
|
|||||||
Functions created using GeneratorFunction syntactic form do not
|
Functions created using GeneratorFunction syntactic form do not
|
||||||
have own properties "caller" or "arguments", but inherit them from
|
have own properties "caller" or "arguments", but inherit them from
|
||||||
%FunctionPrototype%.
|
%FunctionPrototype%.
|
||||||
|
features: [generators]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
function* generator() {}
|
function* generator() {}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user