Home
last modified time | relevance | path

Searched refs:IsDateObject (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/fpdfsdk/src/javascript/
DJS_Value.h79 FX_BOOL IsDateObject() const;
DJS_Value.cpp249 FX_BOOL CJS_Value::IsDateObject() const { in IsDateObject() function in CJS_Value
272 if (IsDateObject()) { in ConvertToDate()