bug517721.js (118B)
1 try { 2 for (var j = 0; j < 2; ++j) { 3 if (j == 1) { 4 ++(null[2]); 5 } 6 } 7 } catch(e) { 8 }