| Index: test/cctest/interpreter/bytecode_expectations/ClassDeclarations.golden
|
| diff --git a/test/cctest/interpreter/bytecode_expectations/ClassDeclarations.golden b/test/cctest/interpreter/bytecode_expectations/ClassDeclarations.golden
|
| index 6947a27ff6701c6dc0f0243c47663aaa0a117f38..65767b9bbfd317df65fd5ec364e033855fe8e81a 100644
|
| --- a/test/cctest/interpreter/bytecode_expectations/ClassDeclarations.golden
|
| +++ b/test/cctest/interpreter/bytecode_expectations/ClassDeclarations.golden
|
| @@ -35,7 +35,6 @@ bytecodes: [
|
| B(Star), R(2),
|
| B(LoadIC), R(2), U8(1), U8(1),
|
| B(Star), R(3),
|
| - B(Mov), R(3), R(4),
|
| B(LdaConstant), U8(2),
|
| B(Star), R(5),
|
| B(CreateClosure), U8(3), U8(0),
|
| @@ -44,6 +43,7 @@ bytecodes: [
|
| B(Star), R(7),
|
| B(LdaZero),
|
| B(Star), R(8),
|
| + B(Mov), R(3), R(4),
|
| B(CallRuntime), U16(Runtime::kDefineDataPropertyInLiteral), R(4), U8(5),
|
| B(CallRuntime), U16(Runtime::kToFastProperties), R(2), U8(1),
|
| B(Star), R(0),
|
| @@ -88,7 +88,6 @@ bytecodes: [
|
| B(Star), R(2),
|
| B(LoadIC), R(2), U8(1), U8(1),
|
| B(Star), R(3),
|
| - B(Mov), R(3), R(4),
|
| B(LdaConstant), U8(2),
|
| B(Star), R(5),
|
| B(CreateClosure), U8(3), U8(0),
|
| @@ -97,6 +96,7 @@ bytecodes: [
|
| B(Star), R(7),
|
| B(LdaZero),
|
| B(Star), R(8),
|
| + B(Mov), R(3), R(4),
|
| B(CallRuntime), U16(Runtime::kDefineDataPropertyInLiteral), R(4), U8(5),
|
| B(CallRuntime), U16(Runtime::kToFastProperties), R(2), U8(1),
|
| B(Star), R(0),
|
| @@ -149,7 +149,6 @@ bytecodes: [
|
| B(Star), R(3),
|
| B(LoadIC), R(3), U8(3), U8(1),
|
| B(Star), R(4),
|
| - B(Mov), R(4), R(5),
|
| /* 75 E> */ B(LdaContextSlot), R(context), U8(4),
|
| B(ToName),
|
| B(Star), R(6),
|
| @@ -159,14 +158,15 @@ bytecodes: [
|
| B(Star), R(8),
|
| B(LdaSmi), U8(1),
|
| B(Star), R(9),
|
| + B(Mov), R(4), R(5),
|
| B(CallRuntime), U16(Runtime::kDefineDataPropertyInLiteral), R(5), U8(5),
|
| - B(Mov), R(3), R(5),
|
| /* 106 E> */ B(LdaContextSlot), R(context), U8(5),
|
| B(ToName),
|
| B(Star), R(6),
|
| B(LdaConstant), U8(3),
|
| B(TestEqualStrict), R(6),
|
| - B(JumpIfFalse), U8(7),
|
| + B(Mov), R(3), R(5),
|
| + B(JumpIfToBooleanFalse), U8(7),
|
| B(CallRuntime), U16(Runtime::kThrowStaticPrototypeError), R(0), U8(0),
|
| B(CreateClosure), U8(5), U8(0),
|
| B(Star), R(7),
|
|
|