Index: test/cctest/interpreter/bytecode_expectations/CreateArguments.golden |
diff --git a/test/cctest/interpreter/bytecode_expectations/CreateArguments.golden b/test/cctest/interpreter/bytecode_expectations/CreateArguments.golden |
index 5a7243d9d0f38eb772e221679cd5231003fd29f6..a1919582748f00c7fa47358b2b0687b850f91220 100644 |
--- a/test/cctest/interpreter/bytecode_expectations/CreateArguments.golden |
+++ b/test/cctest/interpreter/bytecode_expectations/CreateArguments.golden |
@@ -75,12 +75,12 @@ snippet: " |
" |
frame size: 2 |
parameter count: 2 |
-bytecode array length: 18 |
+bytecode array length: 19 |
bytecodes: [ |
B(CreateFunctionContext), U8(1), |
B(PushContext), R(1), |
B(Ldar), R(arg0), |
- B(StaContextSlot), R(context), U8(4), |
+ B(StaContextSlot), R(context), U8(4), U8(0), |
B(CreateMappedArguments), |
B(Star), R(0), |
/* 10 E> */ B(StackCheck), |
@@ -100,16 +100,16 @@ snippet: " |
" |
frame size: 2 |
parameter count: 4 |
-bytecode array length: 25 |
+bytecode array length: 28 |
bytecodes: [ |
B(CreateFunctionContext), U8(3), |
B(PushContext), R(1), |
B(Ldar), R(arg0), |
- B(StaContextSlot), R(context), U8(6), |
+ B(StaContextSlot), R(context), U8(6), U8(0), |
B(Ldar), R(arg1), |
- B(StaContextSlot), R(context), U8(5), |
+ B(StaContextSlot), R(context), U8(5), U8(0), |
B(Ldar), R(arg2), |
- B(StaContextSlot), R(context), U8(4), |
+ B(StaContextSlot), R(context), U8(4), U8(0), |
B(CreateMappedArguments), |
B(Star), R(0), |
/* 10 E> */ B(StackCheck), |