Home
last modified time | relevance | path

Searched defs:maxPropsNum (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_hclass.cpp1464 uint32_t maxPropsNum) in CreateRootHClassWithCached()
Dobject_factory.cpp4265 …andle<JSHClass> ObjectFactory::GetObjectLiteralRootHClass(size_t literalLength, size_t maxPropsNum) in GetObjectLiteralRootHClass()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp332 constexpr int32_t maxPropsNum = 9; in FindElementWithCache() local