Home
last modified time | relevance | path

Searched refs:returnValue (Results 1 – 25 of 37) sorted by relevance

12

/expo/packages/@expo/cli/src/utils/
H A Dfn.ts18 let returnValue: V;
23 returnValue = await fn(...args);
26 return returnValue;
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/kotlin/
H A DFilteredIterator.kt22 val returnValue = next!! in next() constant
24 return returnValue in next()
/expo/packages/expo-modules-core/android/src/main/java/expo/modules/kotlin/
H A DFilteredIterator.kt22 val returnValue = next!! in next() constant
24 return returnValue in next()
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/nativemodule/core/platform/android/ReactCommon/
H A DABI48_0_0JavaTurboModule.cpp481 return returnValue; in invokeJavaMethod()
527 return returnValue; in invokeJavaMethod()
541 return returnValue; in invokeJavaMethod()
564 return returnValue; in invokeJavaMethod()
577 return returnValue; in invokeJavaMethod()
593 returnValue = in invokeJavaMethod()
599 return returnValue; in invokeJavaMethod()
613 returnValue = in invokeJavaMethod()
619 return returnValue; in invokeJavaMethod()
633 returnValue = in invokeJavaMethod()
[all …]
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/nativemodule/core/platform/android/ReactCommon/
H A DABI49_0_0JavaTurboModule.cpp469 return returnValue; in invokeJavaMethod()
514 return returnValue; in invokeJavaMethod()
528 return returnValue; in invokeJavaMethod()
551 return returnValue; in invokeJavaMethod()
564 return returnValue; in invokeJavaMethod()
580 returnValue = in invokeJavaMethod()
586 return returnValue; in invokeJavaMethod()
600 returnValue = in invokeJavaMethod()
606 return returnValue; in invokeJavaMethod()
620 returnValue = in invokeJavaMethod()
[all …]
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/nativemodule/core/platform/android/ReactCommon/
H A DABI47_0_0JavaTurboModule.cpp481 return returnValue; in invokeJavaMethod()
527 return returnValue; in invokeJavaMethod()
541 return returnValue; in invokeJavaMethod()
564 return returnValue; in invokeJavaMethod()
577 return returnValue; in invokeJavaMethod()
593 returnValue = in invokeJavaMethod()
599 return returnValue; in invokeJavaMethod()
613 returnValue = in invokeJavaMethod()
619 return returnValue; in invokeJavaMethod()
633 returnValue = in invokeJavaMethod()
[all …]
/expo/packages/expo-modules-core/android/src/main/java/expo/modules/kotlin/views/
H A DFilteredReadableMap.kt23 val returnValue = next!! in nextKey() constant
25 return returnValue in nextKey()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/kotlin/views/
H A DFilteredReadableMap.kt23 val returnValue = next!! in nextKey() constant
25 return returnValue in nextKey()
/expo/packages/@expo/cli/src/run/ios/appleDevice/client/__tests__/
H A DDebugserverClient-test.ts11 function createClient(returnValue?: any) {
13 client['protocolClient'].sendMessage = jest.fn(() => returnValue);
/expo/packages/expo-modules-core/ios/Tests/
H A DFunctionSpec.swift11 func testFunctionReturning<T: Equatable>(value returnValue: T) { in spec()
15 return returnValue in spec()
23 expect(value as? T).to(equal(returnValue)) in spec()
/expo/ios/versioned/sdk49/ExpoModulesCore/ios/Tests/
H A DFunctionSpec.swift11 func testFunctionReturning<T: Equatable>(value returnValue: T) { in spec()
15 return returnValue in spec()
23 expect(value as? T).to(equal(returnValue)) in spec()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Base/
H A DABI49_0_0RCTModuleMethod.mm330 void *returnValue = malloc(typeSignature.methodReturnLength);
331 if (!returnValue) {
339 [typeInvocation getReturnValue:returnValue];
340 [invocation setArgument:returnValue atIndex:index + 2];
341 free(returnValue);
590 void *returnValue;
591 [_invocation getReturnValue:&returnValue];
592 return (__bridge id)returnValue;
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Base/
H A DABI48_0_0RCTModuleMethod.mm330 void *returnValue = malloc(typeSignature.methodReturnLength);
331 if (!returnValue) {
339 [typeInvocation getReturnValue:returnValue];
340 [invocation setArgument:returnValue atIndex:index + 2];
341 free(returnValue);
590 void *returnValue;
591 [_invocation getReturnValue:&returnValue];
592 return (__bridge id)returnValue;
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Base/
H A DABI47_0_0RCTModuleMethod.mm330 void *returnValue = malloc(typeSignature.methodReturnLength);
331 if (!returnValue) {
339 [typeInvocation getReturnValue:returnValue];
340 [invocation setArgument:returnValue atIndex:index + 2];
341 free(returnValue);
590 void *returnValue;
591 [_invocation getReturnValue:&returnValue];
592 return (__bridge id)returnValue;
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/nativemodule/core/platform/ios/
H A DABI48_0_0RCTTurboModule.mm435 jsi::Value returnValue = jsi::Value::undefined();
443 returnValue = convertNSNumberToJSIBoolean(*rt, (NSNumber *)result);
447 returnValue = convertNSNumberToJSINumber(*rt, (NSNumber *)result);
451 returnValue = convertNSStringToJSIString(*rt, (NSString *)result);
455 returnValue = convertNSDictionaryToJSIObject(*rt, (NSDictionary *)result);
459 returnValue = convertNSArrayToJSIArray(*rt, (NSArray *)result);
469 return returnValue;
694 jsi::Value returnValue = returnType == PromiseKind
717 return returnValue;
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/nativemodule/core/platform/ios/
H A DABI47_0_0RCTTurboModule.mm435 jsi::Value returnValue = jsi::Value::undefined();
443 returnValue = convertNSNumberToJSIBoolean(*rt, (NSNumber *)result);
447 returnValue = convertNSNumberToJSINumber(*rt, (NSNumber *)result);
451 returnValue = convertNSStringToJSIString(*rt, (NSString *)result);
455 returnValue = convertNSDictionaryToJSIObject(*rt, (NSDictionary *)result);
459 returnValue = convertNSArrayToJSIArray(*rt, (NSArray *)result);
469 return returnValue;
694 jsi::Value returnValue = returnType == PromiseKind
717 return returnValue;
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/nativemodule/core/platform/ios/ReactCommon/
H A DABI49_0_0RCTTurboModule.mm410 jsi::Value returnValue = jsi::Value::undefined();
418 returnValue = convertNSNumberToJSIBoolean(*rt, (NSNumber *)result);
422 returnValue = convertNSNumberToJSINumber(*rt, (NSNumber *)result);
426 returnValue = convertNSStringToJSIString(*rt, (NSString *)result);
430 returnValue = convertNSDictionaryToJSIObject(*rt, (NSDictionary *)result);
434 returnValue = convertNSArrayToJSIArray(*rt, (NSArray *)result);
444 return returnValue;
667 jsi::Value returnValue = returnType == PromiseKind
690 return returnValue;
/expo/ios/versioned/sdk48/ExpoModulesCore/ios/Swift/Functions/
H A DConcurrentFunctionDefinition.swift56 let returnValue = try await body(argumentsTuple) variable
58 result = .success(returnValue)
/expo/packages/expo-modules-core/ios/Swift/Functions/
H A DConcurrentFunctionDefinition.swift66 let returnValue = try await body(argumentsTuple) variable
68 result = .success(returnValue)
/expo/ios/versioned/sdk49/ExpoModulesCore/ios/Swift/Functions/
H A DConcurrentFunctionDefinition.swift66 let returnValue = try await body(argumentsTuple) variable
68 result = .success(returnValue)
/expo/ios/vendored/sdk47/react-native-webview/apple/
H A DABI47_0_0RNCWebViewManager.m280 BOOL returnValue = _shouldStartLoad;
283 return returnValue;
/expo/ios/vendored/sdk48/react-native-webview/apple/
H A DABI48_0_0RNCWebViewManager.m280 BOOL returnValue = _shouldStartLoad;
283 return returnValue;
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/jsiexecutor/jsireact/
H A DABI49_0_0JSIExecutor.cpp516 Value returnValue = valueFromDynamic(*runtime_, result.value()); in nativeCallSyncHook() local
525 return returnValue; in nativeCallSyncHook()
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/jsiexecutor/jsireact/
H A DABI48_0_0JSIExecutor.cpp515 Value returnValue = valueFromDynamic(*runtime_, result.value()); in nativeCallSyncHook() local
524 return returnValue; in nativeCallSyncHook()
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/jsiexecutor/jsireact/
H A DABI47_0_0JSIExecutor.cpp517 Value returnValue = valueFromDynamic(*runtime_, result.value()); in nativeCallSyncHook() local
526 return returnValue; in nativeCallSyncHook()

12