comparison: js/src/jit-test/tests/jaeger/bug606662-2.js
js/src/jit-test/tests/jaeger/bug606662-2.js
- branch
- TOR_BUG_9701
- changeset 15
- b8a032363ba2
equal
deleted
inserted
replaced
|
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){} |