Type Alias script::dom::bindings::import::module::jsapi::RootedFunction

source ·
pub type RootedFunction = Rooted<*mut JSFunction>;

Aliased Type§

struct RootedFunction {
    pub vtable: (),
    pub base: RootedBase,
    pub ptr: *mut JSFunction,
}

Fields§

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