Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
H A Djs_object.h78 hasConfigurable_(true), in PropertyDescriptor()
154 hasConfigurable_ = true; in SetConfigurable()
169 return hasConfigurable_; in HasConfigurable()
234 return !hasWritable_ && !hasEnumerable_ && !hasConfigurable_ && !HasValue() && !HasGetter() && !HasSetter(); in IsEmpty()
247 bool hasConfigurable_ {false};
/arkcompiler/ets_runtime/ecmascript/napi/include/
H A Djsnapi_expo.h649 hasConfigurable_(true) in PropertyAttribute()
678 hasConfigurable_ = true; in SetConfigurable()
686 return hasConfigurable_; in HasConfigurable()
747 bool hasConfigurable_ = false; member in panda::PropertyAttribute

Completed in 5 milliseconds