/js/src/jit-test/tests/jaeger/bug554675-3.js

http://github.com/zpao/v8monkey · JavaScript · 11 lines · 8 code · 2 blank · 1 comment · 2 complexity · 017666949cb1d2dbb577946b5e137b2e MD5 · raw file

  1. (function() {
  2. try { (function() {
  3. for each(let x in [0, /x/, 0, {}]) {
  4. if (x < x) {}
  5. }
  6. })()
  7. } catch(e) {}
  8. })()
  9. /* Don't assert. */