tor-browser

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

bug-1834711.js (261B)


      1 const global1 = newGlobal({"newCompartment": false});
      2 const global2 = newGlobal({"newCompartment": true});
      3 
      4 global1.nukeAllCCWs();
      5 
      6 const {object, transplant} = this.transplantableObject(global1);
      7 
      8 global2.firstGlobalInCompartment(object);
      9 transplant(global1);