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