michael@0: // Use arguments in an eval. michael@0: code = " \ michael@0: function f(a) { var x = a; } \ michael@0: for (var i = 0; i < 10; i++) { f(5); } \ michael@0: "; michael@0: michael@0: eval(code); michael@0: michael@0: michael@0: // Test it doesn't assert.