/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

  1. (function() {
  2. for (a in [0]) {
  3. try {
  4. return
  5. } catch(e) {}
  6. }
  7. })()