| Index: test/cctest/interpreter/bytecode_expectations/CallLookupSlot.golden
|
| diff --git a/test/cctest/interpreter/bytecode_expectations/CallLookupSlot.golden b/test/cctest/interpreter/bytecode_expectations/CallLookupSlot.golden
|
| index 347f8e404df7f2bdb8c63038b0a6091c9be05c04..9438503ae4977a99f0c78cf5300f7484a8086758 100644
|
| --- a/test/cctest/interpreter/bytecode_expectations/CallLookupSlot.golden
|
| +++ b/test/cctest/interpreter/bytecode_expectations/CallLookupSlot.golden
|
| @@ -20,9 +20,9 @@
|
| B(Ldar), R(this),
|
| B(StaContextSlot), R(context), U8(4),
|
| B(CreateMappedArguments),
|
| + B(StaContextSlot), R(context), U8(5),
|
| + B(Ldar), R(new_target),
|
| B(StaContextSlot), R(context), U8(6),
|
| - B(Ldar), R(new_target),
|
| - B(StaContextSlot), R(context), U8(5),
|
| /* 30 E> */ B(StackCheck),
|
| /* 34 S> */ B(CreateClosure), U8(0), U8(2),
|
| /* 36 E> */ B(StaLookupSlotSloppy), U8(1),
|
|
|