tor-browser

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

bug1127303.js (213B)


      1 function test1() {}
      2 function test() { test1.call(this); }
      3 var length = 30 * 1024 - 1;
      4 var obj = new test();
      5 for(var i = 0 ; i < length ; i++) {
      6  obj.next = new (function  (   )  {  }  )  ();
      7  obj = obj.next;
      8 }