tor-browser

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

bug647440.js (92B)


      1 if (false) 
      2    function g() {}
      3 function f() {
      4    var x;
      5    (x = Infinity) >> x--;
      6 }
      7 f();