| 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 3bee15862e4e080b649580a9b81d9cd921da1a24..5098fbef5fb6fb93e475dd284798a7c3be507d77 100644
|
| --- a/test/cctest/interpreter/bytecode_expectations/ClassDeclarations.golden
|
| +++ b/test/cctest/interpreter/bytecode_expectations/ClassDeclarations.golden
|
| @@ -32,7 +32,7 @@ bytecodes: [
|
| B(Star), R(6),
|
| B(CallRuntime), U16(Runtime::kDefineClass), R(3), U8(4),
|
| B(Star), R(3),
|
| - B(LdrNamedProperty), R(3), U8(1), U8(1), R(4),
|
| + B(LdrNamedProperty), R(3), U8(1), U8(2), R(4),
|
| B(LdaConstant), U8(2),
|
| B(ToName), R(6),
|
| B(CreateClosure), U8(3), U8(2),
|
| @@ -85,7 +85,7 @@ bytecodes: [
|
| B(Star), R(6),
|
| B(CallRuntime), U16(Runtime::kDefineClass), R(3), U8(4),
|
| B(Star), R(3),
|
| - B(LdrNamedProperty), R(3), U8(1), U8(1), R(4),
|
| + B(LdrNamedProperty), R(3), U8(1), U8(2), R(4),
|
| B(LdaConstant), U8(2),
|
| B(ToName), R(6),
|
| B(CreateClosure), U8(3), U8(2),
|
| @@ -146,7 +146,7 @@ bytecodes: [
|
| B(Star), R(7),
|
| B(CallRuntime), U16(Runtime::kDefineClass), R(4), U8(4),
|
| B(Star), R(4),
|
| - B(LdrNamedProperty), R(4), U8(3), U8(1), R(5),
|
| + B(LdrNamedProperty), R(4), U8(3), U8(2), R(5),
|
| /* 75 E> */ B(LdaContextSlot), R(context), U8(4), U8(0),
|
| B(ToName), R(7),
|
| B(CreateClosure), U8(4), U8(2),
|
| @@ -216,7 +216,7 @@ bytecodes: [
|
| B(Star), R(7),
|
| B(CallRuntime), U16(Runtime::kDefineClass), R(4), U8(4),
|
| B(Star), R(4),
|
| - B(LdrNamedProperty), R(4), U8(1), U8(1), R(5),
|
| + B(LdrNamedProperty), R(4), U8(1), U8(2), R(5),
|
| B(CallRuntime), U16(Runtime::kToFastProperties), R(4), U8(1),
|
| B(Star), R(0),
|
| B(Star), R(1),
|
| @@ -226,7 +226,7 @@ bytecodes: [
|
| B(Star), R(5),
|
| B(CallRuntime), U16(Runtime::kThrowReferenceError), R(5), U8(1),
|
| B(Star), R(4),
|
| - /* 94 E> */ B(New), R(4), R(0), U8(0), U8(3),
|
| + /* 94 E> */ B(New), R(4), R(0), U8(0), U8(4),
|
| /* 103 S> */ B(Return),
|
| ]
|
| constant pool: [
|
|
|