Home
last modified time | relevance | path

Searched refs:IsValidIndex (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Dproperty_attributes.h424 inline static bool IsValidIndex(int index) in IsValidIndex() function in panda::ecmascript::TrackType::PropertyAttributes
H A Dtagged_hash_table.h501 if (!PropertyAttributes::IsValidIndex(index)) { in NextEnumerationIndex()
H A Dtagged_tree.h296 inline bool IsValidIndex(int entry) const in IsValidIndex() function in panda::ecmascript::TaggedTree
H A Dtagged_tree.cpp42 while (IsValidIndex(index) && GetColor(GetParent(index)) == TreeColor::RED) { in InsertRebalance()

Completed in 6 milliseconds