Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_object.h67 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};
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi.h593 hasWritable_(true), in PropertyAttribute()
606 hasWritable_ = true; in SetWritable()
628 return hasWritable_; in HasWritable()
691 bool hasWritable_ = false; variable