tor-browser

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

bug657901.js (94B)


      1 function f() {};
      2 function g(o) {
      3    f = new Function("");
      4    eval("");
      5 }
      6 g({});
      7 g({});
      8 f++;