Sign in
webkit
/
WebKit
/
6ac1ae7345a9a50f3760d4fdf5f8c6512c4a9901
/
.
/
PerformanceTests
/
SunSpider
/
tests
/
ubench
/
function-excess-args.js
blob: 15ac5851d667445ab82a70cace06d5026b020788 [
file
] [
log
] [
blame
]
function
f
(
x0
,
x1
,
x2
,
x3
,
x4
)
{
}
for
(
var
i
=
0
;
i
<
3000000
;
++
i
)
f
(
0
,
1
,
2
,
3
,
4
,
5
,
6
,
7
,
8
,
9
);