Home | History | Annotate | Download | only in src

Lines Matching defs:maybe_result

15776   Maybe<PropertyAttributes> maybe_result = GetPropertyAttributes(&it);
15777 return maybe_result.IsJust() ? Just(it.state() == LookupIterator::ACCESSOR)