mirror of
https://github.com/tc39/test262.git
synced 2025-04-08 19:35:28 +02:00
Merge pull request #304 from pvginkel/missing-generators
Generator test should specify generators feature.
This commit is contained in:
commit
0146a1797e
@ -6,6 +6,7 @@ description: >
|
||||
Functions created using GeneratorFunction syntactic form do not
|
||||
have own properties "caller" or "arguments", but inherit them from
|
||||
%FunctionPrototype%.
|
||||
features: [generators]
|
||||
---*/
|
||||
|
||||
function* generator() {}
|
||||
|
Loading…
x
Reference in New Issue
Block a user