| Index: test/cctest/interpreter/bytecode_expectations/FunctionLiterals.golden
|
| diff --git a/test/cctest/interpreter/bytecode_expectations/FunctionLiterals.golden b/test/cctest/interpreter/bytecode_expectations/FunctionLiterals.golden
|
| index fd04c713a4870fe14c48b003212805d31f96e6e9..408ccccd07f27ded8fab12738ee5c64d36fc06d4 100644
|
| --- a/test/cctest/interpreter/bytecode_expectations/FunctionLiterals.golden
|
| +++ b/test/cctest/interpreter/bytecode_expectations/FunctionLiterals.golden
|
| @@ -3,7 +3,6 @@
|
| #
|
|
|
| ---
|
| -pool type: mixed
|
| execute: yes
|
| wrap: yes
|
|
|
| @@ -20,7 +19,7 @@ bytecodes: [
|
| /* 55 S> */ B(Return),
|
| ]
|
| constant pool: [
|
| - InstanceType::SHARED_FUNCTION_INFO_TYPE,
|
| + SHARED_FUNCTION_INFO_TYPE,
|
| ]
|
| handlers: [
|
| ]
|
| @@ -41,7 +40,7 @@ bytecodes: [
|
| /* 59 S> */ B(Return),
|
| ]
|
| constant pool: [
|
| - InstanceType::SHARED_FUNCTION_INFO_TYPE,
|
| + SHARED_FUNCTION_INFO_TYPE,
|
| ]
|
| handlers: [
|
| ]
|
| @@ -64,7 +63,7 @@ bytecodes: [
|
| /* 71 S> */ B(Return),
|
| ]
|
| constant pool: [
|
| - InstanceType::SHARED_FUNCTION_INFO_TYPE,
|
| + SHARED_FUNCTION_INFO_TYPE,
|
| ]
|
| handlers: [
|
| ]
|
|
|