Home
last modified time | relevance | path

Searched refs:argumentsTuple (Results 1 – 11 of 11) sorted by relevance

/expo/ios/versioned/sdk47/ExpoModulesCore/ios/Swift/Functions/
H A DSyncFunctionComponent.swift72 let argumentsTuple = try Conversions.toTuple(arguments) as! Args in call() variable
73 let result = try body(argumentsTuple) in call()
H A DAsyncFunctionComponent.swift100 let argumentsTuple = try Conversions.toTuple(arguments) as! Args in runOnQueue() variable
101 returnedValue = try body(argumentsTuple) in runOnQueue()
/expo/ios/versioned/sdk48/ExpoModulesCore/ios/Swift/Functions/
H A DSyncFunctionComponent.swift72 let argumentsTuple = try Conversions.toTuple(arguments) as! Args in call() variable
73 let result = try body(argumentsTuple) in call()
H A DConcurrentFunctionDefinition.swift55 let argumentsTuple = try Conversions.toTuple(arguments) as! Args variable
56 let returnValue = try await body(argumentsTuple)
H A DAsyncFunctionComponent.swift100 let argumentsTuple = try Conversions.toTuple(arguments) as! Args in runOnQueue() variable
101 returnedValue = try body(argumentsTuple) in runOnQueue()
/expo/packages/expo-modules-core/ios/Swift/Functions/
H A DSyncFunctionComponent.swift84 let argumentsTuple = try Conversions.toTuple(arguments) as! Args in call() variable
85 return try body(argumentsTuple) in call()
H A DConcurrentFunctionDefinition.swift65 let argumentsTuple = try Conversions.toTuple(finalArguments) as! Args variable
66 let returnValue = try await body(argumentsTuple)
H A DAsyncFunctionComponent.swift102 let argumentsTuple = try Conversions.toTuple(arguments) as! Args in runOnQueue() variable
104 returnedValue = try body(argumentsTuple) in runOnQueue()
/expo/ios/versioned/sdk49/ExpoModulesCore/ios/Swift/Functions/
H A DSyncFunctionComponent.swift84 let argumentsTuple = try Conversions.toTuple(arguments) as! Args in call() variable
85 return try body(argumentsTuple) in call()
H A DConcurrentFunctionDefinition.swift65 let argumentsTuple = try Conversions.toTuple(finalArguments) as! Args variable
66 let returnValue = try await body(argumentsTuple)
H A DAsyncFunctionComponent.swift102 let argumentsTuple = try Conversions.toTuple(arguments) as! Args in runOnQueue() variable
104 returnedValue = try body(argumentsTuple) in runOnQueue()