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-single-not-resolving.js
blob
d846c6ca84e934c8eb92c96a1e64faf670079d90
1
function test(str, count)
2
{
3
return str.repeat(count);
4
}
5
6
for (var i = 0; i < 1e4; ++i)
7
test(' ', i);