tor-browser

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

bug754713-4.js (98B)


      1 function f(x) {
      2    var y = (x < 0) ? 1 : 2;
      3    Math.floor(0); // bailout
      4 }
      5 Math.floor(0);
      6 f(1);