Searched refs:MapIteratorToList (Results 1 – 3 of 3) sorted by relevance
35 static JSTaggedValue MapIteratorToList(JSThread *thread, JSHandle<JSTaggedValue> &items,
119 JSTaggedValue JSMapIterator::MapIteratorToList(JSThread *thread, JSHandle<JSTaggedValue> &items, in MapIteratorToList() function in panda::ecmascript::JSMapIterator
173 return JSMapIterator::MapIteratorToList(thread, items, usingIterator); in From()