summaryrefslogtreecommitdiffstats
path: root/PerformanceTests/SunSpider/tests/ubench/function-excess-args.js
blob: 15ac5851d667445ab82a70cace06d5026b020788 (plain)
1
2
3
4
5
6
function f(x0, x1, x2, x3, x4)
{
}

for (var i = 0; i < 3000000; ++i)
    f(0, 1, 2, 3, 4, 5, 6, 7, 8, 9);