Searched refs:date_value (Results 1 – 2 of 2) sorted by relevance
297 double date_value) { in FormatDateToParts() argument304 format->format(date_value, formatted, &fp_iter, status); in FormatDateToParts()493 double date_value = DateCache::TimeClip(x->Number()); in BUILTIN() local494 if (std::isnan(date_value)) { in BUILTIN()504 FormatDateToParts(isolate, date_format, date_value)); in BUILTIN()
662 double date_value = DateCache::TimeClip(x); in FormatDateTime() local663 if (std::isnan(date_value)) { in FormatDateTime()675 date_format->format(date_value, result); in FormatDateTime()