tor-browser

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

bug608980.js (101B)


      1 /* Don't trip bogus assert. */
      2 
      3 function foo()
      4 {
      5  var x;
      6  while (x = 0) {
      7    x = 1;
      8  }
      9 }
     10 foo();