tor-browser

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

bug-945275.js (249B)


      1 function TestCase(n) {
      2  this.name = undefined;
      3  this.description = undefined;
      4 }
      5 gczeal(7,1);
      6 eval("\
      7 function reportCompare() { return new TestCase; };\
      8 reportCompare();\
      9 Object.defineProperty(Object.prototype, 'name', {});\
     10 reportCompare();\
     11 ");