Index: test/cctest/interpreter/bytecode_expectations/CallNew.golden |
diff --git a/test/cctest/interpreter/bytecode_expectations/CallNew.golden b/test/cctest/interpreter/bytecode_expectations/CallNew.golden |
index eb5b0630f40e5172eb06ea72c830bb99847451a2..f60f73e0653b6cb5ddf205e21fd2d6fd222bd7f9 100644 |
--- a/test/cctest/interpreter/bytecode_expectations/CallNew.golden |
+++ b/test/cctest/interpreter/bytecode_expectations/CallNew.golden |
@@ -14,15 +14,16 @@ snippet: " |
" |
frame size: 1 |
parameter count: 1 |
-bytecode array length: 11 |
+bytecode array length: 12 |
bytecodes: [ |
/* 45 E> */ B(StackCheck), |
- /* 50 S> */ B(LdaGlobal), U8(4), |
+ /* 50 S> */ B(LdaGlobal), U8(0), U8(4), |
B(Star), R(0), |
/* 57 E> */ B(New), R(0), R(0), U8(0), U8(2), |
/* 68 S> */ B(Return), |
] |
constant pool: [ |
+ ONE_BYTE_INTERNALIZED_STRING_TYPE ["bar"], |
] |
handlers: [ |
] |
@@ -35,10 +36,10 @@ snippet: " |
" |
frame size: 2 |
parameter count: 1 |
-bytecode array length: 17 |
+bytecode array length: 18 |
bytecodes: [ |
/* 58 E> */ B(StackCheck), |
- /* 63 S> */ B(LdaGlobal), U8(4), |
+ /* 63 S> */ B(LdaGlobal), U8(0), U8(4), |
B(Star), R(0), |
B(LdaSmi), U8(3), |
B(Star), R(1), |
@@ -47,6 +48,7 @@ bytecodes: [ |
/* 82 S> */ B(Return), |
] |
constant pool: [ |
+ ONE_BYTE_INTERNALIZED_STRING_TYPE ["bar"], |
] |
handlers: [ |
] |
@@ -64,10 +66,10 @@ snippet: " |
" |
frame size: 4 |
parameter count: 1 |
-bytecode array length: 25 |
+bytecode array length: 26 |
bytecodes: [ |
/* 100 E> */ B(StackCheck), |
- /* 105 S> */ B(LdaGlobal), U8(4), |
+ /* 105 S> */ B(LdaGlobal), U8(0), U8(4), |
B(Star), R(0), |
B(LdaSmi), U8(3), |
B(Star), R(1), |
@@ -80,6 +82,7 @@ bytecodes: [ |
/* 130 S> */ B(Return), |
] |
constant pool: [ |
+ ONE_BYTE_INTERNALIZED_STRING_TYPE ["bar"], |
] |
handlers: [ |
] |