tor-browser

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

bug588362-1.js (102B)


      1 for (a = 0; a < 13; a++) {
      2    (function* e() {
      3        yield eval()
      4    }())
      5 }
      6 
      7 /* Don't assert. */