tor-browser

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

bug646480.js (95B)


      1 if (true)
      2    function f1() {}; 
      3 function f2() {
      4    var y = -8;
      5    return y % 2;
      6 }
      7 f2() / 3;