Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
H A Djs_date.h207 static constexpr int64_t MAX_TIME_IN_MS = static_cast<int64_t>(864000000) * 10000000; member in panda::ecmascript::JSDate
H A Djs_date.cpp186 if (-MAX_TIME_IN_MS <= time && time <= MAX_TIME_IN_MS) {

Completed in 3 milliseconds