Index: src/arm64/lithium-arm64.cc |
diff --git a/src/arm64/lithium-arm64.cc b/src/arm64/lithium-arm64.cc |
index b731d963e7c50dc65271fbcbe54dc96c47b803b4..1f670cc71c62e2ee8296e9f341bbff0d6bc98795 100644 |
--- a/src/arm64/lithium-arm64.cc |
+++ b/src/arm64/lithium-arm64.cc |
@@ -1475,6 +1475,7 @@ LInstruction* LChunkBuilder::DoEnterInlined(HEnterInlined* instr) { |
instr->arguments_object()->IsLinked()) { |
inner->Bind(instr->arguments_var(), instr->arguments_object()); |
} |
+ inner->BindContext(instr->closure_context()); |
inner->set_entry(instr); |
current_block_->UpdateEnvironment(inner); |
chunk_->AddInlinedClosure(instr->closure()); |