tor-browser

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

bug617549.js (95B)


      1 function f() {
      2    var a, b, c;
      3    a = -c;
      4    b = c & 2;
      5    a = b;
      6    a = 123 * a;
      7 }
      8 f();