Index: src/mips/full-codegen-mips.cc |
diff --git a/src/mips/full-codegen-mips.cc b/src/mips/full-codegen-mips.cc |
index 2004d56d7e33cbba6d3d4960bfcf207b400ae581..156e87eb1948b1e894ca3359af7a41f9ebb56e9b 100644 |
--- a/src/mips/full-codegen-mips.cc |
+++ b/src/mips/full-codegen-mips.cc |
@@ -1273,6 +1273,7 @@ void FullCodeGenerator::VisitForInStatement(ForInStatement* stmt) { |
// just skip it. |
__ Push(a1, a3); // Enumerable and current entry. |
__ InvokeBuiltin(Builtins::FILTER_KEY, CALL_FUNCTION); |
+ PrepareForBailoutForId(stmt->FilterId(), TOS_REG); |
__ mov(a3, result_register()); |
__ Branch(loop_statement.continue_label(), eq, a3, Operand(zero_reg)); |