| 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 0e90e48b21ef592a327de84ba43af1400c82276e..c0d83cd08d94ee43650cf4b616d11597b2fa9630 100644
|
| --- a/test/cctest/interpreter/bytecode_expectations/ObjectLiterals.golden
|
| +++ b/test/cctest/interpreter/bytecode_expectations/ObjectLiterals.golden
|
| @@ -296,7 +296,7 @@ bytecodes: [
|
| /* 60 E> */ B(ToName), R(2),
|
| B(LdaSmi), U8(1),
|
| B(Star), R(3),
|
| - B(StaDataPropertyInLiteral), R(1), R(2), R(3), U8(0),
|
| + B(StaDataPropertyInLiteral), R(1), R(2), U8(0), U8(2),
|
| B(Ldar), R(1),
|
| /* 69 S> */ B(Return),
|
| ]
|
| @@ -323,7 +323,7 @@ bytecodes: [
|
| /* 68 E> */ B(ToName), R(2),
|
| B(LdaSmi), U8(1),
|
| B(Star), R(3),
|
| - B(StaDataPropertyInLiteral), R(1), R(2), R(3), U8(0),
|
| + B(StaDataPropertyInLiteral), R(1), R(2), U8(0), U8(4),
|
| B(Ldar), R(1),
|
| /* 77 S> */ B(Return),
|
| ]
|
| @@ -350,7 +350,7 @@ bytecodes: [
|
| /* 60 E> */ B(ToName), R(2),
|
| B(LdaSmi), U8(1),
|
| B(Star), R(3),
|
| - B(StaDataPropertyInLiteral), R(1), R(2), R(3), U8(0),
|
| + B(StaDataPropertyInLiteral), R(1), R(2), U8(0), U8(2),
|
| B(CreateObjectLiteral), U8(1), U8(0), U8(35), R(4),
|
| B(Mov), R(1), R(2),
|
| B(Mov), R(4), R(3),
|
| @@ -380,7 +380,7 @@ bytecodes: [
|
| /* 60 E> */ B(ToName), R(2),
|
| B(LdaConstant), U8(2),
|
| B(Star), R(3),
|
| - B(StaDataPropertyInLiteral), R(1), R(2), R(3), U8(0),
|
| + B(StaDataPropertyInLiteral), R(1), R(2), U8(0), U8(2),
|
| B(LdaConstant), U8(3),
|
| B(ToName), R(3),
|
| B(CreateClosure), U8(4), U8(2),
|
|
|