tor-browser

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

bug639478-1.js (72B)


      1 function f(x) {
      2    return (x % 123.45) >> x;
      3 }
      4 assertEq(f(-123), -4);