| 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..7b69f9e3c9e9ef71b76928d581e59244c739611d 100644
|
| --- a/test/cctest/interpreter/bytecode_expectations/ContextVariables.golden
|
| +++ b/test/cctest/interpreter/bytecode_expectations/ContextVariables.golden
|
| @@ -392,7 +392,7 @@ snippet: "
|
| "
|
| frame size: 3
|
| parameter count: 1
|
| -bytecode array length: 1044
|
| +bytecode array length: 1043
|
| bytecodes: [
|
| B(CallRuntime), U16(Runtime::kNewFunctionContext), R(closure), U8(1),
|
| B(PushContext), R(0),
|
| @@ -902,7 +902,7 @@ bytecodes: [
|
| /* 3421 S> */ B(LdaZero),
|
| /* 3421 E> */ B(StaContextSlot), R(context), U8(255),
|
| /* 3424 S> */ B(LdrUndefined), R(2),
|
| - /* 3424 E> */ B(LdrGlobal), U8(0), U8(1), R(1),
|
| + /* 3424 E> */ B(LdrGlobal), U8(1), R(1),
|
| /* 3424 E> */ B(Call), R(1), R(2), U8(1), U8(0),
|
| /* 3440 S> */ B(LdaSmi), U8(100),
|
| /* 3440 E> */ B(Wide), B(StaContextSlot), R16(context), U16(256),
|
| @@ -910,7 +910,6 @@ bytecodes: [
|
| /* 3454 S> */ B(Return),
|
| ]
|
| constant pool: [
|
| - InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE,
|
| ]
|
| handlers: [
|
| ]
|
|
|