Searched refs:IsDate (Results 1 – 10 of 10) sorted by relevance
101 V8_INLINE FX_BOOL IsDate() const { in IsDate() function108 return hValue->IsDate(); in IsDate()
51 return lpValue && lpValue->IsDate(); in FXJSE_Value_IsDate()
232 if (m_pValue->IsDate()) in GetType()252 return m_pValue->IsDate(); in IsDateObject()
77 TEST(IsDate) { in TEST() argument
484 F(IsDate) \
490 if (pObj->IsDate()) in FXJS_GetTypeof()
140 F(IsDate, 1, 1) \
2207 F(IsDate) \
1783 bool IsDate() const;
14535 CHECK(date->IsDate()); in THREADED_TEST()