Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Dvtable.cpp40 uint32_t propsNumber = phcPoint->NumberOfProps(); in CreateTuple() local
41 …int entry = layoutInfo->FindElementWithCache(thread, phcPoint, name.GetTaggedValue(), propsNumber); in CreateTuple()
Djs_hclass-inl.h290 uint32_t propsNumber = hclass->NumberOfProps(); in FindPropertyEntry() local
291 int entry = layout->FindElementWithCache(thread, hclass, key, propsNumber); in FindPropertyEntry()
Djs_object.cpp2125 uint32_t propsNumber = hclass->NumberOfProps(); in ToPropertyDescriptorFast() local
2126 for (uint32_t i = 0; i < propsNumber; i++) { in ToPropertyDescriptorFast()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_lazy_callback.cpp230 uint32_t propsNumber = hclass->NumberOfProps(); in ITERATE_INTL() local
231 … int entry = layoutInfo->FindElementWithCache(thread, hclass, key.GetTaggedValue(), propsNumber); in ITERATE_INTL()