pub fn create_callback_interface_object(
cx: SafeJSContext,
global: HandleObject<'_>,
constants: &[Guard<&[ConstantSpec]>],
name: &[u8],
rval: MutableHandleObject<'_>
)
Expand description
Create and define the interface object of a callback interface.