/js/src/jit-test/tests/jaeger/bug557063.js

http://github.com/zpao/v8monkey · JavaScript · 7 lines · 4 code · 2 blank · 1 comment · 1 complexity · 9d57842db5a587a1c150cef777e086b6 MD5 · raw file

  1. (function() {
  2. for (a = 0; a < 2; a++)
  3. ''.watch("", function() {})
  4. })()
  5. /* Don't crash or assert. */