pub type RootedScript = Rooted<*mut JSScript>;
Aliased Type§
struct RootedScript {
pub vtable: (),
pub base: RootedBase,
pub ptr: MaybeUninit<*mut JSScript>,
}
Fields§
§vtable: ()
§base: RootedBase
§ptr: MaybeUninit<*mut JSScript>
The rooted value
This will be initialied iff there is a RootedGuard
for this Rooted