Searched refs:maybe_attributes (Results 1 – 1 of 1) sorted by relevance
5034 Maybe<PropertyAttributes> maybe_attributes = in SetPropertyInternal() local5036 if (maybe_attributes.IsNothing()) return Nothing<bool>(); in SetPropertyInternal()5037 if ((maybe_attributes.FromJust() & READ_ONLY) != 0) { in SetPropertyInternal()5040 if (maybe_attributes.FromJust() == ABSENT) break; in SetPropertyInternal()