Index: test/cctest/interpreter/bytecode_expectations/Eval.golden |
diff --git a/test/cctest/interpreter/bytecode_expectations/Eval.golden b/test/cctest/interpreter/bytecode_expectations/Eval.golden |
index b80b94a7f6fd362d65d7f17fb27c653f005dfbb8..a41e8ae100c895e6ab880825a59cc5432cc72b25 100644 |
--- a/test/cctest/interpreter/bytecode_expectations/Eval.golden |
+++ b/test/cctest/interpreter/bytecode_expectations/Eval.golden |
@@ -12,16 +12,16 @@ snippet: " |
" |
frame size: 10 |
parameter count: 1 |
-bytecode array length: 66 |
+bytecode array length: 69 |
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(LdaConstant), U8(0), |
B(Star), R(3), |