tor-browser

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

bug731642.js (116B)


      1 Object.defineProperty(Object.prototype, 1, {get: function() { this.foo++; return 23 }});
      2 assertEq([1,,].pop(), 23);