tor-browser

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

bug767961.js (76B)


      1 function C() {
      2  this.x = this[this.y = "foo"]--;
      3 }
      4 
      5 // Don't crash.
      6 new C;