Skip to main content

Module heap_bridge

Module heap_bridge 

Source

Enums§

BridgeError

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.