| Index: src/parsing/parser.h
|
| diff --git a/src/parsing/parser.h b/src/parsing/parser.h
|
| index 3e3c41114929b32ec08354f9359e7b18b4b4a2c8..88482c3faf8610c18d0b77e40792ee2f54efdd6a 100644
|
| --- a/src/parsing/parser.h
|
| +++ b/src/parsing/parser.h
|
| @@ -1144,10 +1144,9 @@ class Parser : public ParserBase<ParserTraits> {
|
|
|
|
|
| // Initialize the components of a for-in / for-of statement.
|
| - void InitializeForEachStatement(ForEachStatement* stmt,
|
| - Expression* each,
|
| - Expression* subject,
|
| - Statement* body);
|
| + void InitializeForEachStatement(ForEachStatement* stmt, Expression* each,
|
| + Expression* subject, Statement* body,
|
| + bool is_destructuring);
|
| Statement* DesugarLexicalBindingsInForStatement(
|
| Scope* inner_scope, bool is_const, ZoneList<const AstRawString*>* names,
|
| ForStatement* loop, Statement* init, Expression* cond, Statement* next,
|
|
|