Index: test/cctest/interpreter/bytecode_expectations/IllegalRedeclaration.golden |
diff --git a/test/cctest/interpreter/bytecode_expectations/IllegalRedeclaration.golden b/test/cctest/interpreter/bytecode_expectations/IllegalRedeclaration.golden |
index df669aa945ee8442d8988a97371c24814e48ed52..9904726bc8076be5e50534a376cfda58fed404b7 100644 |
--- a/test/cctest/interpreter/bytecode_expectations/IllegalRedeclaration.golden |
+++ b/test/cctest/interpreter/bytecode_expectations/IllegalRedeclaration.golden |
@@ -14,17 +14,16 @@ snippet: " |
" |
frame size: 3 |
parameter count: 1 |
-bytecode array length: 14 |
+bytecode array length: 16 |
bytecodes: [ |
- B(LdaConstant), U8(0), |
+ B(Wide), B(LdaSmi), U16(152), |
B(Star), R(1), |
- B(LdaConstant), U8(1), |
+ B(LdaConstant), U8(0), |
B(Star), R(2), |
B(CallRuntime), U16(Runtime::kNewSyntaxError), R(1), U8(2), |
B(Throw), |
] |
constant pool: [ |
- kInstanceTypeDontCare, |
InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE, |
] |
handlers: [ |