tor-browser

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

bug610652.js (88B)


      1 function a1(a2) {
      2    return 10 - a2;
      3 }
      4 a3 = a1(-2147483648);
      5 assertEq(a3, 2147483658);