Searched refs:IterableToList (Results 1 – 3 of 3) sorted by relevance
179 JSHandle<JSTaggedValue> errorsList = JSObject::IterableToList(thread, errors); in AggregateErrorConstructor()
641 …static JSHandle<JSTaggedValue> IterableToList(JSThread *thread, const JSHandle<JSTaggedValue> &ite…
87 JSHandle<JSTaggedValue> JSObject::IterableToList(JSThread *thread, const JSHandle<JSTaggedValue> &i… in IterableToList() function in panda::ecmascript::JSObject