| 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 f4b794374081f39730f3ea854ff251da34ea0144..7b8a34d1c1bbcf3088f5dd9138d4a0c152e831d2 100644
|
| --- a/test/cctest/interpreter/bytecode_expectations/ContextVariables.golden
|
| +++ b/test/cctest/interpreter/bytecode_expectations/ContextVariables.golden
|
| @@ -390,7 +390,7 @@ snippet: "
|
| "
|
| frame size: 3
|
| parameter count: 1
|
| -bytecode array length: 791
|
| +bytecode array length: 792
|
| bytecodes: [
|
| B(CreateFunctionContext), U8(254),
|
| B(PushContext), R(0),
|
| @@ -903,7 +903,7 @@ bytecodes: [
|
| /* 3435 E> */ B(StaCurrentContextSlot), U8(255),
|
| /* 3438 S> */ B(LdaUndefined),
|
| B(Star), R(2),
|
| - B(LdaGlobal), U8(4),
|
| + B(LdaGlobal), U8(0), U8(4),
|
| B(Star), R(1),
|
| /* 3438 E> */ B(Call), R(1), R(2), U8(1), U8(2),
|
| /* 3454 S> */ B(LdaSmi), U8(100),
|
| @@ -912,6 +912,7 @@ bytecodes: [
|
| /* 3468 S> */ B(Return),
|
| ]
|
| constant pool: [
|
| + ONE_BYTE_INTERNALIZED_STRING_TYPE ["eval"],
|
| ]
|
| handlers: [
|
| ]
|
|
|