| Index: test/cctest/interpreter/bytecode_expectations/TopLevelObjectLiterals.golden
|
| diff --git a/test/cctest/interpreter/bytecode_expectations/TopLevelObjectLiterals.golden b/test/cctest/interpreter/bytecode_expectations/TopLevelObjectLiterals.golden
|
| index 03f8b5496d2a637e95c5785fec06e340a46c578e..e97547d2cce41c95d6a8be8ab44354e0b9a972e6 100644
|
| --- a/test/cctest/interpreter/bytecode_expectations/TopLevelObjectLiterals.golden
|
| +++ b/test/cctest/interpreter/bytecode_expectations/TopLevelObjectLiterals.golden
|
| @@ -3,7 +3,6 @@
|
| #
|
|
|
| ---
|
| -pool type: mixed
|
| execute: no
|
| wrap: no
|
| top level: yes
|
| @@ -36,11 +35,11 @@ bytecodes: [
|
| /* 33 S> */ B(Return),
|
| ]
|
| constant pool: [
|
| - InstanceType::FIXED_ARRAY_TYPE,
|
| - InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE,
|
| - InstanceType::FIXED_ARRAY_TYPE,
|
| - InstanceType::SHARED_FUNCTION_INFO_TYPE,
|
| - InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE,
|
| + FIXED_ARRAY_TYPE,
|
| + ONE_BYTE_INTERNALIZED_STRING_TYPE ["a"],
|
| + FIXED_ARRAY_TYPE,
|
| + SHARED_FUNCTION_INFO_TYPE,
|
| + ONE_BYTE_INTERNALIZED_STRING_TYPE ["func"],
|
| ]
|
| handlers: [
|
| ]
|
|
|