| Index: src/arm/full-codegen-arm.cc
|
| diff --git a/src/arm/full-codegen-arm.cc b/src/arm/full-codegen-arm.cc
|
| index 40ada3902a4bb370171c5fc5de5c9c199852bc69..0cc48e7509782ae2533bcbdcf01f8cb52e921289 100644
|
| --- a/src/arm/full-codegen-arm.cc
|
| +++ b/src/arm/full-codegen-arm.cc
|
| @@ -1285,6 +1285,7 @@ void FullCodeGenerator::VisitForInStatement(ForInStatement* stmt) {
|
| __ push(r1); // Enumerable.
|
| __ push(r3); // Current entry.
|
| __ InvokeBuiltin(Builtins::FILTER_KEY, CALL_FUNCTION);
|
| + PrepareForBailoutForId(stmt->FilterId(), TOS_REG);
|
| __ mov(r3, Operand(r0), SetCC);
|
| __ b(eq, loop_statement.continue_label());
|
|
|
|
|