tor-browser

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

bug1129977.js (198B)


      1 gczeal(11);
      2 function C(a, b) {
      3    this.b=b;
      4 }
      5 evaluate('\
      6 Object.defineProperty(Object.prototype, "b", {set: function() {}});\
      7 var f = C.bind(0x2004, 2);\
      8 ');
      9 for (var i=1; i<5000; ++i)
     10    new f;