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