tor-browser

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

bug1300904.js (104B)


      1 Object.getOwnPropertyNames(this);
      2 oomTest(function() {
      3    this[0] = null;
      4    Object.freeze(this);
      5 });