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 da73bc0bbbb0d60d28d70a62cc3532f645a94b04..5cd002e699ec565f278a6b1a0132bddabdb47167 100644 |
--- a/src/full-codegen/mips/full-codegen-mips.cc |
+++ b/src/full-codegen/mips/full-codegen-mips.cc |
@@ -1424,6 +1424,7 @@ void FullCodeGenerator::VisitObjectLiteral(ObjectLiteral* expr) { |
} else { |
FastCloneShallowObjectStub stub(isolate(), expr->properties_count()); |
__ CallStub(&stub); |
+ __ lw(cp, MemOperand(fp, StandardFrameConstants::kContextOffset)); |
} |
PrepareForBailoutForId(expr->CreateLiteralId(), TOS_REG); |