Function nanvm_lib::js::js_object::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>