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 86bfc7b1fd929e4b42c8d6b066aa31767c4a72ad..ce17e12d08bddcd7c0bcc63fb662659e51704a52 100644 |
--- a/test/cctest/interpreter/bytecode_expectations/CallLookupSlot.golden |
+++ b/test/cctest/interpreter/bytecode_expectations/CallLookupSlot.golden |
@@ -12,16 +12,16 @@ snippet: " |
" |
frame size: 10 |
parameter count: 1 |
-bytecode array length: 86 |
+bytecode array length: 89 |
bytecodes: [ |
B(CreateFunctionContext), U8(3), |
B(PushContext), R(0), |
B(Ldar), R(this), |
- B(StaContextSlot), R(context), U8(4), |
+ B(StaContextSlot), R(context), U8(4), U8(0), |
B(CreateMappedArguments), |
- B(StaContextSlot), R(context), U8(6), |
+ B(StaContextSlot), R(context), U8(6), U8(0), |
B(Ldar), R(new_target), |
- B(StaContextSlot), R(context), U8(5), |
+ B(StaContextSlot), R(context), U8(5), U8(0), |
/* 30 E> */ B(StackCheck), |
/* 34 S> */ B(CreateClosure), U8(0), U8(2), |
/* 36 E> */ B(StaLookupSlotSloppy), U8(1), |