Home
last modified time | relevance | path

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

/external/v8/src/
Ddate.h28 static const int64_t kMaxTimeInMs = variable
34 kMaxTimeInMs + 10 * kMsPerDay;
Druntime.cc8015 if (time < -DateCache::kMaxTimeInMs || in RUNTIME_FUNCTION()
8016 time > DateCache::kMaxTimeInMs) { in RUNTIME_FUNCTION()