Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Djs-locale.cc72 Maybe<bool> maybe_found = in InsertOptionsIntoLocale() local
79 MAYBE_RETURN(maybe_found, Nothing<bool>()); in InsertOptionsIntoLocale()
83 if (!maybe_found.FromJust()) continue; in InsertOptionsIntoLocale()
Dintl-objects.cc828 Maybe<bool> maybe_found = JSReceiver::HasProperty(&it); in CanonicalizeLocaleList() local
829 MAYBE_RETURN(maybe_found, Nothing<std::vector<std::string>>()); in CanonicalizeLocaleList()
831 if (!maybe_found.FromJust()) continue; in CanonicalizeLocaleList()