tor-browser

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

bug706808.js (127B)


      1 Object.defineProperty(Object.prototype, "a", {});
      2 function t2(b) { this.a = b; }
      3 var x = new t2(3);
      4 assertEq(x.a, undefined);