Index: test/cctest/interpreter/bytecode_expectations/CountOperators.golden |
diff --git a/test/cctest/interpreter/bytecode_expectations/CountOperators.golden b/test/cctest/interpreter/bytecode_expectations/CountOperators.golden |
index 4ab61200c0afd6c60b15047f76f747b37e180551..73c2e62f9ce0b52d3ce12abb1376e7437216572a 100644 |
--- a/test/cctest/interpreter/bytecode_expectations/CountOperators.golden |
+++ b/test/cctest/interpreter/bytecode_expectations/CountOperators.golden |
@@ -203,9 +203,9 @@ snippet: " |
" |
frame size: 2 |
parameter count: 1 |
-bytecode array length: 26 |
+bytecode array length: 23 |
bytecodes: [ |
- B(CallRuntime), U16(Runtime::kNewFunctionContext), R(closure), U8(1), |
+ B(CreateFunctionContext), U8(1), |
B(PushContext), R(1), |
/* 30 E> */ B(StackCheck), |
/* 42 S> */ B(LdaSmi), U8(1), |
@@ -229,9 +229,9 @@ snippet: " |
" |
frame size: 3 |
parameter count: 1 |
-bytecode array length: 30 |
+bytecode array length: 27 |
bytecodes: [ |
- B(CallRuntime), U16(Runtime::kNewFunctionContext), R(closure), U8(1), |
+ B(CreateFunctionContext), U8(1), |
B(PushContext), R(1), |
/* 30 E> */ B(StackCheck), |
/* 42 S> */ B(LdaSmi), U8(1), |