| Index: src/parser.h
|
| diff --git a/src/parser.h b/src/parser.h
|
| index c7bf8bfd45c0126a87e03bae0f4e3de4cd249098..7cb364b4d77e2679f09fcb6e2bcd8740cf68e8a7 100644
|
| --- a/src/parser.h
|
| +++ b/src/parser.h
|
| @@ -578,6 +578,7 @@ class ParserTraits {
|
| bool is_generator,
|
| int function_token_position,
|
| FunctionLiteral::FunctionType type,
|
| + FunctionLiteral::ArityRestriction arity_restriction,
|
| bool* ok);
|
|
|
| private:
|
| @@ -730,6 +731,7 @@ class Parser : public ParserBase<ParserTraits> {
|
| bool is_generator,
|
| int function_token_position,
|
| FunctionLiteral::FunctionType type,
|
| + FunctionLiteral::ArityRestriction arity_restriction,
|
| bool* ok);
|
|
|
| // Magical syntax support.
|
|
|