instancesByTokens

private val instancesByTokens: MutableMap<String, WeakReference<Any>>

Map of currently known token strings to WeakReferences of the Kotlin/JVM instances they represent. Used for basic functionality of tracking tokens and transforming them back into arbitrary instances.

Sources

jvm source
Link copied to clipboard