Home
last modified time | relevance | path

Searched defs:tableLength (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/js_api/
H A Djs_api_hashset_iterator.cpp44 uint32_t tableLength = tableArr->GetLength(); in Next() local
H A Djs_api_hashmap_iterator.cpp44 uint32_t tableLength = tableArr->GetLength(); in Next() local
H A Djs_api_hashset.cpp61 uint32_t tableLength = hashArray->GetLength() * TaggedHashArray::DEFAULT_LOAD_FACTOR; in Add() local
H A Djs_api_hashmap.cpp125 uint32_t tableLength = (hashArray->GetLength()) * TaggedHashArray::DEFAULT_LOAD_FACTOR; in Set() local

Completed in 2 milliseconds