Searched defs:attachComposeStackTrace (Results 1 – 3 of 3) sorted by relevance
60 fun Throwable.attachComposeStackTrace(composeNode: Any): Boolean in Throwable() method65 override fun Throwable.attachComposeStackTrace(composeNode: Any): Boolean = in Throwable() method in androidx.compose.runtime.tooling.CompositionErrorContextImpl
66 internal fun Throwable.attachComposeStackTrace( in attachComposeStackTrace() method
1137 private fun Throwable.attachComposeStackTrace( in Throwable() method