| 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 e5c46925d3e1092eaa18a336a8de816bdb9282b4..c28e4742358dc0545ac850334404b574dc108164 100644
|
| --- a/test/cctest/interpreter/bytecode_expectations/ClassDeclarations.golden
|
| +++ b/test/cctest/interpreter/bytecode_expectations/ClassDeclarations.golden
|
| @@ -46,7 +46,7 @@ bytecodes: [
|
| B(CallRuntime), U16(Runtime::kDefineDataPropertyInLiteral), R(4), U8(5),
|
| B(CallRuntime), U16(Runtime::kToFastProperties), R(2), U8(1),
|
| B(Star), R(0),
|
| - /* 34 E> */ B(Star), R(1),
|
| + B(Star), R(1),
|
| B(LdaUndefined),
|
| /* 149 S> */ B(Return),
|
| ]
|
| @@ -98,7 +98,7 @@ bytecodes: [
|
| B(CallRuntime), U16(Runtime::kDefineDataPropertyInLiteral), R(4), U8(5),
|
| B(CallRuntime), U16(Runtime::kToFastProperties), R(2), U8(1),
|
| B(Star), R(0),
|
| - /* 34 E> */ B(Star), R(1),
|
| + B(Star), R(1),
|
| B(LdaUndefined),
|
| /* 149 S> */ B(Return),
|
| ]
|
| @@ -172,7 +172,7 @@ bytecodes: [
|
| B(CallRuntime), U16(Runtime::kDefineDataPropertyInLiteral), R(5), U8(5),
|
| B(CallRuntime), U16(Runtime::kToFastProperties), R(3), U8(1),
|
| B(Star), R(0),
|
| - /* 62 E> */ B(Star), R(1),
|
| + B(Star), R(1),
|
| B(LdaUndefined),
|
| /* 129 S> */ B(Return),
|
| ]
|
|
|