tor-browser

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

bug685313.js (143B)


      1 function foo() {
      2    function D(){}
      3    arr = [
      4    new (function D   (  ) { 
      5 	   D += '' + foo; 
      6        }), 
      7        new D
      8    ];
      9 }
     10 foo();