comparison: js/src/jit-test/tests/auto-regress/bug732861.js
js/src/jit-test/tests/auto-regress/bug732861.js
- branch
- TOR_BUG_3246
- changeset 7
- 129ffea94266
equal
deleted
inserted
replaced
|
1 // |jit-test| error:ReferenceError |
|
2 |
|
3 // Binary: cache/js-dbg-64-1fd6c40d3852-linux |
|
4 // Flags: --ion-eager |
|
5 // |
|
6 |
|
7 j = 0; |
|
8 out1: |
|
9 for ((exception) = 0; ; j++) |
|
10 if (j == 50) |
|
11 break out1; |
|
12 while (dbgeval("[]").proto ? g : 50) {} |