Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_map_iterator.h35 static JSTaggedValue MapIteratorToList(JSThread *thread, JSHandle<JSTaggedValue> &items,
Djs_map_iterator.cpp119 JSTaggedValue JSMapIterator::MapIteratorToList(JSThread *thread, JSHandle<JSTaggedValue> &items, in MapIteratorToList() function in panda::ecmascript::JSMapIterator
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_array.cpp173 return JSMapIterator::MapIteratorToList(thread, items, usingIterator); in From()