Reference to a pointer which is stored on rv_stack to an object managed by gc
Stored in wasm locals, point to location on, gc rv stack, where lie pointers to objects on the heap
see: planning/brainstorm/ref_stack_vars.md
location in source code
type of value being referenced
When accessing a member of an object need to use reference
Get a flat list of primitive types that constitute this type
list of primitives that this type compiles to
Does this type hold a value in wasm?
false if the value doesn't carry a value
Generated using TypeDoc
Reference to a pointer which is stored on rv_stack to an object managed by gc
Stored in wasm locals, point to location on, gc rv stack, where lie pointers to objects on the heap
see: planning/brainstorm/ref_stack_vars.md