Home
last modified time | relevance | path

Searched refs:JS_PortIsNan (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/fpdfsdk/src/javascript/
DPublicMethods.cpp756 if (JS_PortIsNan(dRet)) { in MakeRegularDate()
761 if (JS_PortIsNan(dRet)) { in MakeRegularDate()
1334 if (JS_PortIsNan(dDate)) { in AFDate_FormatEx()
1409 if (JS_PortIsNan(dRet)) { in MakeInterDate()
1440 if (bWrongFormat || JS_PortIsNan(dRet)) { in AFDate_KeystrokeEx()
1836 if (JS_PortIsNan(dDate)) { in AFParseDateEx()
DJS_Value.h208 bool JS_PortIsNan(double d);
DJS_Value.cpp486 return !JS_PortIsNan(FXJS_ToNumber(m_pJSRuntime->GetIsolate(), m_pDate)); in IsValidDate()
865 bool JS_PortIsNan(double d) { in JS_PortIsNan() function
Dutil.cpp506 if (!JS_PortIsNan(dDate)) { in scand()