Home
last modified time | relevance | path

Searched defs:propertiesNumber (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dlayout_info-inl.h114 int propertiesNumber) in FindElementWithCache()
157 inline int LayoutInfo::BinarySearch(const JSThread *thread, JSTaggedValue key, int propertiesNumber) in BinarySearch()
/arkcompiler/ets_runtime/ecmascript/tests/
Dlayout_info_test.cpp89 int propertiesNumber = layoutInfoHandle->NumberOfElements(); in HWTEST_F_L0() local