Skip to content
Snippets Groups Projects
Commit 0146a179 authored by Brian Terlson's avatar Brian Terlson
Browse files

Merge pull request #304 from pvginkel/missing-generators

Generator test should specify generators feature.
parents 21b739f1 44ee5c85
No related branches found
No related tags found
No related merge requests found
...@@ -6,6 +6,7 @@ description: > ...@@ -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() {}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment