Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_object.h76 hasConfigurable_(true), in PropertyDescriptor()
152 hasConfigurable_ = true; in SetConfigurable()
167 return hasConfigurable_; in HasConfigurable()
232 …return !hasWritable_ && !hasEnumerable_ && !hasConfigurable_ && !HasValue() && !HasGetter() && !Ha… in IsEmpty()
245 bool hasConfigurable_ {false};
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi_expo.h518 hasConfigurable_(true) in PropertyAttribute()
547 hasConfigurable_ = true; in SetConfigurable()
555 return hasConfigurable_; in HasConfigurable()
616 bool hasConfigurable_ = false; variable