]>
git.saurik.com Git - apple/javascriptcore.git/blob - tests/stress/exit-from-ftl-with-arity-check-fail.js
1 function foo(o
, a
, b
, c
, d
, e
, f
, g
, h
, i
, j
) {
12 for (var i
= 0; i
< 100000; ++i
)
15 var result
= bar({g:24, f:43});
17 throw "Error: bad result: " + result
;