Index: test/cctest/interpreter/bytecode_expectations/WithStatement.golden |
diff --git a/test/cctest/interpreter/bytecode_expectations/WithStatement.golden b/test/cctest/interpreter/bytecode_expectations/WithStatement.golden |
index b5a0df5da2ee61da860bb19a3408d92d0e484589..4020c4f13e1e074eebdc604015add637591f22c4 100644 |
--- a/test/cctest/interpreter/bytecode_expectations/WithStatement.golden |
+++ b/test/cctest/interpreter/bytecode_expectations/WithStatement.golden |
@@ -13,21 +13,22 @@ snippet: " |
" |
frame size: 3 |
parameter count: 1 |
-bytecode array length: 21 |
+bytecode array length: 22 |
bytecodes: [ |
/* 30 E> */ B(StackCheck), |
/* 34 S> */ B(CreateObjectLiteral), U8(0), U8(0), U8(1), R(1), |
B(Ldar), R(1), |
B(ToObject), R(2), |
B(Ldar), R(closure), |
- B(CreateWithContext), R(2), |
+ B(CreateWithContext), R(2), U8(1), |
B(PushContext), R(0), |
- /* 50 S> */ B(LdaLookupSlot), U8(1), |
+ /* 50 S> */ B(LdaLookupSlot), U8(2), |
B(PopContext), R(0), |
/* 62 S> */ B(Return), |
] |
constant pool: [ |
InstanceType::FIXED_ARRAY_TYPE, |
+ InstanceType::FIXED_ARRAY_TYPE, |
InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE, |
] |
handlers: [ |