Searched refs:hasWritable_ (Results 1 – 2 of 2) sorted by relevance
67 hasWritable_(true), in PropertyDescriptor()100 hasWritable_ = true; in SetWritable()132 return hasWritable_; in HasWritable()191 return !(value_.IsEmpty() && !hasWritable_); in IsDataDescriptor()202 …return !hasWritable_ && !hasEnumerable_ && !hasConfigurable_ && !HasValue() && !HasGetter() && !Ha… in IsEmpty()213 bool hasWritable_ {false};
593 hasWritable_(true), in PropertyAttribute()606 hasWritable_ = true; in SetWritable()628 return hasWritable_; in HasWritable()691 bool hasWritable_ = false; variable