Home
last modified time | relevance | path

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

/compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/tooling/
DCompositionErrorContext.kt60 fun Throwable.attachComposeStackTrace(composeNode: Any): Boolean in Throwable() method
65 override fun Throwable.attachComposeStackTrace(composeNode: Any): Boolean = in Throwable() method in androidx.compose.runtime.tooling.CompositionErrorContextImpl
DComposeStackTrace.kt66 internal fun Throwable.attachComposeStackTrace( in attachComposeStackTrace() method
/compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/changelist/
DOperation.kt1137 private fun Throwable.attachComposeStackTrace( in Throwable() method