| Index: src/x64/lithium-x64.cc
|
| diff --git a/src/x64/lithium-x64.cc b/src/x64/lithium-x64.cc
|
| index 256268b4ad917e3dcf2bb82dd68ee96e6c03b3e7..88b904e624a23a978d0afcfc9b33fbc9d88ba698 100644
|
| --- a/src/x64/lithium-x64.cc
|
| +++ b/src/x64/lithium-x64.cc
|
| @@ -2546,6 +2546,7 @@ LInstruction* LChunkBuilder::DoStackCheck(HStackCheck* instr) {
|
|
|
| LInstruction* LChunkBuilder::DoEnterInlined(HEnterInlined* instr) {
|
| HEnvironment* outer = current_block_->last_environment();
|
| + outer->set_ast_id(instr->ReturnId());
|
| HConstant* undefined = graph()->GetConstantUndefined();
|
| HEnvironment* inner = outer->CopyForInlining(instr->closure(),
|
| instr->arguments_count(),
|
|
|