Type Alias mozjs::jsapi::RootedFunction

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

Aliased Type§

struct RootedFunction {
    pub stack: *mut *mut Rooted<*mut c_void>,
    pub prev: *mut Rooted<*mut c_void>,
    pub ptr: *mut JSFunction,
}

Fields§

§stack: *mut *mut Rooted<*mut c_void>§prev: *mut Rooted<*mut c_void>§ptr: *mut JSFunction