Type Alias RootedScript

Source
pub type RootedScript = Rooted<*mut JSScript>;

Aliased Type§

#[repr(C)]
pub struct RootedScript { pub vtable: (), pub base: RootedBase, pub data: *mut JSScript, }

Fields§

§vtable: ()§base: RootedBase§data: *mut JSScript