| Index: test/cctest/interpreter/bytecode_expectations/LookupSlot.golden
|
| diff --git a/test/cctest/interpreter/bytecode_expectations/LookupSlot.golden b/test/cctest/interpreter/bytecode_expectations/LookupSlot.golden
|
| index fdfe86481ce5ce03b8022c682fe4297e6ce75b88..c6410a66636f23b942dc18e37f6cda4dd7b7092e 100644
|
| --- a/test/cctest/interpreter/bytecode_expectations/LookupSlot.golden
|
| +++ b/test/cctest/interpreter/bytecode_expectations/LookupSlot.golden
|
| @@ -120,7 +120,7 @@ bytecodes: [
|
| /* 16 E> */ B(StaLookupSlotSloppy), U8(0),
|
| /* 22 S> */ B(LdaUndefined),
|
| B(Star), R(2),
|
| - /* 29 E> */ B(LdaLookupGlobalSlot), U8(1), U8(4), U8(1),
|
| + /* 29 E> */ B(LdaLookupGlobalSlot), U8(1), U8(6), U8(1),
|
| B(Star), R(1),
|
| B(LdaConstant), U8(2),
|
| B(Star), R(3),
|
| @@ -135,7 +135,7 @@ bytecodes: [
|
| B(Mov), R(closure), R(6),
|
| B(CallRuntime), U16(Runtime::kResolvePossiblyDirectEval), R(4), U8(6),
|
| B(Star), R(1),
|
| - /* 29 E> */ B(Call), R(1), R(2), U8(2), U8(2),
|
| + /* 29 E> */ B(Call), R(1), R(2), U8(2), U8(4),
|
| /* 39 S> */ B(Return),
|
| ]
|
| constant pool: [
|
|
|