/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
- (function() {
- for (a = 0; a < 2; a++)
- ''.watch("", function() {})
- })()
- /* Don't crash or assert. */