Home
last modified time | relevance | path

Searched defs:lastObservedFrame (Results 1 – 3 of 3) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/debug/internal/
DDebugCoroutineInfo.kt27 …public val lastObservedFrame: CoroutineStackFrame? = source.lastObservedFrame // field is used as … constant
DDebugCoroutineInfoImpl.kt53 internal var lastObservedFrame: CoroutineStackFrame? variable
/external/kotlinx.coroutines/kotlinx-coroutines-debug/src/
DCoroutineInfo.kt41 private val lastObservedFrame: CoroutineStackFrame? = delegate.lastObservedFrame constant