| Index: src/full-codegen/mips/full-codegen-mips.cc
|
| diff --git a/src/full-codegen/mips/full-codegen-mips.cc b/src/full-codegen/mips/full-codegen-mips.cc
|
| index a0032767af25c321a64f49955c05fae3ba48e800..83bc1ae91d7fcfe99fff316def388f097ec09968 100644
|
| --- a/src/full-codegen/mips/full-codegen-mips.cc
|
| +++ b/src/full-codegen/mips/full-codegen-mips.cc
|
| @@ -3297,6 +3297,7 @@ void FullCodeGenerator::VisitCountOperation(CountOperation* expr) {
|
|
|
| // Convert old value into a number.
|
| __ Call(isolate()->builtins()->ToNumber(), RelocInfo::CODE_TARGET);
|
| + RestoreContext();
|
| PrepareForBailoutForId(expr->ToNumberId(), BailoutState::TOS_REGISTER);
|
|
|
| // Save result for postfix expressions.
|
|
|