Index: src/parser.h |
diff --git a/src/parser.h b/src/parser.h |
index 89966a6fef9f45e21c35d62fb448dac664e7a2ea..f918a3a31089085221038dc8cdeb3f8ba29270e2 100644 |
--- a/src/parser.h |
+++ b/src/parser.h |
@@ -175,6 +175,8 @@ class CompileTimeValue: public AllStatic { |
static bool IsCompileTimeValue(Expression* expression); |
+ static bool ArrayLiteralElementNeedsInitialization(Expression* value); |
+ |
// Get the value as a compile time value. |
static Handle<FixedArray> GetValue(Expression* expression); |