tor-browser

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

bug1314438.js (105B)


      1 function g(x) {
      2    return (-1 % x && Math.cos(8) >>> 0);
      3 }
      4 g(2);
      5 assertEq(Object.is(g(-1), -0), true);