Module mozjs::gc::root

source ·

Structs

  • 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.

Constants

Type Aliases