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 a3241b21805bb9614d1f9ce22ad95fed816832c4..58b741c931ad960ed68c8921ab9c0c5fb64447ee 100644 |
--- a/test/cctest/interpreter/bytecode_expectations/Eval.golden |
+++ b/test/cctest/interpreter/bytecode_expectations/Eval.golden |
@@ -13,7 +13,7 @@ snippet: " |
" |
frame size: 9 |
parameter count: 1 |
-bytecode array length: 65 |
+bytecode array length: 67 |
bytecodes: [ |
B(CallRuntime), U16(Runtime::kNewFunctionContext), R(closure), U8(1), |
B(PushContext), R(0), |
@@ -39,6 +39,7 @@ bytecodes: [ |
B(CallRuntime), U16(Runtime::kResolvePossiblyDirectEval), R(4), U8(5), |
B(Star), R(1), |
B(Call), R(1), R(2), U8(2), U8(0), |
+ B(PopContext), R(0), |
B(Return), |
] |
constant pool: [ |