tor-browser

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

bug-1739972.js (124B)


      1 enableShellAllocationMetadataBuilder();
      2 a = newGlobal();
      3 a.evaluate("function x() {}");
      4 for (i = 0; i < 20; ++i)
      5  new a.x;