Searched refs:IsValidDate (Results 1 – 4 of 4) sorted by relevance
360 bool CJS_Date::IsValidDate(CJS_Runtime* pRuntime) const { in IsValidDate() function in CJS_Date369 if (!IsValidDate(pRuntime)) in GetYear()382 if (!IsValidDate(pRuntime)) in GetMonth()395 if (!IsValidDate(pRuntime)) in GetDay()408 if (!IsValidDate(pRuntime)) in GetHours()421 if (!IsValidDate(pRuntime)) in GetMinutes()434 if (!IsValidDate(pRuntime)) in GetSeconds()
161 bool IsValidDate(CJS_Runtime* pRuntime) const;
190 if (!jsDate.IsValidDate(pRuntime)) { in printd()
1382 PUBLIC 339dc 4 IsValidDate