Home
last modified time | relevance | path

Searched defs:recoverAndThrow (Results 1 – 4 of 4) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/native/src/internal/
DStackTraceRecovery.kt12 internal actual suspend inline fun recoverAndThrow(exception: Throwable): Nothing = throw exception in recoverStackTrace() method
/external/kotlinx.coroutines/kotlinx-coroutines-core/js/src/internal/
DStackTraceRecovery.kt11 internal actual suspend inline fun recoverAndThrow(exception: Throwable): Nothing = throw exception in recoverStackTrace() method
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/internal/
DStackTraceRecovery.common.kt36 internal expect suspend inline fun recoverAndThrow(exception: Throwable): Nothing in recoverStackTrace() method
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/internal/
DStackTraceRecovery.kt151 internal actual suspend inline fun recoverAndThrow(exception: Throwable): Nothing { in recoverAndThrow() method