Index: src/parsing/parser.h |
diff --git a/src/parsing/parser.h b/src/parsing/parser.h |
index 1d46d9a57d0db660dc285d18c019de6f3a6f18ab..5fa64b7eb1dbc962d9aa7ae3ded5c872138b7cbd 100644 |
--- a/src/parsing/parser.h |
+++ b/src/parsing/parser.h |
@@ -906,6 +906,9 @@ class ParserTraits { |
V8_INLINE void QueueDestructuringAssignmentForRewriting( |
Expression* assignment); |
+ void SetFunctionNameFromPropertyName(ObjectLiteralProperty* property, |
+ const AstRawString* name); |
+ |
private: |
Parser* parser_; |
}; |