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
/
warp
/
catch-overflow-regexp.js
blob: a316e5636bcbfd7dd0f4572c29471c2237860953 (
plain
)
1
2
3
4
5
6
7
8
function
test
()
{
try
{
test
();
}
catch
{
/a/
.
test
(
"a"
);
}
}
test
();