script_
bindings
0.0.1
Module root
Module Items
Structs
Constants
Traits
Functions
Type Aliases
In crate script_
bindings
script_bindings
Module
root
Copy item path
Source
Structs
§
Dom
A traced reference to a DOM object
Maybe
Unreflected
Dom
A traced reference to a DOM object that may not be reflected yet.
Root
A rooted value.
Root
Collection
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.
Stable
Trace
Object
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.