Home
last modified time | relevance | path

Searched refs:day_from_month (Results 1 - 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/date/
H A Ddate.cc162 static const int day_from_month[] = {0, 31, 59, 90, 120, 151, in DaysFromYearMonth() local
195 return day_from_year + day_from_month[month]; in DaysFromYearMonth()

Completed in 2 milliseconds