Home | History | Annotate | Download | only in debug

Lines Matching defs:IsNaN

13 var IsNaN = global.isNaN;
141 if (mirror.isNumber() && IsNaN(mirror.value()) &&
142 typeof value == 'number' && IsNaN(value)) {
2985 if (IsNaN(value)) {