comparison: js/src/jit-test/tests/jaeger/bug623474.js
js/src/jit-test/tests/jaeger/bug623474.js
- changeset 0
- 6474c204b198
equal
deleted
inserted
replaced
|
1 for (var j=0;j<2;++j) { (function(o){o.length})(String.prototype); } |
|
2 |
|
3 for each(let y in [Number, Number]) { |
|
4 try { |
|
5 "".length() |
|
6 } catch(e) {} |
|
7 } |
|
8 |
|
9 /* Don't crash. */ |
|
10 |