comparison: js/src/jit-test/tests/auto-regress/bug722021.js
js/src/jit-test/tests/auto-regress/bug722021.js
- changeset 0
- 6474c204b198
equal
deleted
inserted
replaced
|
1 // Binary: cache/js-dbg-64-8a59519e137e-linux |
|
2 // Flags: -m -n -a |
|
3 // |
|
4 |
|
5 var a = []; |
|
6 for (let j = 0; j < 5; ++j) { |
|
7 a.push(-2 in (a)); |
|
8 } |