tor-browser

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

bug642319.js (174B)


      1 test();
      2 function test() {
      3        function f() {
      4                function test( ) { summary( summary, test, false ); }
      5        }
      6        f.__proto__ = this;
      7 }
      8 gc();
      9 test();