| Index: src/parsing/parser.h
|
| diff --git a/src/parsing/parser.h b/src/parsing/parser.h
|
| index 45ef959ed44644d38db9b75ae6a459bc676f51b9..a898511b237afe925acf65d351c7ca40258aebbb 100644
|
| --- a/src/parsing/parser.h
|
| +++ b/src/parsing/parser.h
|
| @@ -341,8 +341,9 @@ class V8_EXPORT_PRIVATE Parser : public NON_EXPORTED_BASE(ParserBase<Parser>) {
|
| const CatchInfo& catch_info, int pos);
|
|
|
| Statement* DeclareFunction(const AstRawString* variable_name,
|
| - FunctionLiteral* function, int pos,
|
| - bool is_generator, bool is_async,
|
| + FunctionLiteral* function, VariableMode mode,
|
| + int pos, bool is_generator, bool is_async,
|
| + bool is_sloppy_block_function,
|
| ZoneList<const AstRawString*>* names, bool* ok);
|
| V8_INLINE Statement* DeclareClass(const AstRawString* variable_name,
|
| Expression* value,
|
|
|