| Index: src/parser.h
|
| diff --git a/src/parser.h b/src/parser.h
|
| index 05961414098186770fe538b6c0df619daedd78f4..0d663b84e6206d516d851b9d7fd85b98cefa2763 100644
|
| --- a/src/parser.h
|
| +++ b/src/parser.h
|
| @@ -730,6 +730,8 @@
|
| int pos);
|
| Expression* SuperCallReference(Scope* scope, AstNodeFactory* factory,
|
| int pos);
|
| + Expression* NewTargetExpression(Scope* scope, AstNodeFactory* factory,
|
| + int pos);
|
| Expression* DefaultConstructor(bool call_super, Scope* scope, int pos,
|
| int end_pos);
|
| Literal* ExpressionFromLiteral(Token::Value token, int pos, Scanner* scanner,
|
|
|