comparison: js/src/jit-test/tests/auto-regress/bug504516.js
js/src/jit-test/tests/auto-regress/bug504516.js
- changeset 0
- 6474c204b198
equal
deleted
inserted
replaced
|
1 // Binary: cache/js-dbg-32-43a24a8896a3-linux |
|
2 // Flags: -j |
|
3 // |
|
4 for (d in [0, 0]) { |
|
5 const a = (d -= (++d).toString()) |
|
6 for each(b in [Number(1) << d, 0, 0xC]) { |
|
7 b / a |
|
8 } |
|
9 } |