Home
last modified time | relevance | path

Searched defs:throwable (Results 1 – 19 of 19) sorted by relevance

/expo/packages/expo-modules-core/ios/Tests/
H A DExceptionsSpec.swift25 func throwable() throws { in spec() function
38 func throwable() throws { in spec() function
55 func throwable() throws { in spec() function
/expo/ios/versioned/sdk49/ExpoModulesCore/ios/Tests/
H A DExceptionsSpec.swift25 func throwable() throws { in spec() function
38 func throwable() throws { in spec() function
55 func throwable() throws { in spec() function
/expo/packages/expo-location/android/src/main/java/expo/modules/location/
H A DLocationRequestCallbacks.java9 public void onLocationError(CodedException throwable) {} in onLocationError()
11 public void onRequestFailed(CodedException throwable) {} in onRequestFailed()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/location/
H A DLocationRequestCallbacks.java9 public void onLocationError(CodedException throwable) {} in onLocationError()
11 public void onRequestFailed(CodedException throwable) {} in onRequestFailed()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/location/
H A DLocationRequestCallbacks.java9 public void onLocationError(CodedException throwable) {} in onLocationError()
11 public void onRequestFailed(CodedException throwable) {} in onRequestFailed()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/location/
H A DLocationRequestCallbacks.java9 public void onLocationError(CodedException throwable) {} in onLocationError()
11 public void onRequestFailed(CodedException throwable) {} in onRequestFailed()
/expo/packages/expo-modules-core/android/src/main/cpp/
H A DExceptions.cpp109 auto throwable = env->ExceptionOccurred(); in throwPendingJniExceptionAsCppException() local
118 void throwNewJavaException(jthrowable throwable) { in throwNewJavaException()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/updates/logging/
H A DUpdatesLogger.kt135 val throwable = exception as? Throwable ?: Throwable() in <lambda>() constant
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/updates/logging/
H A DUpdatesLogger.kt135 val throwable = exception as? Throwable ?: Throwable() in <lambda>() constant
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/updates/logging/
H A DUpdatesLogger.kt135 val throwable = exception as? Throwable ?: Throwable() in <lambda>() constant
/expo/packages/expo-updates/android/src/main/java/expo/modules/updates/logging/
H A DUpdatesLogger.kt135 val throwable = exception as? Throwable ?: Throwable() in <lambda>() constant
/expo/android/vendored/unversioned/@react-native-async-storage/async-storage/android/src/main/java/com/reactnativecommunity/asyncstorage/next/
H A DErrorHelpers.kt8 return CoroutineExceptionHandler { _, throwable -> in <lambda>() method
/expo/android/vendored/sdk49/@react-native-async-storage/async-storage/android/src/main/java/abi49_0_0/com/reactnativecommunity/asyncstorage/next/
H A DErrorHelpers.kt8 return CoroutineExceptionHandler { _, throwable -> in <lambda>() method
/expo/android/vendored/sdk48/@react-native-async-storage/async-storage/android/src/main/java/abi48_0_0/com/reactnativecommunity/asyncstorage/next/
H A DErrorHelpers.kt8 return CoroutineExceptionHandler { _, throwable -> in <lambda>() method
/expo/packages/expo-dev-launcher/android/src/debug/java/expo/modules/devlauncher/launcher/errors/
H A DDevLauncherErrorRegistry.kt15 val throwable: Throwable, constant in expo.modules.devlauncher.launcher.errors.DevLauncherErrorInstance
/expo/packages/expo-modules-core/android/src/main/java/expo/modules/core/interfaces/services/
H A DUIManager.java14 void reject(Throwable throwable); in reject()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/core/interfaces/services/
H A DUIManager.java14 void reject(Throwable throwable); in reject()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/core/interfaces/services/
H A DUIManager.java14 void reject(Throwable throwable); in reject()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/core/interfaces/services/
H A DUIManager.java14 void reject(Throwable throwable); in reject()