| /expo/packages/@expo/cli/src/utils/ |
| H A D | fn.ts | 18 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 D | FilteredIterator.kt | 22 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 D | FilteredIterator.kt | 22 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 D | ABI48_0_0JavaTurboModule.cpp | 481 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 D | ABI49_0_0JavaTurboModule.cpp | 469 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 D | ABI47_0_0JavaTurboModule.cpp | 481 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 D | FilteredReadableMap.kt | 23 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 D | FilteredReadableMap.kt | 23 val returnValue = next!! in nextKey() constant 25 return returnValue in nextKey()
|
| /expo/packages/@expo/cli/src/run/ios/appleDevice/client/__tests__/ |
| H A D | DebugserverClient-test.ts | 11 function createClient(returnValue?: any) { 13 client['protocolClient'].sendMessage = jest.fn(() => returnValue);
|
| /expo/packages/expo-modules-core/ios/Tests/ |
| H A D | FunctionSpec.swift | 11 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 D | FunctionSpec.swift | 11 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 D | ABI49_0_0RCTModuleMethod.mm | 330 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 D | ABI48_0_0RCTModuleMethod.mm | 330 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 D | ABI47_0_0RCTModuleMethod.mm | 330 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 D | ABI48_0_0RCTTurboModule.mm | 435 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 D | ABI47_0_0RCTTurboModule.mm | 435 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 D | ABI49_0_0RCTTurboModule.mm | 410 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 D | ConcurrentFunctionDefinition.swift | 56 let returnValue = try await body(argumentsTuple) variable 58 result = .success(returnValue)
|
| /expo/packages/expo-modules-core/ios/Swift/Functions/ |
| H A D | ConcurrentFunctionDefinition.swift | 66 let returnValue = try await body(argumentsTuple) variable 68 result = .success(returnValue)
|
| /expo/ios/versioned/sdk49/ExpoModulesCore/ios/Swift/Functions/ |
| H A D | ConcurrentFunctionDefinition.swift | 66 let returnValue = try await body(argumentsTuple) variable 68 result = .success(returnValue)
|
| /expo/ios/vendored/sdk47/react-native-webview/apple/ |
| H A D | ABI47_0_0RNCWebViewManager.m | 280 BOOL returnValue = _shouldStartLoad; 283 return returnValue;
|
| /expo/ios/vendored/sdk48/react-native-webview/apple/ |
| H A D | ABI48_0_0RNCWebViewManager.m | 280 BOOL returnValue = _shouldStartLoad; 283 return returnValue;
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/jsiexecutor/jsireact/ |
| H A D | ABI49_0_0JSIExecutor.cpp | 516 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 D | ABI48_0_0JSIExecutor.cpp | 515 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 D | ABI47_0_0JSIExecutor.cpp | 517 Value returnValue = valueFromDynamic(*runtime_, result.value()); in nativeCallSyncHook() local 526 return returnValue; in nativeCallSyncHook()
|