Index: test/cctest/interpreter/bytecode_expectations/CallLookupSlot.golden |
diff --git a/test/cctest/interpreter/bytecode_expectations/CallLookupSlot.golden b/test/cctest/interpreter/bytecode_expectations/CallLookupSlot.golden |
index e05419fbff145e9129c480bfdeaea5d73e1e0fd2..cad09007e5f3ff310b53977c023b339f201502c2 100644 |
--- a/test/cctest/interpreter/bytecode_expectations/CallLookupSlot.golden |
+++ b/test/cctest/interpreter/bytecode_expectations/CallLookupSlot.golden |
@@ -11,7 +11,7 @@ snippet: " |
" |
frame size: 10 |
parameter count: 1 |
-bytecode array length: 81 |
+bytecode array length: 82 |
bytecodes: [ |
B(CreateFunctionContext), U8(3), |
B(PushContext), R(0), |
@@ -22,11 +22,11 @@ bytecodes: [ |
B(Ldar), R(new_target), |
B(StaCurrentContextSlot), U8(5), |
/* 30 E> */ B(StackCheck), |
- /* 34 S> */ B(CreateClosure), U8(0), U8(2), |
+ /* 34 S> */ B(CreateClosure), U8(0), U8(2), U8(2), |
/* 36 E> */ B(StaLookupSlotSloppy), U8(1), |
/* 52 S> */ B(LdaUndefined), |
B(Star), R(2), |
- /* 52 E> */ B(LdaLookupGlobalSlot), U8(2), U8(4), U8(1), |
+ /* 52 E> */ B(LdaLookupGlobalSlot), U8(2), U8(5), U8(1), |
B(Star), R(1), |
B(LdaConstant), U8(3), |
B(Star), R(3), |
@@ -41,12 +41,12 @@ bytecodes: [ |
B(Mov), R(closure), R(6), |
B(CallRuntime), U16(Runtime::kResolvePossiblyDirectEval), R(4), U8(6), |
B(Star), R(1), |
- /* 52 E> */ B(Call), R(1), R(2), U8(2), U8(2), |
+ /* 52 E> */ B(Call), R(1), R(2), U8(2), U8(3), |
/* 62 S> */ B(LdaUndefined), |
B(Star), R(2), |
- /* 69 E> */ B(LdaLookupGlobalSlot), U8(1), U8(8), U8(1), |
+ /* 69 E> */ B(LdaLookupGlobalSlot), U8(1), U8(9), U8(1), |
B(Star), R(1), |
- /* 69 E> */ B(Call), R(1), R(2), U8(1), U8(6), |
+ /* 69 E> */ B(Call), R(1), R(2), U8(1), U8(7), |
/* 74 S> */ B(Return), |
] |
constant pool: [ |