index
:
firefox-esr
debian
progress-linux
upstream
debian 12: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
js
/
src
/
jit-test
/
tests
/
jaeger
/
recompile
/
bug655949.js
blob: 1adace1a10073d7f82ef8b4c9ae874df08de6742 (
plain
)
1
2
3
4
5
6
var
a
;
try
{
a
();
}
catch
(
e
)
{
assertEq
(
e
instanceof
TypeError
,
true
);
}