tor-browser

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

subCommutativity.js (114B)


      1 assertEq(6 - ((void 0) ^ 0x80000005), 2147483649);
      2 
      3 var x = ((void 0) ^ 0x80000005);
      4 assertEq(6 - x, 2147483649);