Home | History | Annotate | Download | only in src

Lines Matching refs:date_cache

7548   return Smi::FromInt(isolate->date_cache()->DaysFromYearMonth(year, month));
7560 DateCache* date_cache = isolate->date_cache();
7573 time = is_utc ? time : date_cache->ToUTC(static_cast<int64_t>(time));
9077 int64_t time = isolate->date_cache()->EquivalentTime(static_cast<int64_t>(x));
9088 int64_t time = isolate->date_cache()->ToUTC(static_cast<int64_t>(x));