tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

bug-1852729.js (164B)


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