Skip to main content

CODE_VALUE_SLOT_SIZE

Constant CODE_VALUE_SLOT_SIZE 

Source
pub const CODE_VALUE_SLOT_SIZE: usize = 80;
Expand description

Byte stride of an array/object element buffer — not size_of::<CodeValue>(). This is a frozen ABI constant with headroom for CodeValue to grow without breaking already-compiled modules; always address a buffer through slot_at, never by casting to *mut CodeValue and indexing.