| Index: src/full-codegen/x64/full-codegen-x64.cc
|
| diff --git a/src/full-codegen/x64/full-codegen-x64.cc b/src/full-codegen/x64/full-codegen-x64.cc
|
| index 831e74a3c680f1f89e96d3478036ed6de1ba7a64..85c07ea37b6db8fc5ace111bb2bac1bfccdf20e5 100644
|
| --- a/src/full-codegen/x64/full-codegen-x64.cc
|
| +++ b/src/full-codegen/x64/full-codegen-x64.cc
|
| @@ -1086,6 +1086,7 @@ void FullCodeGenerator::VisitForInStatement(ForInStatement* stmt) {
|
| // Generate code for going to the next element by incrementing the
|
| // index (smi) stored on top of the stack.
|
| __ bind(loop_statement.continue_label());
|
| + PrepareForBailoutForId(stmt->IncrementId(), BailoutState::NO_REGISTERS);
|
| __ SmiAddConstant(Operand(rsp, 0 * kPointerSize), Smi::FromInt(1));
|
|
|
| EmitBackEdgeBookkeeping(stmt, &loop);
|
|
|