Home
last modified time | relevance | path

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

/external/v8/src/
Dobjects.cc4685 Maybe<PropertyAttributes> maybe_attributes = in SetPropertyInternal() local
4687 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()