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 6e97ea7703f3edccaf3056d792a91e211d9082dc..ac8801550edfd919e77ecc139ae6ac110d4f5aeb 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: 79 |
bytecodes: [ |
B(CreateFunctionContext), U8(3), |
B(PushContext), R(0), |
@@ -24,9 +24,9 @@ bytecodes: [ |
/* 30 E> */ B(StackCheck), |
/* 34 S> */ B(CreateClosure), U8(0), U8(2), |
/* 36 E> */ B(StaLookupSlotSloppy), U8(1), |
- /* 52 S> */ B(LdaConstant), U8(2), |
- B(Star), R(4), |
- B(CallRuntimeForPair), U16(Runtime::kLoadLookupSlotForCall), R(4), U8(1), R(1), |
+ /* 52 S> */ B(LdrUndefined), R(2), |
+ /* 52 E> */ B(LdaLookupGlobalSlot), U8(2), U8(4), U8(1), |
+ B(Star), R(1), |
B(LdaConstant), U8(3), |
B(Star), R(3), |
B(LdaZero), |