| Index: src/parsing/parser.h
|
| diff --git a/src/parsing/parser.h b/src/parsing/parser.h
|
| index aa7d1caf8495cf96e26c30cded36799922a62f14..71f6a6a1b8364d5fc0cc3270444cf48f8b5a5b4a 100644
|
| --- a/src/parsing/parser.h
|
| +++ b/src/parsing/parser.h
|
| @@ -1017,9 +1017,10 @@ class Parser : public ParserBase<Parser> {
|
|
|
| Expression* ExpressionListToExpression(ZoneList<Expression*>* args);
|
|
|
| - void SetFunctionNameFromPropertyName(ObjectLiteralProperty* property,
|
| + void AddAccessorPrefixToFunctionName(bool is_get, FunctionLiteral* function,
|
| const AstRawString* name);
|
| - void SetFunctionNameFromPropertyName(ClassLiteralProperty* property,
|
| +
|
| + void SetFunctionNameFromPropertyName(ObjectLiteralProperty* property,
|
| const AstRawString* name);
|
|
|
| void SetFunctionNameFromIdentifierRef(Expression* value,
|
|
|