Companion

object Companion

Properties

Link copied to clipboard
const val ID_OFFSET: Int = 65536

GC ref IDs start at this offset to avoid collisions with externref values that get internalized via any.convert_extern. Since internalized externrefs and GC refs both live in the ANY hierarchy, they share the same integer representation space.

Functions

Link copied to clipboard
fun isGcRefId(value: Long): Boolean

Checks whether a raw reference value is a GC ref ID.