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

/external/v8/src/
H A Ddate.h56 static const int64_t kMaxTimeBeforeUTCInMs = member in class:v8::internal::DateCache
H A Druntime.cc7568 (time < -DateCache::kMaxTimeBeforeUTCInMs ||
7569 time > DateCache::kMaxTimeBeforeUTCInMs)) {

Completed in 67 milliseconds