| Index: test/cctest/interpreter/bytecode_expectations/BreakableBlocks.golden
|
| diff --git a/test/cctest/interpreter/bytecode_expectations/BreakableBlocks.golden b/test/cctest/interpreter/bytecode_expectations/BreakableBlocks.golden
|
| index 3e3fbf2ede5f314052ec46e1606dafbcb6dd4b8f..93e4dc5e5d0fecc930ad13ae47724f779bf3eb9d 100644
|
| --- a/test/cctest/interpreter/bytecode_expectations/BreakableBlocks.golden
|
| +++ b/test/cctest/interpreter/bytecode_expectations/BreakableBlocks.golden
|
| @@ -3,7 +3,6 @@
|
| #
|
|
|
| ---
|
| -pool type: mixed
|
| execute: yes
|
| wrap: yes
|
|
|
| @@ -123,8 +122,8 @@ bytecodes: [
|
| /* 103 S> */ B(Return),
|
| ]
|
| constant pool: [
|
| - InstanceType::FIXED_ARRAY_TYPE,
|
| - InstanceType::SHARED_FUNCTION_INFO_TYPE,
|
| + FIXED_ARRAY_TYPE,
|
| + SHARED_FUNCTION_INFO_TYPE,
|
| ]
|
| handlers: [
|
| ]
|
| @@ -194,10 +193,10 @@ bytecodes: [
|
| /* 162 S> */ B(Return),
|
| ]
|
| constant pool: [
|
| - InstanceType::FIXED_ARRAY_TYPE,
|
| - InstanceType::SHARED_FUNCTION_INFO_TYPE,
|
| - InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE,
|
| - InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE,
|
| + FIXED_ARRAY_TYPE,
|
| + SHARED_FUNCTION_INFO_TYPE,
|
| + ONE_BYTE_INTERNALIZED_STRING_TYPE ["y"],
|
| + ONE_BYTE_INTERNALIZED_STRING_TYPE ["x"],
|
| ]
|
| handlers: [
|
| ]
|
|
|