pub fn Wrap<D>( cx: JSContext, object: Box<<D as DomTypes>::Window>, ) -> Root<Dom<<D as DomTypes>::Window>>where D: DomTypes,