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