Sign in
webkit
/
WebKit
/
2451ef9a6f07697711cff954a3812f59820a6e05
/
.
/
JSTests
/
microbenchmarks
/
array-push-0.js
blob: 1ceb861e943ecf72777da5bdff8a5d8b592d1aee [
file
] [
log
] [
blame
]
//@ skip if $model == "Apple Watch Series 3" # added by mark-jsc-stress-test.py
function
arrayPush0
()
{
var
ret
=
[
1
];
ret
.
push
();
return
ret
;
}
noInline
(
arrayPush0
);
for
(
var
i
=
0
;
i
<
1e7
;
++
i
)
arrayPush0
();