Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
H A Djs_object.h77 hasEnumerable_(true), in PropertyDescriptor()
143 hasEnumerable_ = true; in SetEnumerable()
174 return hasEnumerable_; in HasEnumerable()
234 return !hasWritable_ && !hasEnumerable_ && !hasConfigurable_ && !HasValue() && !HasGetter() && !HasSetter(); in IsEmpty()
246 bool hasEnumerable_ {false};
/arkcompiler/ets_runtime/ecmascript/napi/include/
H A Djsnapi_expo.h648 hasEnumerable_(true), in PropertyAttribute()
669 hasEnumerable_ = true; in SetEnumerable()
690 return hasEnumerable_; in HasEnumerable()
746 bool hasEnumerable_ = false; member in panda::PropertyAttribute

Completed in 4 milliseconds