tor-browser

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

bug822938.js (149B)


      1 (function f(i) {
      2  // Add an OSR block which does not define the callee.
      3  for (; false; ) {};
      4 
      5  // Use the callee.
      6  if (i)
      7    f(i - 1);
      8 })(50);