Home
last modified time | relevance | path

Searched defs:functionName (Results 1 – 2 of 2) sorted by relevance

/compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/tooling/
DComposeStackTrace.kt37 val functionName: String?, in <lambda>() constant in ParsedSourceInformation
76 val functionName = sourceInfo.functionName ?: currentFunction ?: "<unknown function>" in appendStackTrace() constant
DComposeStackTraceBuilder.kt197 var functionName: String? = null in parseSourceInfo() variable