Type Alias RootedFunction

Source
pub type RootedFunction = Rooted<*mut JSFunction>;

Aliased Type§

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

Fields§

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