tor-browser

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

bug588362-2.js (111B)


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