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