diff options
Diffstat (limited to 'src/arguments/default/cls-expr-gen-meth.template')
-rw-r--r-- | src/arguments/default/cls-expr-gen-meth.template | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/arguments/default/cls-expr-gen-meth.template b/src/arguments/default/cls-expr-gen-meth.template index 3f6cbe6ce..28073d5a1 100644 --- a/src/arguments/default/cls-expr-gen-meth.template +++ b/src/arguments/default/cls-expr-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; |