Home
last modified time | relevance | path

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

/external/v8/src/
Ddate.h51 static const int64_t kMaxTimeInMs = variable
57 kMaxTimeInMs + 10 * kMsPerDay;
Druntime.cc7574 if (time < -DateCache::kMaxTimeInMs || in RUNTIME_FUNCTION()
7575 time > DateCache::kMaxTimeInMs) { in RUNTIME_FUNCTION()