Function new_object

Source
pub fn new_object<M: Manager, I: ExactSizeIterator<Item = Property<M::Dealloc>>>(
    m: M,
    i: impl IntoIterator<IntoIter = I>,
) -> JsObjectMutRef<M::Dealloc>