Searched refs:ecma_date_month_end_day (Results 1 – 1 of 1) sorted by relevance
198 static const int16_t ecma_date_month_end_day[10] = variable238 if (day_within_year <= ecma_date_month_end_day[i]) in ecma_date_month_from_time()289 if (day_within_year <= ecma_date_month_end_day[i]) in ecma_date_date_from_time()291 return day_within_year - ecma_date_month_end_day[i - 1]; in ecma_date_date_from_time()