tor-browser

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

bug589318.js (157B)


      1 // Use arguments in an eval.
      2 code = " \
      3 function f(a) { var x = a; } \
      4 for (var i = 0; i < 10; i++) { f(5); } \
      5 ";
      6 
      7 eval(code);
      8 
      9 
     10 // Test it doesn't assert.