tor-browser

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

bug-1802478.js (121B)


      1 enableTrackAllocations();
      2 for (a of "x") {
      3  gczeal(2, 1);
      4 }
      5 oomAfterAllocations(1);
      6 try {
      7  newString();
      8 } catch (x) {}