1 2 3 4 5
const g = newGlobal({newCompartment: true}); const domObj = this.transplantableObject().object; const bar = new g.WeakRef(domObj); bar.deref(); this.nukeAllCCWs();