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 |
new file mode 100644 |
index 0000000000000000000000000000000000000000..d73dd61ec0fa63a4330c447cce38d94fd4be048b |
--- /dev/null |
+++ b/test/cctest/interpreter/bytecode_expectations/CallLookupSlot.golden |
@@ -0,0 +1,58 @@ |
+# |
+# Autogenerated by generate-bytecode-expectations |
+# |
+ |
+--- |
+pool type: mixed |
+execute: yes |
+wrap: yes |
+ |
+--- |
+snippet: " |
+ g = function(){}; eval(''); return g(); |
+" |
+frame size: 9 |
+parameter count: 1 |
+bytecode array length: 85 |
+bytecodes: [ |
+ B(CallRuntime), U16(Runtime::kNewFunctionContext), R(closure), U8(1), |
+ B(PushContext), R(0), |
+ B(Ldar), R(this), |
+ B(StaContextSlot), R(context), U8(4), |
+ B(CreateMappedArguments), |
+ B(StaContextSlot), R(context), U8(5), |
+ B(Ldar), R(new_target), |
+ B(StaContextSlot), R(context), U8(6), |
+ B(StackCheck), |
+ B(CreateClosure), U8(0), U8(0), |
+ B(StaLookupSlotSloppy), U8(1), |
+ B(LdaConstant), U8(2), |
+ B(Star), R(3), |
+ B(CallRuntimeForPair), U16(Runtime::kLoadLookupSlotForCall), R(3), U8(1), R(1), |
+ B(LdaConstant), U8(3), |
+ B(Star), R(3), |
+ B(Mov), R(1), R(4), |
+ B(Mov), R(3), R(5), |
+ B(Mov), R(closure), R(6), |
+ B(LdaZero), |
+ B(Star), R(7), |
+ B(LdaSmi8), U8(30), |
+ B(Star), R(8), |
+ B(CallRuntime), U16(Runtime::kResolvePossiblyDirectEval), R(4), U8(5), |
+ B(Star), R(1), |
+ B(Call), R(1), R(2), U8(2), U8(0), |
+ B(LdaConstant), U8(1), |
+ B(Star), R(3), |
+ B(CallRuntimeForPair), U16(Runtime::kLoadLookupSlotForCall), R(3), U8(1), R(1), |
+ B(Call), R(1), R(2), U8(1), U8(3), |
+ B(Return), |
+] |
+constant pool: [ |
+ InstanceType::SHARED_FUNCTION_INFO_TYPE, |
+ InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE, |
+ InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE, |
+ InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE, |
+] |
+handlers: [ |
+] |
+ |