tor-browser

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

bug852016.js (206B)


      1 //|jit-test| error: SyntaxError
      2 
      3 (function() {
      4    x = "arguments";
      5    f = eval("(function(){return(c for (x in eval('print(arguments[0])')))})");
      6    for (e in f()) {
      7        (function() {});
      8    }
      9 })(3)