blob: 98902b0b96266d995a69f65b524b2e320487df01 [file] [log] [blame]
// Use arguments in an eval.
code = " \
function f(a) { var x = a; } \
for (var i = 0; i < 10; i++) { f(5); } \
";
eval(code);
// Test it doesn't assert.