| Index: test/cctest/interpreter/bytecode_expectations/ClassAndSuperClass.golden
|
| diff --git a/test/cctest/interpreter/bytecode_expectations/ClassAndSuperClass.golden b/test/cctest/interpreter/bytecode_expectations/ClassAndSuperClass.golden
|
| index bddf2f296f7f0d48e9f8e2f8c8f2aee20d843ce1..d05b2f367fb02053f4682f6982ac4c66128bc9b0 100644
|
| --- a/test/cctest/interpreter/bytecode_expectations/ClassAndSuperClass.golden
|
| +++ b/test/cctest/interpreter/bytecode_expectations/ClassAndSuperClass.golden
|
| @@ -3,7 +3,6 @@
|
| #
|
|
|
| ---
|
| -pool type: mixed
|
| execute: yes
|
| wrap: no
|
| test function name: test
|
| @@ -41,8 +40,8 @@ bytecodes: [
|
| /* 131 S> */ B(Return),
|
| ]
|
| constant pool: [
|
| - InstanceType::SYMBOL_TYPE,
|
| - InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE,
|
| + SYMBOL_TYPE,
|
| + ONE_BYTE_INTERNALIZED_STRING_TYPE ["method"],
|
| ]
|
| handlers: [
|
| ]
|
| @@ -85,8 +84,8 @@ bytecodes: [
|
| /* 159 S> */ B(Return),
|
| ]
|
| constant pool: [
|
| - InstanceType::SYMBOL_TYPE,
|
| - InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE,
|
| + SYMBOL_TYPE,
|
| + ONE_BYTE_INTERNALIZED_STRING_TYPE ["x"],
|
| ]
|
| handlers: [
|
| ]
|
| @@ -141,8 +140,8 @@ bytecodes: [
|
| /* 141 S> */ B(Return),
|
| ]
|
| constant pool: [
|
| - InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE,
|
| - InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE,
|
| + ONE_BYTE_INTERNALIZED_STRING_TYPE ["this"],
|
| + ONE_BYTE_INTERNALIZED_STRING_TYPE ["y_"],
|
| ]
|
| handlers: [
|
| ]
|
| @@ -195,8 +194,8 @@ bytecodes: [
|
| /* 139 S> */ B(Return),
|
| ]
|
| constant pool: [
|
| - InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE,
|
| - InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE,
|
| + ONE_BYTE_INTERNALIZED_STRING_TYPE ["this"],
|
| + ONE_BYTE_INTERNALIZED_STRING_TYPE ["y_"],
|
| ]
|
| handlers: [
|
| ]
|
|
|