| Index: test/cctest/interpreter/bytecode_expectations/ForOf.golden
|
| diff --git a/test/cctest/interpreter/bytecode_expectations/ForOf.golden b/test/cctest/interpreter/bytecode_expectations/ForOf.golden
|
| index 9bb2422ec9959f47596a2e95a2efbdbb22605947..6b130b6417429ab086551de3610b440aa085a333 100644
|
| --- a/test/cctest/interpreter/bytecode_expectations/ForOf.golden
|
| +++ b/test/cctest/interpreter/bytecode_expectations/ForOf.golden
|
| @@ -57,7 +57,7 @@
|
| B(JumpIfFalse), U8(6),
|
| B(LdaSmi), I8(1),
|
| B(Star), R(4),
|
| - B(LdaImmutableCurrentContextSlot), U8(4),
|
| + B(LdaCurrentContextSlot), U8(4),
|
| B(Star), R(13),
|
| B(CallRuntime), U16(Runtime::kReThrow), R(13), U8(1),
|
| B(PopContext), R(8),
|
| @@ -202,7 +202,7 @@
|
| B(JumpIfFalse), U8(6),
|
| B(LdaSmi), I8(1),
|
| B(Star), R(5),
|
| - B(LdaImmutableCurrentContextSlot), U8(4),
|
| + B(LdaCurrentContextSlot), U8(4),
|
| B(Star), R(14),
|
| B(CallRuntime), U16(Runtime::kReThrow), R(14), U8(1),
|
| B(PopContext), R(9),
|
| @@ -360,7 +360,7 @@
|
| B(JumpIfFalse), U8(6),
|
| B(LdaSmi), I8(1),
|
| B(Star), R(4),
|
| - B(LdaImmutableCurrentContextSlot), U8(4),
|
| + B(LdaCurrentContextSlot), U8(4),
|
| B(Star), R(13),
|
| B(CallRuntime), U16(Runtime::kReThrow), R(13), U8(1),
|
| B(PopContext), R(8),
|
| @@ -508,7 +508,7 @@
|
| B(JumpIfFalse), U8(6),
|
| B(LdaSmi), I8(1),
|
| B(Star), R(3),
|
| - B(LdaImmutableCurrentContextSlot), U8(4),
|
| + B(LdaCurrentContextSlot), U8(4),
|
| B(Star), R(12),
|
| B(CallRuntime), U16(Runtime::kReThrow), R(12), U8(1),
|
| B(PopContext), R(7),
|
|
|