Enums§
Functions§
- bump_
alloc_ ⚠from_ vmctx - Bump-allocate from VMContext. Returns null if nursery is exhausted.
- heap_
to_ ⚠value - Convert a heap-allocated object to a Value.
- heap_
to_ ⚠value_ forcing - Convert a heap-allocated object to a Value, forcing any unevaluated thunks encountered during traversal.
- value_
to_ ⚠heap - Convert a Value to a heap-allocated object via VMContext bump allocation.