Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Djs-collator.cc314 Maybe<bool> maybe_collation = GetStringOption( in New() local
316 MAYBE_RETURN(maybe_collation, MaybeHandle<JSCollator>()); in New()
318 if (maybe_collation.FromJust() && collation_str != nullptr) { in New()