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() method27 internal expect fun <E: Throwable> recoverStackTrace(exception: E): E in recoverStackTrace() method
29 internal actual fun <E : Throwable> recoverStackTrace(exception: E): E { in recoverStackTrace() method55 internal actual fun <E : Throwable> recoverStackTrace(exception: E, continuation: Continuation<*>):… in recoverStackTrace() method