Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
H A Djs_object.h76 hasWritable_(true), in PropertyDescriptor()
132 hasWritable_ = true; in SetWritable()
164 return hasWritable_; in HasWritable()
223 return !(value_.IsEmpty() && !hasWritable_); in IsDataDescriptor()
234 return !hasWritable_ && !hasEnumerable_ && !hasConfigurable_ && !HasValue() && !HasGetter() && !HasSetter(); in IsEmpty()
245 bool hasWritable_ {false};
/arkcompiler/ets_runtime/ecmascript/napi/include/
H A Djsnapi_expo.h647 hasWritable_(true), in PropertyAttribute()
660 hasWritable_ = true; in SetWritable()
682 return hasWritable_; in HasWritable()
745 bool hasWritable_ = false; member in panda::PropertyAttribute

Completed in 5 milliseconds