Sign in
webkit
/
WebKit
/
2f6dfdf7db09444f8b5d6b5b1d3ad407a04553fd
/
.
/
SunSpider
/
tests
/
ubench
/
function-sum.js
blob: 5de765767a98bcf6ca2956580d56090e6bbf4a9b [
file
] [
log
] [
blame
]
function
f
(
x
,
y
,
z
)
{
return
x
+
y
+
z
;
}
for
(
var
i
=
0
;
i
<
2500000
;
++
i
)
f
(
1
,
2
,
3
);