repo.or.cz
/
qtwebkit.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Update ReadMe.md
[qtwebkit.git]
/
JSTests
/
microbenchmarks
/
string-repeat-small-not-resolving.js
blob
e43ac523bad7faba3355f3268a14ed8b38ab644f
1
function test(str, count)
2
{
3
return str.repeat(count);
4
}
5
6
for (var i = 0; i < 1e4; ++i)
7
test(' ', i);