Index: test/cctest/interpreter/bytecode_expectations/LetVariableContextSlot.golden |
diff --git a/test/cctest/interpreter/bytecode_expectations/LetVariableContextSlot.golden b/test/cctest/interpreter/bytecode_expectations/LetVariableContextSlot.golden |
index 68585dc91ae7ff1910e4a0a9188b108c59859a8e..7ed0521b1458fb5eb605c2ed6a069501f6af9cb5 100644 |
--- a/test/cctest/interpreter/bytecode_expectations/LetVariableContextSlot.golden |
+++ b/test/cctest/interpreter/bytecode_expectations/LetVariableContextSlot.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(5), |
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(5), |
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: 45 |
+bytecode array length: 42 |
bytecodes: [ |
- B(CallRuntime), U16(Runtime::kNewFunctionContext), R(closure), U8(1), |
+ B(CreateFunctionContext), U8(5), |
B(PushContext), R(1), |
B(LdaTheHole), |
B(StaContextSlot), R(context), U8(4), |
@@ -105,9 +105,9 @@ snippet: " |
" |
frame size: 4 |
parameter count: 1 |
-bytecode array length: 47 |
+bytecode array length: 44 |
bytecodes: [ |
- B(CallRuntime), U16(Runtime::kNewFunctionContext), R(closure), U8(1), |
+ B(CreateFunctionContext), U8(5), |
B(PushContext), R(1), |
B(LdaTheHole), |
B(StaContextSlot), R(context), U8(4), |