Sign in
webkit
/
WebKit
/
1af45fc1915c308be35b19553899267f3a4f02ea
/
.
/
JSTests
/
microbenchmarks
/
Int32Array-alloc-large.js
blob: 1c01912396a54151dfa1ef76c5d9e7bb168b45ac [
file
] [
log
] [
blame
]
//@ skip if $model == "Apple Watch Series 3" # added by mark-jsc-stress-test.py
//@ skip
for
(
var
i
=
0
;
i
<
5000
;
++
i
)
new
Int32Array
(
10000
);