Lines Matching defs:locales
808 Isolate* isolate, Handle<Object> date, Handle<Object> locales,
828 // We only cache the instance when locales is a string/undefined and
831 bool can_cache = (locales->IsString() || locales->IsUndefined(isolate)) &&
834 // Both locales and options are undefined, check the cache.
837 isolate->get_cached_icu_object(cache_type, locales));
848 // 4. Let dateFormat be ? Construct(%DateTimeFormat%, « locales, options »).
860 JSDateTimeFormat::New(isolate, map, locales, internal_options,
866 cache_type, locales,
1511 Isolate* isolate, Handle<Map> map, Handle<Object> locales,
1514 // 1. Let requestedLocales be ? CanonicalizeLocaleList(locales).
1516 Intl::CanonicalizeLocaleList(isolate, locales);
1886 // 12.1.1 InitializeDateTimeFormat ( dateTimeFormat, locales, options )