tor-browser

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

bug729902-1.js (170B)


      1 var x = 2;
      2 outer:
      3 while (x == 10) {
      4  while (x == 10) {
      5    if (x < (null ))
      6      continue outer;
      7    while (x < 10) {
      8      ((function() {}).abstract) = 0;
      9    }
     10  }
     11 }