Index: src/parsing/parser.h |
diff --git a/src/parsing/parser.h b/src/parsing/parser.h |
index 67020e07fb3f0d2566e2a880616a6366d8b1e21b..9de9a476823a1c1be98137a3bb4c3fe0cfa8ae5c 100644 |
--- a/src/parsing/parser.h |
+++ b/src/parsing/parser.h |
@@ -1266,6 +1266,9 @@ class Parser : public ParserBase<ParserTraits> { |
V8_INLINE void RewriteDestructuringAssignments(); |
+ friend class SpreadRewriter; |
+ V8_INLINE Expression* RewriteSpreads(ArrayLiteral* lit); |
+ |
V8_INLINE Expression* RewriteExpression(Expression* expr); |
V8_INLINE ObjectLiteralProperty* RewriteObjectLiteralProperty( |
ObjectLiteralProperty* property); |