bug854137.js (106B)
1 // Don't assert. 2 try { 3 eval("function x(y = {\ 4 x: (7) ? 0 : yield(0)\ 5 }"); 6 } catch (e) {}