ConstructorEnabled

pub fn ConstructorEnabled<D>(
    cx: &mut JSContext,
    aObj: Handle<'_, *mut JSObject>,
) -> bool
where D: DomTypes,