Home
last modified time | relevance | path

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

/external/v8/src/
Ddate.h56 static const int64_t kMaxTimeBeforeUTCInMs = variable
Druntime.cc7568 (time < -DateCache::kMaxTimeBeforeUTCInMs || in RUNTIME_FUNCTION()
7569 time > DateCache::kMaxTimeBeforeUTCInMs)) { in RUNTIME_FUNCTION()