| Index: test/cctest/interpreter/bytecode_expectations/StoreGlobal.golden
|
| diff --git a/test/cctest/interpreter/bytecode_expectations/StoreGlobal.golden b/test/cctest/interpreter/bytecode_expectations/StoreGlobal.golden
|
| index 5cc49b2035d7564f096385ee413ee2533b4457a1..abac5c819662f65476ff6d78ec41d1887da42e21 100644
|
| --- a/test/cctest/interpreter/bytecode_expectations/StoreGlobal.golden
|
| +++ b/test/cctest/interpreter/bytecode_expectations/StoreGlobal.golden
|
| @@ -3,7 +3,6 @@
|
| #
|
|
|
| ---
|
| -pool type: string
|
| execute: yes
|
| wrap: no
|
| test function name: f
|
| @@ -25,7 +24,7 @@ bytecodes: [
|
| /* 33 S> */ B(Return),
|
| ]
|
| constant pool: [
|
| - "a",
|
| + ONE_BYTE_INTERNALIZED_STRING_TYPE ["a"],
|
| ]
|
| handlers: [
|
| ]
|
| @@ -46,7 +45,7 @@ bytecodes: [
|
| /* 39 S> */ B(Return),
|
| ]
|
| constant pool: [
|
| - "a",
|
| + ONE_BYTE_INTERNALIZED_STRING_TYPE ["a"],
|
| ]
|
| handlers: [
|
| ]
|
| @@ -68,7 +67,7 @@ bytecodes: [
|
| /* 47 S> */ B(Return),
|
| ]
|
| constant pool: [
|
| - "a",
|
| + ONE_BYTE_INTERNALIZED_STRING_TYPE ["a"],
|
| ]
|
| handlers: [
|
| ]
|
| @@ -90,7 +89,7 @@ bytecodes: [
|
| /* 29 S> */ B(Return),
|
| ]
|
| constant pool: [
|
| - "a",
|
| + ONE_BYTE_INTERNALIZED_STRING_TYPE ["a"],
|
| ]
|
| handlers: [
|
| ]
|
| @@ -498,8 +497,8 @@ bytecodes: [
|
| /* 1312 S> */ B(Return),
|
| ]
|
| constant pool: [
|
| - "name",
|
| - "a",
|
| + ONE_BYTE_INTERNALIZED_STRING_TYPE ["name"],
|
| + ONE_BYTE_INTERNALIZED_STRING_TYPE ["a"],
|
| ]
|
| handlers: [
|
| ]
|
| @@ -908,8 +907,8 @@ bytecodes: [
|
| /* 1328 S> */ B(Return),
|
| ]
|
| constant pool: [
|
| - "name",
|
| - "a",
|
| + ONE_BYTE_INTERNALIZED_STRING_TYPE ["name"],
|
| + ONE_BYTE_INTERNALIZED_STRING_TYPE ["a"],
|
| ]
|
| handlers: [
|
| ]
|
|
|