Searched refs:MapIteratorToList (Results 1 – 4 of 4) sorted by relevance
36 static JSTaggedValue MapIteratorToList(JSThread *thread, JSHandle<JSTaggedValue> iterator);
122 JSTaggedValue JSMapIterator::MapIteratorToList(JSThread *thread, JSHandle<JSTaggedValue> iterator) in MapIteratorToList() function in panda::ecmascript::JSMapIterator
150 return JSMapIterator::MapIteratorToList(thread, iterator); in From()
207 return JSMapIterator::MapIteratorToList(thread, iterator); in From()