summaryrefslogtreecommitdiffstats
path: root/PerformanceTests/SunSpider/tests/ubench/function-missing-args.js
blob: d39d0f1bd8053c4bde22946553c7245c6d2b1420 (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();