Searched refs:maybe_found_style (Results 1 – 2 of 2) sorted by relevance
100 Maybe<bool> maybe_found_style = in InitializeRelativeTimeFormat() local104 MAYBE_RETURN(maybe_found_style, MaybeHandle<JSRelativeTimeFormat>()); in InitializeRelativeTimeFormat()105 if (maybe_found_style.FromJust()) { in InitializeRelativeTimeFormat()
160 Maybe<bool> maybe_found_style = Intl::GetStringOption( in InitializeListFormat() local163 MAYBE_RETURN(maybe_found_style, MaybeHandle<JSListFormat>()); in InitializeListFormat()164 if (maybe_found_style.FromJust()) { in InitializeListFormat()