| Index: src/parsing/parser.h
|
| diff --git a/src/parsing/parser.h b/src/parsing/parser.h
|
| index 45ef959ed44644d38db9b75ae6a459bc676f51b9..8ee8ce205e822a01deca2dbb6c435897b507c2fe 100644
|
| --- a/src/parsing/parser.h
|
| +++ b/src/parsing/parser.h
|
| @@ -590,7 +590,7 @@ class V8_EXPORT_PRIVATE Parser : public NON_EXPORTED_BASE(ParserBase<Parser>) {
|
|
|
| ZoneList<Expression*>* PrepareSpreadArguments(ZoneList<Expression*>* list);
|
| Expression* SpreadCall(Expression* function, ZoneList<Expression*>* args,
|
| - int pos);
|
| + int pos, Call::PossiblyEval is_possibly_eval);
|
| Expression* SpreadCallNew(Expression* function, ZoneList<Expression*>* args,
|
| int pos);
|
| Expression* RewriteSuperCall(Expression* call_expression);
|
|
|