Module root

Source

Structs§

Dom
A traced reference to a DOM object
MaybeUnreflectedDom
A traced reference to a DOM object that may not be reflected yet.
Root
A rooted value.
RootCollection
A rooting mechanism for reflectors on the stack. LIFO is not required.

Constants§

STACK_ROOTS

Traits§

DomSlice
Get a slice of references to DOM objects.
StableTraceObject
StableTraceObject represents values that can be rooted through a stable address that will not change for their whole lifetime. It is an unsafe trait that requires implementors to ensure certain safety guarantees.

Functions§

assert_in_script
trace_roots
SM Callback that traces the rooted reflectors

Type Aliases§

DomRoot
A rooted reference to a DOM object.