Sign in
webkit
/
WebKit
/
2a0aecef68e2ca0674a52b051412def7e6b01404
/
.
/
JSTests
/
microbenchmarks
/
put-slow-no-cache-array.js
blob: e7a658810e90f4fd0881310dd597c88ca3ce047b [
file
] [
log
] [
blame
]
(
function
()
{
var
array
=
[];
for
(
var
j
=
0
;
j
<
1e5
;
j
++)
array
[
"foo"
+
j
]
=
j
;
})();