Home
last modified time | relevance | path

Searched refs:HolesType (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/base/
Darray_helper.h32 enum class HolesType { enum
75 HolesType holes);
Darray_helper.cpp379 HolesType holes) in SortIndexedProperties()
401 if (holes == HolesType::SKIP_HOLES) { in SortIndexedProperties()
406 ASSERT(holes == HolesType::READ_THROUGH_HOLES); in SortIndexedProperties()
/arkcompiler/ets_runtime/ecmascript/
Djs_array.cpp430 ArrayHelper::SortIndexedProperties(thread, obj, len, fn, base::HolesType::SKIP_HOLES); in Sort()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_array.cpp3097 base::HolesType::READ_THROUGH_HOLES); in ToSorted()