tor-browser

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

bug588362-3.js (139B)


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