Sign in
webkit
/
WebKit
/
73d489c153bea24ba07ff63ba8b8ea61cc2bba7a
/
.
/
JSTests
/
microbenchmarks
/
cse-new-array-buffer.js
blob: 7d3e77701f2748af508d0d82b50d671550405fa2 [
file
] [
log
] [
blame
]
//@ skip if $model == "Apple Watch Series 3" # added by mark-jsc-stress-test.py
function
foo
()
{
var
array
=
[
1.5
];
return
Math
.
cos
(
Math
.
sqrt
(
Math
.
abs
(
Math
.
sin
(
array
[
0
])
*
5
/
4.5
)))
%
3.5
;
}
noInline
(
foo
);
for
(
var
i
=
0
;
i
<
100000
;
++
i
)
foo
();