tor-browser

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

bug640993.js (71B)


      1 function f() {
      2    return f;
      3 }
      4 f.__proto__ = null;
      5 gc();
      6 f();
      7 new f();