1 2 3 4 5 6 7 8 9
for(var i = 0; i < 9; i++) { x = ''.charCodeAt(NaN); } for(var i = 0; i < 9; i++) { x = ''.charAt(NaN); } // Don't assert