Index: test/cctest/interpreter/bytecode_expectations/ConstVariableContextSlot.golden |
diff --git a/test/cctest/interpreter/bytecode_expectations/ConstVariableContextSlot.golden b/test/cctest/interpreter/bytecode_expectations/ConstVariableContextSlot.golden |
index ce511b2369d2304445a07e1aaf1c969dc6304a0b..826c3028457df066d3284aa425f960e2ea9ec459 100644 |
--- a/test/cctest/interpreter/bytecode_expectations/ConstVariableContextSlot.golden |
+++ b/test/cctest/interpreter/bytecode_expectations/ConstVariableContextSlot.golden |
@@ -13,9 +13,9 @@ snippet: " |
" |
frame size: 2 |
parameter count: 1 |
-bytecode array length: 24 |
+bytecode array length: 21 |
bytecodes: [ |
- B(CallRuntime), U16(Runtime::kNewFunctionContext), R(closure), U8(1), |
+ B(CreateFunctionContext), U8(1), |
B(PushContext), R(1), |
B(LdaTheHole), |
B(StaContextSlot), R(context), U8(4), |
@@ -39,9 +39,9 @@ snippet: " |
" |
frame size: 3 |
parameter count: 1 |
-bytecode array length: 37 |
+bytecode array length: 34 |
bytecodes: [ |
- B(CallRuntime), U16(Runtime::kNewFunctionContext), R(closure), U8(1), |
+ B(CreateFunctionContext), U8(1), |
B(PushContext), R(1), |
B(LdaTheHole), |
B(StaContextSlot), R(context), U8(4), |
@@ -70,9 +70,9 @@ snippet: " |
" |
frame size: 4 |
parameter count: 1 |
-bytecode array length: 50 |
+bytecode array length: 47 |
bytecodes: [ |
- B(CallRuntime), U16(Runtime::kNewFunctionContext), R(closure), U8(1), |
+ B(CreateFunctionContext), U8(1), |
B(PushContext), R(1), |
B(LdaTheHole), |
B(StaContextSlot), R(context), U8(4), |
@@ -106,9 +106,9 @@ snippet: " |
" |
frame size: 4 |
parameter count: 1 |
-bytecode array length: 52 |
+bytecode array length: 49 |
bytecodes: [ |
- B(CallRuntime), U16(Runtime::kNewFunctionContext), R(closure), U8(1), |
+ B(CreateFunctionContext), U8(1), |
B(PushContext), R(1), |
B(LdaTheHole), |
B(StaContextSlot), R(context), U8(4), |