Index: test/cctest/interpreter/bytecode_expectations/DeclareGlobals.golden |
diff --git a/test/cctest/interpreter/bytecode_expectations/DeclareGlobals.golden b/test/cctest/interpreter/bytecode_expectations/DeclareGlobals.golden |
index 00fa0180e69a11f8e24fe154fd4c45c48b5559e8..948e04287e2d0e12f6ea3dcd3fc04175aa32ae49 100644 |
--- a/test/cctest/interpreter/bytecode_expectations/DeclareGlobals.golden |
+++ b/test/cctest/interpreter/bytecode_expectations/DeclareGlobals.golden |
@@ -104,7 +104,7 @@ snippet: " |
" |
frame size: 4 |
parameter count: 1 |
-bytecode array length: 31 |
+bytecode array length: 32 |
bytecodes: [ |
B(LdaConstant), U8(0), |
B(Star), R(1), |
@@ -115,7 +115,7 @@ bytecodes: [ |
/* 0 E> */ B(StackCheck), |
/* 16 S> */ B(LdaUndefined), |
B(Star), R(2), |
- B(LdaGlobal), U8(2), |
+ B(LdaGlobal), U8(1), U8(2), |
B(Star), R(1), |
/* 16 E> */ B(Call), R(1), R(2), U8(1), U8(4), |
B(Star), R(0), |
@@ -123,6 +123,7 @@ bytecodes: [ |
] |
constant pool: [ |
FIXED_ARRAY_TYPE, |
+ ONE_BYTE_INTERNALIZED_STRING_TYPE ["f"], |
] |
handlers: [ |
] |