Home
last modified time | relevance | path

Searched defs:IsHour (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/date/
Ddateparser.h314 static bool IsHour(int x) { return Between(x, 0, 23); } in IsHour() function
/third_party/node/deps/v8/src/temporal/
Dtemporal-parser.cc85 bool IsHour(base::Vector<Char> str, int32_t s) { in IsHour() function