tor-browser

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

bug1713579.js (111B)


      1 function f() {
      2  var i = 0;
      3  while (i < (this.foo = this.foo ^ 123)) {
      4    this.prop = 1;
      5  }
      6 }
      7 new f();
      8 f();