Home
last modified time | relevance | path

Searched defs:nextTable (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_set_iterator.cpp95 JSTaggedValue nextTable = set->GetNextTable(); in Update() local
Djs_map_iterator.cpp102 JSTaggedValue nextTable = map->GetNextTable(); in Update() local
Dlinked_hash_table.h196 inline void SetNextTable(const JSThread *thread, JSTaggedValue nextTable) in SetNextTable()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_set.cpp222 JSTaggedValue nextTable = hashSet->GetNextTable(); in ForEach() local
Dbuiltins_map.cpp200 JSTaggedValue nextTable = hashMap->GetNextTable(); in ForEach() local