Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_proxy.cpp898 uint32_t reciveArrayLength = reciveArray->GetLength(); in GetAllPropertyKeys() local
899 uint32_t newArrayLength = reciveArrayLength + trapResLength - ownKeysLength; in GetAllPropertyKeys()
905 for (uint32_t index = 0; index < reciveArrayLength; index++) { in GetAllPropertyKeys()
919 for (uint32_t j = 0; j < reciveArrayLength - ownKeysLength; j++) { in GetAllPropertyKeys()