tor-browser

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

bug573433.js (110B)


      1 // |jit-test| error: TypeError
      2 function f() {
      3  eval("(function() \n{\nfor(x in[])\n{}\n})");
      4  ("")()
      5 }
      6 f()