tor-browser

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

bug940864.js (160B)


      1 function a()
      2 {
      3    "use asm";
      4    function f()
      5    {
      6        return (((((-1) >>> (0+0)) | 0) % 10000) >> (0+0)) | 0;
      7    }
      8    return f;
      9 }
     10 assertEq(a()(), -1);