Searched defs:callerFrame (Results 1 – 10 of 10) sorted by relevance
9 override val callerFrame: CoroutineStackFrame?, constant in kotlinx.coroutines.debug.internal.StackTraceFrame
538 override val callerFrame: CoroutineStackFrame? in <lambda>() constant in kotlinx.coroutines.debug.internal.DebugProbesImpl.CoroutineOwner
14 public actual val callerFrame: CoroutineStackFrame? in recoverStackTrace() constant
45 public val callerFrame: CoroutineStackFrame? in recoverStackTrace() constant
16 final override val callerFrame: CoroutineStackFrame? get() = uCont as? CoroutineStackFrame constant
19 override val callerFrame: CoroutineStackFrame? get() = continuation as? CoroutineStackFrame in <lambda>() constant
38 override val callerFrame: CoroutineStackFrame? get() = completion_ as? CoroutineStackFrame in <lambda>() constant in kotlinx.coroutines.flow.internal.SafeCollector
232 override val callerFrame: CoroutineStackFrame? constant in StackFrameContinuation
160 public override val callerFrame: CoroutineStackFrame? in <lambda>() constant