Home
last modified time | relevance | path

Searched defs:numberOfProps (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dlayout_info.cpp88 void LayoutInfo::GetAllKeysByFilter(const JSThread *thread, uint32_t numberOfProps, uint32_t &keyAr… in GetAllKeysByFilter()
Djs_hclass.h1568 uint32_t numberOfProps = NumberOfProps(); in GetNextInlinedPropsIndex() local
1578 uint32_t numberOfProps = NumberOfProps(); in GetNextNonInlinedPropsIndex() local
Djs_object.cpp346 uint32_t numberOfProps = obj->GetJSHClass()->NumberOfProps(); in GetAllKeysByFilter() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp787 GateRef numberOfProps = GetNumberOfPropsFromHClass(hclass); in AddPropertyByName() local