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
/
dfg-internal-function-construct.js
blob
882a000b1ba56be95ec7359c5b9ec877748ac328
1
function target(func)
2
{
3
return new func();
4
}
5
noInline(target);
6
7
for (var i = 0; i < 1e4; ++i)
8
target(Array);