Function script::dom::bindings::interface::create_callback_interface_object

source ยท
pub fn create_callback_interface_object(
    cx: JSContext,
    global: HandleObject<'_>,
    constants: &[Guard<&[ConstantSpec]>],
    name: &CStr,
    rval: MutableHandleObject<'_>,
)
Expand description

Create and define the interface object of a callback interface.