Lines Matching defs:thisFunc
1035 JSTaggedValue SlowRuntimeStub::LdSendableExternalModuleVar(JSThread *thread, int32_t index, JSTaggedValue thisFunc)
1040 return RuntimeStubs::RuntimeLdSendableExternalModuleVar(thread, index, thisFunc);
1043 JSTaggedValue SlowRuntimeStub::LdLazyExternalModuleVar(JSThread *thread, int32_t index, JSTaggedValue thisFunc)
1047 return RuntimeStubs::RuntimeLdLazyExternalModuleVar(thread, index, thisFunc);
1050 JSTaggedValue SlowRuntimeStub::LdLazySendableExternalModuleVar(JSThread *thread, int32_t index, JSTaggedValue thisFunc)
1055 return RuntimeStubs::RuntimeLdLazySendableExternalModuleVar(thread, index, thisFunc);
1059 JSTaggedValue thisFunc)
1066 return RuntimeStubs::RuntimeLdSuperByValue(thread, objHandle, propHandle, thisFunc);
1070 JSTaggedValue value, JSTaggedValue thisFunc)
1078 return RuntimeStubs::RuntimeStSuperByValue(thread, objHandle, propHandle, valueHandle, thisFunc);