tor-browser

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

bug1329933.js (138B)


      1 function g(f) {
      2    for (var j = 0; j < 999; ++j) {
      3        f(0 / 0);
      4    }
      5 }
      6 function h(x) {
      7    x < 1 ? 0 : Math.imul(x || 0);
      8 }
      9 g(h);