tor-browser

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

bug1003694.js (123B)


      1 function f(i) {
      2    if (i >= 10)
      3        return;
      4    var d = 3 + Math.abs();
      5    f(i ? i + 1 : 1);
      6    bailout();
      7 }
      8 
      9 f(0);