Index: test/cctest/interpreter/bytecode_expectations/ArrayLiterals.golden |
diff --git a/test/cctest/interpreter/bytecode_expectations/ArrayLiterals.golden b/test/cctest/interpreter/bytecode_expectations/ArrayLiterals.golden |
index 5dcb46be9c9fe4952a58f990479bf7f7e0c98d93..8d8342e9c2d6a8558d6a3e9211b43b57272c8521 100644 |
--- a/test/cctest/interpreter/bytecode_expectations/ArrayLiterals.golden |
+++ b/test/cctest/interpreter/bytecode_expectations/ArrayLiterals.golden |
@@ -41,14 +41,14 @@ bytecodes: [ |
B(LdaZero), |
B(Star), R(1), |
/* 54 E> */ B(Ldar), R(0), |
- B(KeyedStoreICSloppy), R(2), R(1), U8(1), |
+ B(StaKeyedPropertySloppy), R(2), R(1), U8(1), |
B(LdaSmi), U8(1), |
B(Star), R(1), |
/* 57 E> */ B(Ldar), R(0), |
B(Star), R(3), |
B(LdaSmi), U8(1), |
B(Add), R(3), |
- B(KeyedStoreICSloppy), R(2), R(1), U8(1), |
+ B(StaKeyedPropertySloppy), R(2), R(1), U8(1), |
B(Ldar), R(2), |
/* 66 S> */ B(Return), |
] |
@@ -96,9 +96,9 @@ bytecodes: [ |
B(LdaZero), |
B(Star), R(3), |
/* 56 E> */ B(Ldar), R(0), |
- B(KeyedStoreICSloppy), R(4), R(3), U8(1), |
+ B(StaKeyedPropertySloppy), R(4), R(3), U8(1), |
B(Ldar), R(4), |
- B(KeyedStoreICSloppy), R(2), R(1), U8(5), |
+ B(StaKeyedPropertySloppy), R(2), R(1), U8(5), |
B(LdaSmi), U8(1), |
B(Star), R(1), |
B(CreateArrayLiteral), U8(2), U8(1), U8(3), |
@@ -109,9 +109,9 @@ bytecodes: [ |
B(Star), R(5), |
B(LdaSmi), U8(2), |
B(Add), R(5), |
- B(KeyedStoreICSloppy), R(4), R(3), U8(3), |
+ B(StaKeyedPropertySloppy), R(4), R(3), U8(3), |
B(Ldar), R(4), |
- B(KeyedStoreICSloppy), R(2), R(1), U8(5), |
+ B(StaKeyedPropertySloppy), R(2), R(1), U8(5), |
B(Ldar), R(2), |
/* 77 S> */ B(Return), |
] |