| Index: test/cctest/interpreter/bytecode_expectations/ObjectLiterals.golden
|
| diff --git a/test/cctest/interpreter/bytecode_expectations/ObjectLiterals.golden b/test/cctest/interpreter/bytecode_expectations/ObjectLiterals.golden
|
| index 831218d573e3b092e11ff037b1453c2d2c651a91..b202751b5d0a78a19a77fd43c692b1b5ff1b53a8 100644
|
| --- a/test/cctest/interpreter/bytecode_expectations/ObjectLiterals.golden
|
| +++ b/test/cctest/interpreter/bytecode_expectations/ObjectLiterals.golden
|
| @@ -59,7 +59,7 @@ bytecodes: [
|
| /* 45 S> */ B(CreateObjectLiteral), U8(0), U8(0), U8(1),
|
| B(Star), R(1),
|
| /* 75 E> */ B(Ldar), R(0),
|
| - B(StoreICSloppy), R(1), U8(1), U8(1),
|
| + B(StaNamedPropertySloppy), R(1), U8(1), U8(1),
|
| B(Ldar), R(1),
|
| /* 80 S> */ B(Return),
|
| ]
|
| @@ -83,11 +83,11 @@ bytecodes: [
|
| /* 42 E> */ B(Star), R(0),
|
| /* 45 S> */ B(CreateObjectLiteral), U8(0), U8(0), U8(1),
|
| B(Star), R(1),
|
| - /* 59 E> */ B(Ldar), R(0),
|
| - /* 67 E> */ B(Star), R(2),
|
| + /* 67 E> */ B(Ldar), R(0),
|
| + B(Star), R(2),
|
| B(LdaSmi), U8(1),
|
| B(Add), R(2),
|
| - B(StoreICSloppy), R(1), U8(1), U8(1),
|
| + B(StaNamedPropertySloppy), R(1), U8(1), U8(1),
|
| B(Ldar), R(1),
|
| /* 76 S> */ B(Return),
|
| ]
|
| @@ -110,7 +110,7 @@ bytecodes: [
|
| /* 34 S> */ B(CreateObjectLiteral), U8(0), U8(0), U8(1),
|
| B(Star), R(0),
|
| B(CreateClosure), U8(1), U8(0),
|
| - B(StoreICSloppy), R(0), U8(2), U8(1),
|
| + B(StaNamedPropertySloppy), R(0), U8(2), U8(1),
|
| B(Ldar), R(0),
|
| /* 67 S> */ B(Return),
|
| ]
|
| @@ -134,7 +134,7 @@ bytecodes: [
|
| /* 34 S> */ B(CreateObjectLiteral), U8(0), U8(0), U8(1),
|
| B(Star), R(0),
|
| B(CreateClosure), U8(1), U8(0),
|
| - B(StoreICSloppy), R(0), U8(2), U8(1),
|
| + B(StaNamedPropertySloppy), R(0), U8(2), U8(1),
|
| B(Ldar), R(0),
|
| /* 68 S> */ B(Return),
|
| ]
|
| @@ -345,7 +345,7 @@ bytecodes: [
|
| /* 50 S> */ B(CreateObjectLiteral), U8(1), U8(0), U8(1),
|
| B(Star), R(1),
|
| /* 64 E> */ B(Ldar), R(0),
|
| - B(StoreICSloppy), R(1), U8(2), U8(1),
|
| + B(StaNamedPropertySloppy), R(1), U8(2), U8(1),
|
| B(Mov), R(1), R(2),
|
| /* 68 E> */ B(Ldar), R(0),
|
| B(ToName),
|
|
|