Searched refs:MODE_IGNORE (Results 1 – 3 of 3) sorted by relevance
14 @PublishedApi internal const val MODE_IGNORE = 4 // don't do anything constant25 MODE_IGNORE -> {} in resumeMode()36 MODE_IGNORE -> {} in resumeWithExceptionMode()47 MODE_IGNORE -> {} in resumeUninterceptedMode()58 MODE_IGNORE -> {} in resumeUninterceptedWithExceptionMode()
29 … val exception = if (mode == MODE_IGNORE) state.cause else recoverStackTrace(state.cause, uCont) in getStackTraceElement()
132 makeCompletingOnce(result, MODE_IGNORE) -> { in undispatchedResult()