Home
last modified time | relevance | path

Searched refs:handleUncaughtCoroutineException (Results 1 – 3 of 3) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DCoroutineExceptionHandler.kt28 handleUncaughtCoroutineException(context, handlerException(exception, t)) in handleCoroutineException()
32 handleUncaughtCoroutineException(context, exception) in handleCoroutineException()
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/internal/
DCoroutineExceptionHandlerImpl.common.kt34 internal fun handleUncaughtCoroutineException(context: CoroutineContext, exception: Throwable) { in ensurePlatformExceptionHandlerLoaded() method
/external/kotlinx.coroutines/kotlinx-coroutines-test/jvm/src/migration/
DTestCoroutineExceptionHandler.kt62 handleUncaughtCoroutineException(context, exception) in cleanupTestCoroutines()