Sign in
webkit
/
WebKit
/
e83748a3d986d861713edbad6b20589c06c9b99f
/
.
/
JSTests
/
stress
/
repeated-arity-check-fail.js
blob: da4498e011aa9907fc5c73392789067f372e3484 [
file
] [
log
] [
blame
]
function
bar
(
a
,
b
,
c
,
d
,
e
,
f
,
g
,
h
,
i
,
j
,
k
)
{
}
noInline
(
bar
);
for
(
var
i
=
0
;
i
<
10000
;
++
i
)
bar
();