Index: src/mips64/full-codegen-mips64.cc |
diff --git a/src/mips64/full-codegen-mips64.cc b/src/mips64/full-codegen-mips64.cc |
index 5a7898b899070960e5d5c98c62f36b6a80cc21fa..0379a0eb0c80cb4b642d30f0831907b624acba5a 100644 |
--- a/src/mips64/full-codegen-mips64.cc |
+++ b/src/mips64/full-codegen-mips64.cc |
@@ -1269,6 +1269,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)); |