comparison: js/src/jit-test/tests/jaeger/bug555152.js
js/src/jit-test/tests/jaeger/bug555152.js
- changeset 0
- 6474c204b198
equal
deleted
inserted
replaced
|
1 |
|
2 (function() { |
|
3 for each(let x in [new Boolean(), new Boolean(), /x/, /x/]) { |
|
4 while (x % x * /x/) {} |
|
5 } |
|
6 })() |
|
7 |
|
8 /* Don't crash. */ |
|
9 |