bug1247915.js (112B)
1 // |jit-test| --ion-pruning=on 2 3 evaluate(` 4 var i = 0; 5 while (!inIon()) 6 a = [] ? i: () => 5; 7 `);