Index: src/compiler/ast-graph-builder.cc |
diff --git a/src/compiler/ast-graph-builder.cc b/src/compiler/ast-graph-builder.cc |
index 5e725284f39807983e56efd38900021c65cac5a6..28378a59a5d2fa6372e2bc73e49dd8953dfd8f13 100644 |
--- a/src/compiler/ast-graph-builder.cc |
+++ b/src/compiler/ast-graph-builder.cc |
@@ -1199,6 +1199,8 @@ void AstGraphBuilder::VisitArrayLiteral(ArrayLiteral* expr) { |
const Operator* op = |
javascript()->CallRuntime(Runtime::kCreateArrayLiteral, 4); |
Node* literal = NewNode(op, literals_array, literal_index, constants, flags); |
+ PrepareFrameState(literal, expr->CreateLiteralId(), |
+ OutputFrameStateCombine::Push()); |
// The array and the literal index are both expected on the operand stack |
// during computation of the element values. |