tor-browser

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

bug767273.js (213B)


      1 var prox = new Proxy({}, {
      2  getOwnPropertyDescriptor: function() { return undefined; },
      3  has:                      function() { return true; },
      4 });
      5 
      6 // Don't crash.
      7 newGlobal().__lookupSetter__.call(prox, "e");