tor-browser

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

bug640614.js (57B)


      1 function f(x) {
      2    x = 2 ^ x++;
      3    if (x) {}
      4 }
      5 f(1.1);