tor-browser

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

bug951213.js (210B)


      1 enableShellAllocationMetadataBuilder();
      2 function foo(x, y) {
      3  this.g = x + y;
      4 }
      5 var a = 0;
      6 var b = { valueOf: function() { return Object.defineProperty(Object.prototype, 'g', {}); } };
      7 var c = new foo(a, b);