mozjs
0.14.1
Module root
Structs
Constants
Type Aliases
In mozjs::
gc
Module
mozjs
::
gc
::
root
Copy item path
source
·
[
−
]
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.
Constants
§
Const
Null
Value
🔒
Type Aliases
§
Handle
Function
Handle
Id
Handle
Object
Handle
Script
Handle
String
Handle
Symbol
Handle
Value
Mutable
Handle
Function
Mutable
Handle
Id
Mutable
Handle
Object
Mutable
Handle
Script
Mutable
Handle
String
Mutable
Handle
Symbol
Mutable
Handle
Value