summaryrefslogtreecommitdiffstats
path: root/PerformanceTests/SunSpider/tests/ubench/function-empty.js
blob: c170d94a7a70403f7246396a36f5fbcaed8e1b8e (plain)
1
2
3
4
5
6
function f()
{
}

for (var i = 0; i < 4000000; ++i)
    f();