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