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