Searched refs:ConvertToDate (Results 1 – 3 of 3) sorted by relevance
76 bool ConvertToDate(CJS_Runtime* pRuntime, CJS_Date&) const;
184 bool CJS_Value::ConvertToDate(CJS_Runtime* pRuntime, CJS_Date& date) const { in ConvertToDate() function in CJS_Value297 m_Value.ConvertToDate(m_pJSRuntime, date); in operator >>()
185 if (!p2.ConvertToDate(pRuntime, jsDate)) { in printd()