Searched refs:JS_PortIsNan (Results 1 – 5 of 5) sorted by relevance
889 if (JS_PortIsNan(dRet)) in MakeRegularDate()895 if (JS_PortIsNan(dRet)) in MakeRegularDate()1540 if (JS_PortIsNan(dDate)) in AFDate_FormatEx()1604 if (JS_PortIsNan(dRet)) in MakeInterDate()1637 if (bWrongFormat || JS_PortIsNan(dRet)) in AFDate_KeystrokeEx()2038 if (JS_PortIsNan(dDate)) in AFParseDateEx()
549 return !JS_PortIsNan(JS_ToNumber(m_isolate, m_pDate)); in IsValidDate()
593 if (!JS_PortIsNan(dDate)) in scand()
136 bool JS_PortIsNan(double d);
1059 bool JS_PortIsNan(double d) in JS_PortIsNan() function