pub(crate) fn reflect_dom_object<D, T, U>( obj: Box<T>, global: &U, can_gc: CanGc, ) -> DomRoot<T>where D: DomTypes, T: DomObject + DomObjectWrap<D>, U: DerivedFrom<D::GlobalScope>,
Create the reflector for a new DOM object and yield ownership to the reflector.