blob: 89a6695b3d67180be547e132fc9636611869dbea [file] [log] [blame]
var x;
assertEq(-(typeof (x+x)), NaN);
assertEq(-(typeof Math.abs()), NaN);