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
/
is-array-for-non-array-object.js
blob
33b42dca4c72e1c41d4246cd054f3f372b57f5a1
1
function isArray(array)
2
{
3
return Array.isArray(array);
4
}
5
noInline(isArray);
6
7
for (var i = 0; i < 1e5; ++i)
8
isArray({});