Searched defs:recoverStackTrace (Results 1 – 4 of 4) sorted by relevance
5 internal actual fun <E: Throwable> recoverStackTrace(exception: E, continuation: Continuation<*>): … in recoverStackTrace() method6 internal actual fun <E: Throwable> recoverStackTrace(exception: E): E = exception in recoverStackTrace() method
14 internal expect fun <E: Throwable> recoverStackTrace(exception: E, continuation: Continuation<*>): E in recoverStackTrace() method29 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