/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
- (function() {
- for (e in [0, 0]) {
- if (/x/ < this) {}
- }
- })()
- /* Don't assert. */