Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Dproperty_attributes.h153 inline bool IsDefaultAttributes() const in IsDefaultAttributes() function
Djs_object.cpp268 if (index >= capacity || !attr.IsDefaultAttributes()) { in AddElementInternal()
269 if (ShouldTransToDict(capacity, index) || !attr.IsDefaultAttributes()) { in AddElementInternal()