Sign in
webkit
/
WebKit
/
6117b7969ae9bfefe57ab827c89504ffb0a59249
/
.
/
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
();