mozjs
0.14.1
Module root
Structs
Constants
Type Aliases
In mozjs::gc
Module
mozjs
::
gc
::
root
Copy item path
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