tor-browser

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

bug1593175.js (89B)


      1 function f() {
      2    f;
      3 }
      4 f();
      5 f();
      6 function g() {
      7    typeof(f = []) + f > 2;
      8 }
      9 g();
     10 g();