bug1602390.js (117B)
1 // |jit-test| --ion-osr=off; error:InternalError 2 function f() { 3 while (true) { 4 var r = f(); 5 } 6 } 7 f();