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 bd72e3602cc816ea461b697947d2db09f1dea55c..a535d511391b85279a8fe00811f13ab1e8c05aa3 100644 |
--- a/test/cctest/interpreter/bytecode_expectations/ForOf.golden |
+++ b/test/cctest/interpreter/bytecode_expectations/ForOf.golden |
@@ -41,7 +41,7 @@ bytecodes: [ |
B(CallRuntime), U16(Runtime::kThrowIteratorResultNotAnObject), R(13), U8(1), |
B(Ldar), R(2), |
B(Star), R(13), |
- B(LoadIC), R(13), U8(3), U8(9), |
+ B(LdaNamedProperty), R(13), U8(3), U8(9), |
B(JumpIfToBooleanTrue), U8(27), |
B(LdaSmi), U8(2), |
B(Star), R(3), |
@@ -217,7 +217,7 @@ bytecodes: [ |
B(CallRuntime), U16(Runtime::kThrowIteratorResultNotAnObject), R(14), U8(1), |
B(Ldar), R(2), |
B(Star), R(14), |
- B(LoadIC), R(14), U8(3), U8(9), |
+ B(LdaNamedProperty), R(14), U8(3), U8(9), |
B(JumpIfToBooleanTrue), U8(31), |
B(LdaSmi), U8(2), |
B(Star), R(3), |
@@ -400,7 +400,7 @@ bytecodes: [ |
B(CallRuntime), U16(Runtime::kThrowIteratorResultNotAnObject), R(13), U8(1), |
B(Ldar), R(2), |
B(Star), R(13), |
- B(LoadIC), R(13), U8(3), U8(9), |
+ B(LdaNamedProperty), R(13), U8(3), U8(9), |
B(JumpIfToBooleanTrue), U8(49), |
B(LdaSmi), U8(2), |
B(Star), R(3), |
@@ -588,7 +588,7 @@ bytecodes: [ |
B(CallRuntime), U16(Runtime::kThrowIteratorResultNotAnObject), R(12), U8(1), |
B(Ldar), R(1), |
B(Star), R(12), |
- B(LoadIC), R(12), U8(4), U8(9), |
+ B(LdaNamedProperty), R(12), U8(4), U8(9), |
B(JumpIfToBooleanTrue), U8(41), |
B(LdaSmi), U8(2), |
B(Star), R(2), |
@@ -596,8 +596,8 @@ bytecodes: [ |
B(Star), R(12), |
B(Ldar), R(1), |
B(Star), R(13), |
- B(LoadIC), R(13), U8(5), U8(11), |
- B(StoreICSloppy), R(12), U8(6), U8(13), |
+ B(LdaNamedProperty), R(13), U8(5), U8(11), |
+ B(StaNamedPropertySloppy), R(12), U8(6), U8(13), |
B(Ldar), R(3), |
/* 62 E> */ B(StackCheck), |
/* 88 S> */ B(Ldar), R(6), |