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 d4f8a23974805c5074fc16d1e998a81c57a06d44..b77e24ba180800374c4aec8334a746a88d36b2eb 100644 |
--- a/test/cctest/interpreter/bytecode_expectations/ConstVariableContextSlot.golden |
+++ b/test/cctest/interpreter/bytecode_expectations/ConstVariableContextSlot.golden |
@@ -39,7 +39,7 @@ snippet: " |
" |
frame size: 3 |
parameter count: 1 |
-bytecode array length: 37 |
+bytecode array length: 39 |
bytecodes: [ |
B(CallRuntime), U16(Runtime::kNewFunctionContext), R(closure), U8(1), |
B(PushContext), R(1), |
@@ -55,6 +55,7 @@ bytecodes: [ |
B(LdaConstant), U8(1), |
B(Star), R(2), |
B(CallRuntime), U16(Runtime::kThrowReferenceError), R(2), U8(1), |
+ B(PopContext), R(1), |
B(Return), |
] |
constant pool: [ |