Index: src/full-codegen/mips64/full-codegen-mips64.cc |
diff --git a/src/full-codegen/mips64/full-codegen-mips64.cc b/src/full-codegen/mips64/full-codegen-mips64.cc |
index 54e22fce028667d7d8e29c0e3e2ca3db9abbd4e4..f2019a7bf88f2d0ab66bee11538686f789ea2a35 100644 |
--- a/src/full-codegen/mips64/full-codegen-mips64.cc |
+++ b/src/full-codegen/mips64/full-codegen-mips64.cc |
@@ -1425,6 +1425,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); |