| Index: test/cctest/interpreter/bytecode_expectations/ContextParameters.golden
|
| diff --git a/test/cctest/interpreter/bytecode_expectations/ContextParameters.golden b/test/cctest/interpreter/bytecode_expectations/ContextParameters.golden
|
| index f07e5ce4d7001e88e002b6076d53c14fa63f1668..e378b2a66aa6b3b88996b9a770e1bee2ea803e50 100644
|
| --- a/test/cctest/interpreter/bytecode_expectations/ContextParameters.golden
|
| +++ b/test/cctest/interpreter/bytecode_expectations/ContextParameters.golden
|
| @@ -3,7 +3,6 @@
|
| #
|
|
|
| ---
|
| -pool type: mixed
|
| execute: yes
|
| wrap: no
|
| test function name: f
|
| @@ -26,7 +25,7 @@ bytecodes: [
|
| /* 52 S> */ B(Return),
|
| ]
|
| constant pool: [
|
| - InstanceType::SHARED_FUNCTION_INFO_TYPE,
|
| + SHARED_FUNCTION_INFO_TYPE,
|
| ]
|
| handlers: [
|
| ]
|
| @@ -51,7 +50,7 @@ bytecodes: [
|
| /* 66 S> */ B(Return),
|
| ]
|
| constant pool: [
|
| - InstanceType::SHARED_FUNCTION_INFO_TYPE,
|
| + SHARED_FUNCTION_INFO_TYPE,
|
| ]
|
| handlers: [
|
| ]
|
| @@ -76,7 +75,7 @@ bytecodes: [
|
| /* 61 S> */ B(Return),
|
| ]
|
| constant pool: [
|
| - InstanceType::SHARED_FUNCTION_INFO_TYPE,
|
| + SHARED_FUNCTION_INFO_TYPE,
|
| ]
|
| handlers: [
|
| ]
|
| @@ -99,7 +98,7 @@ bytecodes: [
|
| /* 65 S> */ B(Return),
|
| ]
|
| constant pool: [
|
| - InstanceType::SHARED_FUNCTION_INFO_TYPE,
|
| + SHARED_FUNCTION_INFO_TYPE,
|
| ]
|
| handlers: [
|
| ]
|
|
|