Home
last modified time | relevance | path

Searched refs:lastScope (Results 1 – 2 of 2) sorted by relevance

/compose/runtime/runtime/src/jvmMain/kotlin/androidx/compose/runtime/internal/
DComposableLambdaN.jvm.kt65 val lastScope = this.scope in <lambda>() constant
66 if (lastScope.replacableWith(scope)) { in <lambda>()
/compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/internal/
DComposableLambda.kt83 val lastScope = this.scope in sameBits() constant
84 if (lastScope.replacableWith(scope)) { in sameBits()