/js/src/jit-test/tests/jaeger/bug652314.js
http://github.com/zpao/v8monkey · JavaScript · 7 lines · 7 code · 0 blank · 0 comment · 1 complexity · e55e52bd6a7cfaafe2221274188b021e MD5 · raw file
- (function() {
- for (a in [0]) {
- try {
- return
- } catch(e) {}
- }
- })()