tor-browser

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

bug1621268-2.js (86B)


      1 function f() {
      2    for (const x of []) {
      3       for (let y of [y, y]) {}
      4    }
      5 }
      6 f();