tor-browser

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

bug1055864.js (79B)


      1 function f() {}
      2 (function() {
      3    f()
      4 })()
      5 function g() {
      6    new f >> 0
      7 }
      8 g()