Home
last modified time | relevance | path

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

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