Home
last modified time | relevance | path

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

/external/v8/src/
Ddate.h166 int time_within_day_ms = static_cast<int>(time_ms - days * kMsPerDay); in EquivalentTime() local
170 return static_cast<int64_t>(new_days) * kMsPerDay + time_within_day_ms; in EquivalentTime()