Home
last modified time | relevance | path

Searched refs:sortedIndex (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dlayout_info-inl.h89 inline void LayoutInfo::SetSortedIndex(const JSThread *thread, int index, int sortedIndex) in SetSortedIndex() argument
93 attr.SetSortedIndex(sortedIndex); in SetSortedIndex()
Dproperty_attributes.h288 inline void SetSortedIndex(uint32_t sortedIndex) in SetSortedIndex() argument
290 SortedIndexField::Set<uint32_t>(sortedIndex, &value_); in SetSortedIndex()
Dlayout_info.h55 void SetSortedIndex(const JSThread *thread, int index, int sortedIndex);