Home
last modified time | relevance | path

Searched defs:totalElements (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_map_iterator.cpp58 int totalElements = map->NumberOfElements() + map->NumberOfDeletedElements(); in NextInternal() local
140 int totalElements = map->NumberOfElements() + map->NumberOfDeletedElements(); in MapIteratorToList() local
Djs_set_iterator.cpp58 int totalElements = set->NumberOfElements() + set->NumberOfDeletedElements(); in NextInternal() local
Djs_finalization_registry.cpp200 …int totalElements = maybeUnregister->NumberOfElements() + maybeUnregister->NumberOfDeletedElements… in CleanupFinalizationRegistry() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_set.cpp206 int totalElements = hashSet->NumberOfElements() + hashSet->NumberOfDeletedElements(); in ForEach() local
Dbuiltins_map.cpp183 int totalElements = hashMap->NumberOfElements() + hashMap->NumberOfDeletedElements(); in ForEach() local
Dbuiltins_string.cpp2111 uint32_t totalElements = EcmaStringAccessor(iteratedString).GetLength(); in StringToList() local
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_sample.cpp2397 int32_t totalElements = weakMap->GetTotalElements(); in HWTEST_F_L0() local