Index: test/cctest/interpreter/bytecode_expectations/CompoundExpressions.golden |
diff --git a/test/cctest/interpreter/bytecode_expectations/CompoundExpressions.golden b/test/cctest/interpreter/bytecode_expectations/CompoundExpressions.golden |
index 55dc603ec7ddab71c4386fc39de4da809b431d12..a78e6f5f2cd9ba51ffe38fd9fbc9acb17971912c 100644 |
--- a/test/cctest/interpreter/bytecode_expectations/CompoundExpressions.golden |
+++ b/test/cctest/interpreter/bytecode_expectations/CompoundExpressions.golden |
@@ -69,7 +69,7 @@ bytecodes: [ |
B(LdrNamedProperty), R(1), U8(1), U8(1), R(2), |
B(LdaSmi), U8(2), |
B(Mul), R(2), |
- /* 61 E> */ B(StoreICSloppy), R(1), U8(1), U8(3), |
+ /* 61 E> */ B(StaNamedPropertySloppy), R(1), U8(1), U8(3), |
B(LdaUndefined), |
/* 67 S> */ B(Return), |
] |
@@ -98,7 +98,7 @@ bytecodes: [ |
B(LdrKeyedProperty), R(1), U8(1), R(3), |
B(LdaSmi), U8(2), |
B(BitwiseXor), R(3), |
- /* 57 E> */ B(KeyedStoreICSloppy), R(1), R(2), U8(3), |
+ /* 57 E> */ B(StaKeyedPropertySloppy), R(1), R(2), U8(3), |
B(LdaUndefined), |
/* 63 S> */ B(Return), |
] |