js/src/jit-test/tests/jaeger/bug606662-2.js

branch
TOR_BUG_3246
changeset 7
129ffea94266
equal deleted inserted replaced
-1:000000000000 0:a23665d5fafe
1 // don't crash
2 try{a()}catch(e){}
3 try{for(e in((JSON.e)(x=/x/)))throw []}catch(e){}
4 try{(function(){c()})()}catch(e){}
5 try{new function(){}}catch(e){}

mercurial