tor-browser

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

bug1054243.js (173B)


      1 // |jit-test| error: uncaught exception
      2 var prox = new Proxy({}, {getOwnPropertyDescriptor: function() { throw prox; }});
      3 Object.prototype.__lookupGetter__.call(prox, 'q');