pub unsafe fn Wrap<D: DomTypes>(
cx: JSContext,
scope: &D::GlobalScope,
given_proto: Option<HandleObject<'_>>,
object: Box<D::IntersectionObserverEntry>,
_can_gc: CanGc,
) -> DomRoot<D::IntersectionObserverEntry>
pub unsafe fn Wrap<D: DomTypes>(
cx: JSContext,
scope: &D::GlobalScope,
given_proto: Option<HandleObject<'_>>,
object: Box<D::IntersectionObserverEntry>,
_can_gc: CanGc,
) -> DomRoot<D::IntersectionObserverEntry>