blob: e43ac523bad7faba3355f3268a14ed8b38ab644f [file] [log] [blame]
function test(str, count)
{
return str.repeat(count);
}
for (var i = 0; i < 1e4; ++i)
test(' ', i);