Home
last modified time | relevance | path

Searched refs:kDaysInMonths (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/
Ddate.cc47 static const char kDaysInMonths[] = variable
132 if (days < kDaysInMonths[i]) { in YearMonthDayFromDays()
137 days -= kDaysInMonths[i]; in YearMonthDayFromDays()