index
:
firefox
debian
progress-linux
upstream
debian 11: firefox
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
js
/
src
/
jit-test
/
tests
/
baseline
/
bug1463375.js
blob: 8b9030b7fc70ed38a4b51c06571655a84b7b468d (
plain
)
1
2
3
4
5
// |jit-test| allow-overrecursed
function
f
()
{
f
.
apply
(
null
,
new
Array
(
20000
));
}
f
()