| Index: src/ia32/full-codegen-ia32.cc
|
| diff --git a/src/ia32/full-codegen-ia32.cc b/src/ia32/full-codegen-ia32.cc
|
| index 4e7126ba3ffa91c962fa6704bb5d76d6959442a3..b3f36f5bd6f70eb27b2da2085dcfdc4cee81b99e 100644
|
| --- a/src/ia32/full-codegen-ia32.cc
|
| +++ b/src/ia32/full-codegen-ia32.cc
|
| @@ -1210,6 +1210,7 @@ void FullCodeGenerator::VisitForInStatement(ForInStatement* stmt) {
|
| __ push(ecx); // Enumerable.
|
| __ push(ebx); // Current entry.
|
| __ InvokeBuiltin(Builtins::FILTER_KEY, CALL_FUNCTION);
|
| + PrepareForBailoutForId(stmt->FilterId(), TOS_REG);
|
| __ test(eax, eax);
|
| __ j(equal, loop_statement.continue_label());
|
| __ mov(ebx, eax);
|
|
|