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 97bb1db60461a4824115ff0f9d557903b2535956..a8338e74d4cc78bf72bf69c4fbc2cd325535892f 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), |
] |