summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/auto-regress/bug732861.js
blob: 6ceed608b0df4fc5dd6d317456b5ef0a2f78d0d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// |jit-test| error:ReferenceError

// Binary: cache/js-dbg-64-1fd6c40d3852-linux
// Flags: --ion-eager
//

j = 0;
out1:
for ((exception) = 0; ; j++)
    if (j == 50)
        break out1;
while (dbgeval("[]").proto ? g : 50) {}