Searched refs:reportException (Results 1 – 4 of 4) sorted by relevance
38 unprocessedExceptions.forEach { reportException(it) } in <lambda>()60 if (reportException(exception)) return true in <lambda>()71 private fun reportException(exception: Throwable): Boolean { in reportException() method
172 scope!!.reportException(exception) in advanceUntilIdle()219 if (it !is CancellationException) reportException(it) in <lambda>()237 ExceptionCollector.addOnExceptionCallback(lock, this::reportException) in enter()285 fun reportException(throwable: Throwable) { in reportException() method
73 fun reportException(throwable: Throwable): Boolean = in reportException() method in kotlinx.coroutines.test.TestCoroutineScopeImpl191 if (!scope!!.reportException(exception)) in createTestCoroutineScope()
67 public static void reportException(Throwable exception) { in reportException() method in JavaExceptionReporter