Module root

Source

Structs§

Handle
MutableHandle
RootedGuard
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§

ConstNullValue 🔒

Type Aliases§

HandleFunction
HandleId
HandleObject
HandleScript
HandleString
HandleSymbol
HandleValue
MutableHandleFunction
MutableHandleId
MutableHandleObject
MutableHandleScript
MutableHandleString
MutableHandleSymbol
MutableHandleValue