Lines Matching refs:IsNaN
813 bool Object::IsNaN() {814 return this->IsHeapNumber() && isnan(HeapNumber::cast(this)->value());1732 if (isnan(value)) value = canonical_not_the_hole_nan_as_double();