tor-browser

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

bug560221.js (186B)


      1 try {
      2  (function() {
      3    (Object.defineProperty(this, "x", ({
      4      set: function() {}
      5    })))
      6  })()
      7 } catch(e) {}
      8 for (var a = 0; a < 4; a++) {
      9  x = 7
     10 }
     11 
     12 /* Don't bogus assert. */