Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
H A Dvtable.cpp39 uint32_t propsNumber = phcPoint->NumberOfProps(); in CreateTuple() local
40 int entry = layoutInfo->FindElementWithCache(thread, phcPoint, name.GetTaggedValue(), propsNumber); in CreateTuple()
H A Djs_hclass-inl.h348 uint32_t propsNumber = hclass->NumberOfProps(); in FindPropertyEntry() local
349 int entry = layout->FindElementWithCache(thread, hclass, key, propsNumber); in FindPropertyEntry()
H A Djs_object.cpp2277 uint32_t propsNumber = hclass->NumberOfProps(); in ToPropertyDescriptorFast() local
2278 for (uint32_t i = 0; i < propsNumber; i++) { in ToPropertyDescriptorFast()
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_lazy_callback.cpp228 uint32_t propsNumber = hclass->NumberOfProps(); in ResetLazyInternalAttr() local
229 int entry = layoutInfo->FindElementWithCache(thread, hclass, key.GetTaggedValue(), propsNumber); in ResetLazyInternalAttr()

Completed in 8 milliseconds