Chromium Code Reviews| Index: src/parsing/parser.h |
| diff --git a/src/parsing/parser.h b/src/parsing/parser.h |
| index cb9809ae99200b0139bf4999fe540fde26530b09..f03efdc72297fc178de4c40dd1ec3b5eb96c4274 100644 |
| --- a/src/parsing/parser.h |
| +++ b/src/parsing/parser.h |
| @@ -646,6 +646,9 @@ class ParserTraits { |
| void SetFunctionNameFromPropertyName(ObjectLiteralProperty* property, |
| const AstRawString* name); |
| + void SetFunctionNameFromIdentifierRef(Expression* value, |
| + Expression* identifier); |
| + |
| private: |
| Parser* parser_; |
| }; |