Sign in
webkit
/
WebKit
/
b387ed984cfa86e07321d6d915fc6d801afbcecc
/
.
/
JSTests
/
microbenchmarks
/
cse-new-array.js
blob: 5ad473e8a662359527427387b6f991628b440892 [
file
] [
log
] [
blame
]
function
foo
(
p
)
{
var
array
=
[
1.5
,
p
];
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
(
0
);