tor-browser

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

bug1548611.js (106B)


      1 const otherGlobal = newGlobal();
      2 for (var i=0; i<60; i++) {
      3    new otherGlobal.Array();
      4    bailout();
      5 }