Home
last modified time | relevance | path

Searched refs:IteratorCloseAndReturn (Results 1 – 6 of 6) sorted by relevance

/ark/js_runtime/ecmascript/builtins/
Dbuiltins_weak_map.cpp102 return JSIterator::IteratorCloseAndReturn(thread, iter, key); in WeakMapConstructor()
109 return JSIterator::IteratorCloseAndReturn(thread, iter, value); in WeakMapConstructor()
121 return JSIterator::IteratorCloseAndReturn(thread, iter, status); in WeakMapConstructor()
Dbuiltins_map.cpp101 return JSIterator::IteratorCloseAndReturn(thread, iter, key); in MapConstructor()
107 return JSIterator::IteratorCloseAndReturn(thread, iter, value); in MapConstructor()
118 return JSIterator::IteratorCloseAndReturn(thread, iter, status); in MapConstructor()
Dbuiltins_weak_set.cpp98 return JSIterator::IteratorCloseAndReturn(thread, iter, status); in WeakSetConstructor()
Dbuiltins_set.cpp96 return JSIterator::IteratorCloseAndReturn(thread, iter, status); in SetConstructor()
/ark/js_runtime/ecmascript/
Djs_iterator.h31 … static JSTaggedValue IteratorCloseAndReturn(JSThread *thread, const JSHandle<JSTaggedValue> &iter,
Djs_iterator.cpp27 JSTaggedValue JSIterator::IteratorCloseAndReturn(JSThread *thread, const JSHandle<JSTaggedValue> &i… in IteratorCloseAndReturn() function in panda::ecmascript::JSIterator