summaryrefslogtreecommitdiff
path: root/src/arguments/default/gen-meth.template
diff options
context:
space:
mode:
Diffstat (limited to 'src/arguments/default/gen-meth.template')
-rw-r--r--src/arguments/default/gen-meth.template1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/arguments/default/gen-meth.template b/src/arguments/default/gen-meth.template
index 2919dae1e..ecccfb117 100644
--- a/src/arguments/default/gen-meth.template
+++ b/src/arguments/default/gen-meth.template
@@ -11,6 +11,7 @@ info: |
Most ECMAScript functions make an arguments object available to their code. Depending upon the
characteristics of the function definition, its arguments object is either an ordinary object
or an arguments exotic object.
+features: [generators]
---*/
var callCount = 0;