Searched defs:callerFrame (Results 1 – 10 of 10) sorted by relevance
14 override val callerFrame: CoroutineStackFrame?, constant in kotlinx.coroutines.debug.internal.StackTraceFrame
539 override val callerFrame: CoroutineStackFrame? in <lambda>() constant in kotlinx.coroutines.debug.internal.DebugProbesImpl.CoroutineOwner
16 public actual val callerFrame: CoroutineStackFrame? in recoverStackTrace() constant
49 public val callerFrame: CoroutineStackFrame? in recoverStackTrace() constant
20 final override val callerFrame: CoroutineStackFrame? get() = uCont as? CoroutineStackFrame constant
25 override val callerFrame: CoroutineStackFrame? get() = continuation as? CoroutineStackFrame in <lambda>() constant
17 public actual val callerFrame: CoroutineStackFrame? in recoverStackTrace() constant
26 override val callerFrame: CoroutineStackFrame? get() = completion as? CoroutineStackFrame in <lambda>() constant in kotlinx.coroutines.flow.internal.SafeCollector
236 override val callerFrame: CoroutineStackFrame? constant in StackFrameContinuation
163 public override val callerFrame: CoroutineStackFrame? in <lambda>() constant