pub fn create_named_constructors(
    cx: SafeJSContext,
    global: HandleObject<'_>,
    named_constructors: &[(unsafe extern "C" fn(cx: *mut JSContext, argc: u32, vp: *mut Value) -> bool, &[u8], u32)],
    interface_prototype_object: HandleObject<'_>
)
Expand description

Create and define the named constructors of a non-callback interface.