| Index: test/cctest/interpreter/bytecode_expectations/ConstVariableContextSlot.golden
|
| diff --git a/test/cctest/interpreter/bytecode_expectations/ConstVariableContextSlot.golden b/test/cctest/interpreter/bytecode_expectations/ConstVariableContextSlot.golden
|
| index 8bc1afcf372724f360794fe6c5b94b2e7f2ef996..e40630b5319e47a60e33683bf3a0349ac435d2f6 100644
|
| --- a/test/cctest/interpreter/bytecode_expectations/ConstVariableContextSlot.golden
|
| +++ b/test/cctest/interpreter/bytecode_expectations/ConstVariableContextSlot.golden
|
| @@ -3,7 +3,6 @@
|
| #
|
|
|
| ---
|
| -pool type: mixed
|
| execute: yes
|
| wrap: yes
|
|
|
| @@ -28,7 +27,7 @@ bytecodes: [
|
| /* 74 S> */ B(Return),
|
| ]
|
| constant pool: [
|
| - InstanceType::SHARED_FUNCTION_INFO_TYPE,
|
| + SHARED_FUNCTION_INFO_TYPE,
|
| ]
|
| handlers: [
|
| ]
|
| @@ -58,8 +57,8 @@ bytecodes: [
|
| /* 84 S> */ B(Return),
|
| ]
|
| constant pool: [
|
| - InstanceType::SHARED_FUNCTION_INFO_TYPE,
|
| - InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE,
|
| + SHARED_FUNCTION_INFO_TYPE,
|
| + ONE_BYTE_INTERNALIZED_STRING_TYPE ["x"],
|
| ]
|
| handlers: [
|
| ]
|
| @@ -92,8 +91,8 @@ bytecodes: [
|
| /* 80 S> */ B(Return),
|
| ]
|
| constant pool: [
|
| - InstanceType::SHARED_FUNCTION_INFO_TYPE,
|
| - InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE,
|
| + SHARED_FUNCTION_INFO_TYPE,
|
| + ONE_BYTE_INTERNALIZED_STRING_TYPE ["x"],
|
| ]
|
| handlers: [
|
| ]
|
| @@ -127,8 +126,8 @@ bytecodes: [
|
| /* 82 S> */ B(Return),
|
| ]
|
| constant pool: [
|
| - InstanceType::SHARED_FUNCTION_INFO_TYPE,
|
| - InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE,
|
| + SHARED_FUNCTION_INFO_TYPE,
|
| + ONE_BYTE_INTERNALIZED_STRING_TYPE ["x"],
|
| ]
|
| handlers: [
|
| ]
|
|
|