tor-browser

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

bug836563.js (130B)


      1 var x = {};
      2 Object.defineProperty(x, 0, { configurable: true, value: null });
      3 x.p = 0
      4 Object.defineProperty(x, 0, { value: 2 });