Home
last modified time | relevance | path

Searched refs:maybe_locale_str (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/objects/
H A Djs-relative-time-format.cc134 Maybe<std::string> maybe_locale_str = Intl::ToLanguageTag(icu_locale); in New() local
135 MAYBE_RETURN(maybe_locale_str, MaybeHandle<JSRelativeTimeFormat>()); in New()
139 maybe_locale_str.FromJust().c_str()); in New()
H A Djs-number-format.cc1190 Maybe<std::string> maybe_locale_str = Intl::ToLanguageTag(icu_locale); in New() local
1191 MAYBE_RETURN(maybe_locale_str, MaybeHandle<JSNumberFormat>()); in New()
1193 maybe_locale_str.FromJust().c_str()); in New()

Completed in 5 milliseconds