Home
last modified time | relevance | path

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

/external/v8/src/objects/
Djs-relative-time-format.cc100 Maybe<bool> maybe_found_style = in InitializeRelativeTimeFormat() local
104 MAYBE_RETURN(maybe_found_style, MaybeHandle<JSRelativeTimeFormat>()); in InitializeRelativeTimeFormat()
105 if (maybe_found_style.FromJust()) { in InitializeRelativeTimeFormat()
Djs-list-format.cc160 Maybe<bool> maybe_found_style = Intl::GetStringOption( in InitializeListFormat() local
163 MAYBE_RETURN(maybe_found_style, MaybeHandle<JSListFormat>()); in InitializeListFormat()
164 if (maybe_found_style.FromJust()) { in InitializeListFormat()