| /expo/ios/versioned/sdk48/ExpoModulesCore/ios/Swift/Classes/ |
| H A D | ClassComponent.swift | 15 let constructor: AnySyncFunctionComponent? 28 self.constructor = elements.first(where: isConstructor) as? AnySyncFunctionComponent 94 return (item as? AnySyncFunctionComponent)?.name == "constructor" in isConstructor()
|
| /expo/ios/versioned/sdk47/ExpoModulesCore/ios/Swift/Classes/ |
| H A D | ClassComponent.swift | 15 let constructor: AnySyncFunctionComponent? 28 self.constructor = elements.first(where: isConstructor) as? AnySyncFunctionComponent 94 return (item as? AnySyncFunctionComponent)?.name == "constructor" in isConstructor()
|
| /expo/packages/expo-modules-core/ios/Swift/Classes/ |
| H A D | ClassComponent.swift | 15 let constructor: AnySyncFunctionComponent? 28 self.constructor = elements.first(where: isConstructor) as? AnySyncFunctionComponent 107 return (item as? AnySyncFunctionComponent)?.name == "constructor" in isConstructor()
|
| /expo/ios/versioned/sdk49/ExpoModulesCore/ios/Swift/Classes/ |
| H A D | ClassComponent.swift | 15 let constructor: AnySyncFunctionComponent? 28 self.constructor = elements.first(where: isConstructor) as? AnySyncFunctionComponent 107 return (item as? AnySyncFunctionComponent)?.name == "constructor" in isConstructor()
|
| /expo/ios/versioned/sdk47/ExpoModulesCore/ios/Swift/Objects/ |
| H A D | PropertyComponent.swift | 12 var getter: AnySyncFunctionComponent? 17 var setter: AnySyncFunctionComponent?
|
| /expo/ios/versioned/sdk49/ExpoModulesCore/ios/Swift/Objects/ |
| H A D | PropertyComponent.swift | 24 var getter: AnySyncFunctionComponent? in buildDescriptor() 29 var setter: AnySyncFunctionComponent? in buildDescriptor()
|
| /expo/packages/expo-modules-core/ios/Swift/Objects/ |
| H A D | PropertyComponent.swift | 24 var getter: AnySyncFunctionComponent? in buildDescriptor() 29 var setter: AnySyncFunctionComponent? in buildDescriptor()
|
| /expo/ios/versioned/sdk48/ExpoModulesCore/ios/Swift/Objects/ |
| H A D | PropertyComponent.swift | 24 var getter: AnySyncFunctionComponent? in buildDescriptor() 29 var setter: AnySyncFunctionComponent? in buildDescriptor()
|
| /expo/ios/versioned/sdk47/ExpoModulesCore/ios/Swift/Functions/ |
| H A D | SyncFunctionComponent.swift | 6 internal protocol AnySyncFunctionComponent: AnyFunction { protocol 21 public final class SyncFunctionComponent<Args, FirstArgType, ReturnType>: AnySyncFunctionComponent { in call()
|
| /expo/ios/versioned/sdk48/ExpoModulesCore/ios/Swift/Functions/ |
| H A D | SyncFunctionComponent.swift | 6 internal protocol AnySyncFunctionComponent: AnyFunction { protocol 21 public final class SyncFunctionComponent<Args, FirstArgType, ReturnType>: AnySyncFunctionComponent { in call()
|
| /expo/ios/versioned/sdk48/ExpoModulesCore/ios/Swift/ |
| H A D | ModuleHolder.swift | 74 guard let function = definition.functions[functionName] as? AnySyncFunctionComponent else { in callSync()
|
| /expo/ios/versioned/sdk47/ExpoModulesCore/ios/Swift/ |
| H A D | ModuleHolder.swift | 74 guard let function = definition.functions[functionName] as? AnySyncFunctionComponent else { in callSync()
|
| /expo/packages/expo-modules-core/ios/Swift/Functions/ |
| H A D | SyncFunctionComponent.swift | 6 internal protocol AnySyncFunctionComponent: AnyFunction { protocol 22 public final class SyncFunctionComponent<Args, FirstArgType, ReturnType>: AnySyncFunctionComponent { in call()
|
| /expo/ios/versioned/sdk49/ExpoModulesCore/ios/Swift/Functions/ |
| H A D | SyncFunctionComponent.swift | 6 internal protocol AnySyncFunctionComponent: AnyFunction { protocol 22 public final class SyncFunctionComponent<Args, FirstArgType, ReturnType>: AnySyncFunctionComponent { in call()
|
| /expo/packages/expo-modules-core/ios/Swift/ |
| H A D | ModuleHolder.swift | 78 …t appContext, let function = definition.functions[functionName] as? AnySyncFunctionComponent else { in callSync()
|
| /expo/ios/versioned/sdk49/ExpoModulesCore/ios/Swift/ |
| H A D | ModuleHolder.swift | 78 …t appContext, let function = definition.functions[functionName] as? AnySyncFunctionComponent else { in callSync()
|