Searched refs:CJS_Date (Results 1 – 4 of 4) sorted by relevance
209 void CJS_Value::operator=(CJS_Date& date) { in operator =()265 FX_BOOL CJS_Value::ConvertToDate(CJS_Date& date) const { in ConvertToDate()394 void CJS_PropValue::operator>>(CJS_Date& date) const { in operator >>()399 void CJS_PropValue::operator<<(CJS_Date& date) { in operator <<()450 CJS_Date::CJS_Date(CJS_Runtime* pRuntime) : m_pJSRuntime(pRuntime) { in CJS_Date() function in CJS_Date453 CJS_Date::CJS_Date(CJS_Runtime* pRuntime, double dMsecTime) in CJS_Date() function in CJS_Date458 CJS_Date::CJS_Date(CJS_Runtime* pRuntime, in CJS_Date() function in CJS_Date470 double CJS_Date::MakeDate(int year, in MakeDate()481 CJS_Date::~CJS_Date() {} in ~CJS_Date()483 FX_BOOL CJS_Date::IsValidDate() { in IsValidDate()[all …]
14 class CJS_Date; variable73 void operator=(CJS_Date&);81 FX_BOOL ConvertToDate(CJS_Date&) const;119 void operator<<(CJS_Date& date);120 void operator>>(CJS_Date& date) const;148 class CJS_Date {152 CJS_Date(CJS_Runtime* pRuntime);153 CJS_Date(CJS_Runtime* pRuntime, double dMsec_time);154 CJS_Date(CJS_Runtime* pRuntime,161 virtual ~CJS_Date();
43 CJS_Date Date,
196 CJS_Date jsDate(pRuntime); in printd()318 CJS_Date jsDate, in printd()507 vRet = CJS_Date(CJS_Runtime::FromContext(cc), dDate); in scand()