Chromium Code Reviews| Index: src/typing-asm.cc |
| diff --git a/src/typing-asm.cc b/src/typing-asm.cc |
| index da752418a63ba63e53b3c9e781c86817be7d60f0..c3e1a5b5fe65c12023b6f936b93d6ceaa69d7520 100644 |
| --- a/src/typing-asm.cc |
| +++ b/src/typing-asm.cc |
| @@ -577,6 +577,8 @@ void AsmTyper::VisitArrayLiteral(ArrayLiteral* expr) { |
| void AsmTyper::VisitAssignment(Assignment* expr) { |
| + RETURN_IF_VISIT_NODE(expr->destructuring_assignment()); |
| + |
| // Handle function tables and everything else in different passes. |
| if (!in_function_) { |
| if (expr->value()->IsArrayLiteral()) { |