Home
last modified time | relevance | path

Searched defs:function (Results 1 – 25 of 91) sorted by relevance

1234

/expo/packages/expo-clipboard/ios/Tests/
H A DClipboardModuleSpec.swift41 let function = "getStringAsync" in spec() variable
84 let function = "setStringAsync" in spec() variable
115 let function = "hasStringAsync" in spec() variable
168 let function = "getImageAsync" in spec() variable
215 let function = "hasImageAsync" in spec() variable
257 let function = "getUrlAsync" in spec() variable
278 let function = "hasUrlAsync" in spec() variable
/expo/ios/versioned/sdk48/ExpoClipboard/Tests/
H A DClipboardModuleSpec.swift40 let function = "getStringAsync" in spec() variable
83 let function = "setStringAsync" in spec() variable
114 let function = "hasStringAsync" in spec() variable
167 let function = "getImageAsync" in spec() variable
214 let function = "hasImageAsync" in spec() variable
256 let function = "getUrlAsync" in spec() variable
277 let function = "hasUrlAsync" in spec() variable
/expo/ios/versioned/sdk49/ExpoClipboard/Tests/
H A DClipboardModuleSpec.swift40 let function = "getStringAsync" in spec() variable
83 let function = "setStringAsync" in spec() variable
114 let function = "hasStringAsync" in spec() variable
167 let function = "getImageAsync" in spec() variable
214 let function = "hasImageAsync" in spec() variable
256 let function = "getUrlAsync" in spec() variable
277 let function = "hasUrlAsync" in spec() variable
/expo/ios/versioned/sdk47/ExpoClipboard/Tests/
H A DClipboardModuleSpec.swift40 let function = "getStringAsync" in spec() variable
83 let function = "setStringAsync" in spec() variable
114 let function = "hasStringAsync" in spec() variable
167 let function = "getImageAsync" in spec() variable
214 let function = "hasImageAsync" in spec() variable
256 let function = "getUrlAsync" in spec() variable
277 let function = "hasUrlAsync" in spec() variable
/expo/ios/vendored/unversioned/react-native-reanimated/Common/cpp/Tools/
H A DJsiUtils.h83 std::function<Ret(Args...)> function, in getArgsForFunction()
96 std::function<Ret(jsi::Runtime &, Args...)> function, in getArgsForFunction()
107 std::function<Ret(Args...)> function, in apply()
116 std::function<void(Args...)> function, in apply()
125 jsi::HostFunctionType createHostFunction(Fun function) { in createHostFunction()
/expo/ios/vendored/sdk49/react-native-reanimated/Common/cpp/Tools/
H A DJsiUtils.h83 std::function<Ret(Args...)> function, in getArgsForFunction()
96 std::function<Ret(jsi::Runtime &, Args...)> function, in getArgsForFunction()
107 std::function<Ret(Args...)> function, in apply()
116 std::function<void(Args...)> function, in apply()
125 jsi::HostFunctionType createHostFunction(Fun function) { in createHostFunction()
/expo/android/vendored/unversioned/react-native-reanimated/Common/cpp/Tools/
H A DJsiUtils.h83 std::function<Ret(Args...)> function, in getArgsForFunction()
96 std::function<Ret(jsi::Runtime &, Args...)> function, in getArgsForFunction()
107 std::function<Ret(Args...)> function, in apply()
116 std::function<void(Args...)> function, in apply()
125 jsi::HostFunctionType createHostFunction(Fun function) { in createHostFunction()
/expo/android/vendored/sdk49/react-native-reanimated/Common/cpp/Tools/
H A DJsiUtils.h83 std::function<Ret(Args...)> function, in getArgsForFunction()
96 std::function<Ret(jsi::Runtime &, Args...)> function, in getArgsForFunction()
107 std::function<Ret(Args...)> function, in apply()
116 std::function<void(Args...)> function, in apply()
125 jsi::HostFunctionType createHostFunction(Fun function) { in createHostFunction()
/expo/packages/expo-modules-core/android/src/androidTest/java/expo/modules/kotlin/jni/
H A DJavaScriptFunctionTest.kt30 val function = jsiInterop.evaluateScript("() => { return 21 }").getFunction<Int>() in <lambda>() constant
37 val function = jsiInterop.evaluateScript("(a, b) => { return a + b }").getFunction<Int>() in <lambda>() constant
44 … val function = jsiInterop.evaluateScript("(object) => { return object.k1 }").getFunction<String>() in <lambda>() constant
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/utils/
H A DABI49_0_0SharedFunction.h31 std::function<T> function; member
37 : pair_(std::make_shared<Pair>(std::move(function))) {} in pair_()
45 void assign(std::function<T> function) const { in assign()
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/utils/
H A DABI48_0_0SharedFunction.h33 std::function<T> function; member
39 : pair_(std::make_shared<Pair>(std::move(function))) {} in pair_()
47 void assign(std::function<T> function) const { in assign()
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/utils/
H A DABI47_0_0SharedFunction.h33 std::function<T> function; member
39 : pair_(std::make_shared<Pair>(std::move(function))) {} in pair_()
47 void assign(std::function<T> function) const { in assign()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/butter/
H A DABI49_0_0function.h36 using function = BUTTER_FUNCTION_OVERRIDE<Ts...>; variable
/expo/ios/versioned/sdk48/ExpoModulesCore/ios/Swift/
H A DModuleHolder.swift65 guard let function = definition.functions[functionName] else { variable
74 guard let function = definition.functions[functionName] as? AnySyncFunctionComponent else { in callSync() variable
/expo/ios/versioned/sdk47/ExpoModulesCore/ios/Swift/
H A DModuleHolder.swift65 guard let function = definition.functions[functionName] else { variable
74 guard let function = definition.functions[functionName] as? AnySyncFunctionComponent else { in callSync() variable
/expo/packages/expo-modules-core/ios/Swift/Classes/
H A DClassComponentElementsBuilder.swift29 if var function = element as? AnyFunction { variable
/expo/ios/versioned/sdk49/ExpoModulesCore/ios/Swift/Classes/
H A DClassComponentElementsBuilder.swift29 if var function = element as? AnyFunction { variable
/expo/ios/versioned/sdk48/ExpoModulesCore/ios/Swift/Classes/
H A DClassComponentElementsBuilder.swift29 if var function = element as? AnyFunction { variable
/expo/ios/versioned/sdk47/ExpoModulesCore/ios/Swift/Classes/
H A DClassComponentElementsBuilder.swift29 if var function = element as? AnyFunction { variable
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/bridging/
H A DABI48_0_0Function.h25 jsi::Function function, in AsyncCallback()
64 jsi::Function function, in SyncCallback()
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/bridging/
H A DABI47_0_0Function.h25 jsi::Function function, in AsyncCallback()
64 jsi::Function function, in SyncCallback()
/expo/packages/expo-modules-core/ios/Swift/Exceptions/
H A DExceptionOrigin.swift20 let function: String variable
/expo/ios/versioned/sdk49/ExpoModulesCore/ios/Swift/Exceptions/
H A DExceptionOrigin.swift20 let function: String variable
/expo/ios/versioned/sdk48/ExpoModulesCore/ios/Swift/Exceptions/
H A DExceptionOrigin.swift20 let function: String variable
/expo/ios/versioned/sdk47/ExpoModulesCore/ios/Swift/Exceptions/
H A DExceptionOrigin.swift20 let function: String variable

1234