tor-browser

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

bug980013.js (162B)


      1 x = new Uint8ClampedArray;
      2 x.__proto__ = {};
      3 Object.defineProperty(this, "y", {
      4    get: function() {
      5        return x.length;
      6    }
      7 });
      8 assertEq(y, undefined);