js/src/jit-test/tests/auto-regress/bug779818.js

branch
TOR_BUG_3246
changeset 7
129ffea94266
equal deleted inserted replaced
-1:000000000000 0:be3a9a209989
1 // Binary: cache/js-dbg-64-2169bca0c9a5-linux
2 // Flags: --ion-eager
3 //
4
5 var SECTION = "lexical-015";
6 (function() {
7 for (var a = 0; a < 9; a++) {
8 if (SECTION[a]) {
9 while (arguments[a]) break;
10 }
11 }
12 })()

mercurial