Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-intl.cc474 CHECK_RECEIVER(JSObject, date_format_holder, method); in BUILTIN()
477 if (!Intl::IsObjectOfType(isolate, date_format_holder, in BUILTIN()
482 date_format_holder)); in BUILTIN()
500 DateFormat::UnpackDateFormat(date_format_holder); in BUILTIN()
606 Handle<JSObject> date_format_holder; in BUILTIN() local
608 isolate, date_format_holder, in BUILTIN()
610 DCHECK(Intl::IsObjectOfType(isolate, date_format_holder, in BUILTIN()
614 date_format_holder->GetEmbedderField(DateFormat::kBoundFormatIndex), in BUILTIN()
630 context->set(DateFormat::ContextSlot::kDateFormat, *date_format_holder); in BUILTIN()
642 date_format_holder->SetEmbedderField(DateFormat::kBoundFormatIndex, in BUILTIN()
[all …]