Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Dlayout_info.cpp61 void LayoutInfo::GetAllKeysByFilter(const JSThread *thread, uint32_t numberOfProps, uint32_t &keyAr… in GetAllKeysByFilter()
Djs_hclass.h1888 uint32_t numberOfProps = NumberOfProps(); in GetNextInlinedPropsIndex() local
1898 uint32_t numberOfProps = NumberOfProps(); in GetNextNonInlinedPropsIndex() local
Dobject_fast_operator-inl.h918 uint32_t numberOfProps = objHandle->GetJSHClass()->NumberOfProps(); in AddPropertyByName() local
Djs_object.cpp511 uint32_t numberOfProps = obj->GetJSHClass()->NumberOfProps(); in GetAllKeysByFilter() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dnew_object_stub_builder.cpp293 GateRef numberOfProps = GetNumberOfPropsFromHClass(hclass); in CloneObjectLiteral() local
Dstub_builder.cpp1441 GateRef numberOfProps = GetNumberOfPropsFromHClass(hclass); in AddPropertyByName() local