tor-browser

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

bug1676639.js (154B)


      1 function foo() {
      2  return Math.atanh(true === Math.fround(0) | 0) != true;
      3 }
      4 var results = [];
      5 for (var j = 0; j < 50; j++) {
      6  results.push(foo(0,0));
      7 }