Searched refs:JS_GetDayFromTime (Results 1 – 4 of 4) sorted by relevance
128 int JS_GetDayFromTime(double dt);
590 return JS_GetDayFromTime(JS_LocalTime(JS_ToNumber(m_isolate, m_pDate))); in GetDay()
515 int nDay = JS_GetDayFromTime(dt); in ParseNormalDate()606 int nDay = JS_GetDayFromTime(dt); in MakeRegularDate()910 int nDay = JS_GetDayFromTime(dDate); in MakeFormatDate()
967 int JS_GetDayFromTime(double dt) in JS_GetDayFromTime() function