Structs§
- Handle
- Mutable
Handle - Rooted
Guard - Rust API for keeping a Rooted value in the context’s root stack.
Example usage:
rooted!(in(cx) let x = UndefinedValue());
.RootedGuard::new
also works, but the macro is preferred.
rooted!(in(cx) let x = UndefinedValue());
.
RootedGuard::new
also works, but the macro is preferred.