Home | History | Annotate | Download | only in src

Lines Matching defs:IsNaN

897 bool Object::IsNaN() {
898 return this->IsHeapNumber() && std::isnan(HeapNumber::cast(this)->value());
2017 if (std::isnan(value)) value = canonical_not_the_hole_nan_as_double();