Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
2cc0c9624ed1bfdbdc2be2e81529d41c91e9052d
/
.
/
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
);