tor-browser

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

bug563243.js (136B)


      1 // |jit-test| error:SyntaxError
      2 
      3 (function () {
      4    for (a in (function () {
      5        yield Array.reduce()
      6    })()) function () {}
      7 })()