Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-intl.cc297 double date_value) { in FormatDateToParts() argument
304 format->format(date_value, formatted, &fp_iter, status); in FormatDateToParts()
493 double date_value = DateCache::TimeClip(x->Number()); in BUILTIN() local
494 if (std::isnan(date_value)) { in BUILTIN()
504 FormatDateToParts(isolate, date_format, date_value)); in BUILTIN()
/external/v8/src/objects/
Dintl-objects.cc662 double date_value = DateCache::TimeClip(x); in FormatDateTime() local
663 if (std::isnan(date_value)) { in FormatDateTime()
675 date_format->format(date_value, result); in FormatDateTime()