| Index: src/parser.h
|
| diff --git a/src/parser.h b/src/parser.h
|
| index eba677c94bb945da45e6f2b4f3fbc3fbbc3e2845..9080160c7590f21cce5a7ac3e619e86b60d383f0 100644
|
| --- a/src/parser.h
|
| +++ b/src/parser.h
|
| @@ -724,7 +724,10 @@ class ParserTraits {
|
|
|
| Expression* ThisExpression(Scope* scope, AstNodeFactory* factory,
|
| int pos = RelocInfo::kNoPosition);
|
| - Expression* SuperReference(Scope* scope, AstNodeFactory* factory, int pos);
|
| + Expression* SuperPropertyReference(Scope* scope, AstNodeFactory* factory,
|
| + int pos);
|
| + Expression* SuperCallReference(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,
|
|
|