Searched refs:kMaxMonth (Results 1 - 1 of 1) sorted by relevance
/third_party/node/deps/v8/src/date/ | ||
H A D | date.cc | 465 const double kMaxMonth = -kMinMonth; member 484 (kMinMonth <= month && month <= kMaxMonth) && std::isfinite(date)) { in MakeDay() |
Completed in 1 milliseconds