summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/jaeger/bug606662-2.js
blob: dc38cbb3307d498642303edc2dfee3d93a92be6c (plain)
1
2
3
4
5
// don't crash
try{a()}catch(e){}
try{for(e in((JSON.e)(x=/x/)))throw []}catch(e){}
try{(function(){c()})()}catch(e){}
try{new function(){}}catch(e){}