Searched defs:recoverStackTrace (Results 1 – 4 of 4) sorted by relevance
9 internal actual fun <E: Throwable> recoverStackTrace(exception: E, continuation: Continuation<*>): … in recoverStackTrace() method10 internal actual fun <E: Throwable> recoverStackTrace(exception: E): E = exception in recoverStackTrace() method
18 internal expect fun <E: Throwable> recoverStackTrace(exception: E, continuation: Continuation<*>): E in recoverStackTrace() method32 internal expect fun <E: Throwable> recoverStackTrace(exception: E): E in recoverStackTrace() method
29 internal actual fun <E : Throwable> recoverStackTrace(exception: E): E { in recoverStackTrace() method56 internal actual inline fun <E : Throwable> recoverStackTrace(exception: E, continuation: Continuati… in recoverStackTrace() method