summaryrefslogtreecommitdiffstats
path: root/PerformanceTests/SunSpider/tests/ubench/function-correct-args.js
blob: bd31e1393bc02502b4a2a64e979fbc04d07a8931 (plain)
1
2
3
4
5
6
function f(x0, x1, x2, x3, x4, x5, x6, x7, x8, x9)
{
}

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