Home
last modified time | relevance | path

Searched refs:consumeException (Results 1 – 4 of 4) sorted by relevance

/expo/packages/expo-dev-launcher/ios/Errors/
H A DEXDevLauncherErrorRegistry.swift45 public func consumeException() -> EXDevLauncherErrorInstance? { in consumeException() function
/expo/packages/expo-dev-launcher/android/src/debug/java/expo/modules/devlauncher/launcher/errors/
H A DDevLauncherErrorRegistry.kt44 fun consumeException(): DevLauncherErrorInstance? { in consumeException() method
/expo/packages/expo-dev-launcher/ios/
H A DDevLauncherInternal.swift40 return EXDevLauncherErrorRegistry().consumeException()?.toDict() in definition()
/expo/packages/expo-dev-launcher/android/src/debug/java/expo/modules/devlauncher/modules/
H A DDevLauncherInternalModule.kt195 promise.resolve(registry.consumeException()?.toWritableMap()) in getCrashReport()