Object Slots
enum ObjectSlots : Enum<AtomWithPropertiesDescriptor.ObjectSlots> , ObjectSlotsEnum
Content copied to clipboard
The layout of object slots for my instances.
Entries
Link copied to clipboard
Content copied to clipboard
A pojo holding a weak map from this atom's property keys (atoms) to property values. It's never nil for this descriptor class, but it may be nil in the Mutability.SHARED subclass.
Link copied to clipboard
Content copied to clipboard
The module that was active when this atom was issued. This information is crucial to serialization. Must have the same ordinal as AtomDescriptor.ObjectSlots.NAME.
Link copied to clipboard
Content copied to clipboard
A string (non-uniquely) roughly identifying this atom. It need not be unique among atoms. Must have the same ordinal as AtomDescriptor.ObjectSlots.NAME.