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

Create and define the interface object of a callback interface.