| Index: test/cctest/interpreter/bytecode_expectations/ContextVariables.golden
|
| diff --git a/test/cctest/interpreter/bytecode_expectations/ContextVariables.golden b/test/cctest/interpreter/bytecode_expectations/ContextVariables.golden
|
| index dcfe40529baa342d655c8ee4ca8462443d8f6dc0..fa1ab8c10a5871c853d3a52c21fd207e0780f8de 100644
|
| --- a/test/cctest/interpreter/bytecode_expectations/ContextVariables.golden
|
| +++ b/test/cctest/interpreter/bytecode_expectations/ContextVariables.golden
|
| @@ -105,7 +105,7 @@ snippet: "
|
| "
|
| frame size: 4
|
| parameter count: 1
|
| -bytecode array length: 46
|
| +bytecode array length: 48
|
| bytecodes: [
|
| B(CallRuntime), U16(Runtime::kNewFunctionContext), R(closure), U8(1),
|
| B(PushContext), R(0),
|
| @@ -126,6 +126,7 @@ bytecodes: [
|
| /* 72 S> */ B(CreateClosure), U8(1), U8(0),
|
| B(PopContext), R(0),
|
| /* 104 S> */ B(Return),
|
| + B(PopContext), R(1),
|
| ]
|
| constant pool: [
|
| InstanceType::FIXED_ARRAY_TYPE,
|
|
|