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

http://github.com/zpao/v8monkey · JavaScript · 8 lines · 5 code · 2 blank · 1 comment · 2 complexity · 24e460f98770a86a93efe256e3b5a04c MD5 · raw file

  1. (function() {
  2. for (e in [0, 0]) {
  3. if (/x/ < this) {}
  4. }
  5. })()
  6. /* Don't assert. */