tor-browser

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

bug-1941876.js (158B)


      1 enableShellAllocationMetadataBuilder();
      2 var x = transplantableObject();
      3 x.object[0] = (function(){});
      4 x.transplant(newGlobal({newCompartment: true}));
      5 gc();