Home
last modified time | relevance | path

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

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