Searched refs:maybe_attributes (Results 1 – 1 of 1) sorted by relevance
4685 Maybe<PropertyAttributes> maybe_attributes = in SetPropertyInternal() local4687 if (!maybe_attributes.IsJust()) return Nothing<bool>(); in SetPropertyInternal()4688 if ((maybe_attributes.FromJust() & READ_ONLY) != 0) { in SetPropertyInternal()4691 if (maybe_attributes.FromJust() == ABSENT) break; in SetPropertyInternal()