Index: test/cctest/interpreter/bytecode_expectations/LookupSlot.golden |
diff --git a/test/cctest/interpreter/bytecode_expectations/LookupSlot.golden b/test/cctest/interpreter/bytecode_expectations/LookupSlot.golden |
index 2b96c0be9ccd2009d5457fe7a32618ad604c6aed..ed13d254ac7389f1bccd7b04a8c7e171a881afcf 100644 |
--- a/test/cctest/interpreter/bytecode_expectations/LookupSlot.golden |
+++ b/test/cctest/interpreter/bytecode_expectations/LookupSlot.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(LdaConstant), U8(0), |
B(Star), R(3), |
@@ -65,9 +65,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(LdaConstant), U8(0), |
B(Star), R(3), |
@@ -111,9 +111,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(LdaSmi), U8(20), |
/* 36 E> */ B(StaLookupSlotSloppy), U8(0), |