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