| 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 68be10d97d7e615f631e5436dc0aa1672a691703..600007ed56ba6fb65550a73210a2bc037321f472 100644
|
| --- a/test/cctest/interpreter/bytecode_expectations/LetVariableContextSlot.golden
|
| +++ b/test/cctest/interpreter/bytecode_expectations/LetVariableContextSlot.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: [
|
|
|