Sign in
webkit
/
WebKit
/
6a59c200745aa2ef26b1e56c44297ddf7c28ff78
/
.
/
JSTests
/
microbenchmarks
/
cse-new-array-buffer.js
blob: 1c20bb26a8ffdcdee88e29be5d9a35b7cb067ca1 [
file
] [
log
] [
blame
]
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
();