Index: src/compiler/ast-graph-builder.cc |
diff --git a/src/compiler/ast-graph-builder.cc b/src/compiler/ast-graph-builder.cc |
index a8d6093246f721d88174b924fee1dcd9f64d13d3..7320cca3ee2441ba130e47f17ccc7c4547167726 100644 |
--- a/src/compiler/ast-graph-builder.cc |
+++ b/src/compiler/ast-graph-builder.cc |
@@ -2065,6 +2065,7 @@ void AstGraphBuilder::VisitForInAssignment(Expression* expr, Node* value, |
void AstGraphBuilder::VisitAssignment(Assignment* expr) { |
+ RETURN_IF_VISIT_NODE(expr->destructuring_assignment()); |
DCHECK(expr->target()->IsValidReferenceExpressionOrThis()); |
// Left-hand side can only be a property, a global or a variable slot. |