comparison: js/src/jit-test/tests/auto-regress/bug621816.js
js/src/jit-test/tests/auto-regress/bug621816.js
- branch
- TOR_BUG_3246
- changeset 7
- 129ffea94266
equal
deleted
inserted
replaced
|
1 // Binary: cache/js-dbg-32-250bf984b8bc-linux |
|
2 // Flags: -j |
|
3 // |
|
4 for (let j=0; j<9; ++j) { var a = new Int8Array(); a[0] = 5; a[0]; } |