Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/js/src/
DExceptions.kt39 internal actual inline fun Throwable.addSuppressedThrowable(other: Throwable) { /* empty */ } in toString() method
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DExceptions.common.kt30 internal expect fun Throwable.addSuppressedThrowable(other: Throwable) method
/external/kotlinx.coroutines/kotlinx-coroutines-core/native/src/
DExceptions.kt39 internal actual inline fun Throwable.addSuppressedThrowable(other: Throwable) { /* empty */ } in toString() method
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/
DExceptions.kt74 internal actual inline fun Throwable.addSuppressedThrowable(other: Throwable) = method