Home
last modified time | relevance | path

Searched defs:IteratorNext (Results 1 – 2 of 2) sorted by relevance

/ark/js_runtime/ecmascript/
Djs_iterator.cpp73 JSHandle<JSObject> JSIterator::IteratorNext(JSThread *thread, const JSHandle<JSTaggedValue> &iter) in IteratorNext() function in panda::ecmascript::JSIterator
90 JSHandle<JSObject> JSIterator::IteratorNext(JSThread *thread, const JSHandle<JSTaggedValue> &iter, in IteratorNext() function in panda::ecmascript::JSIterator
/ark/js_runtime/ecmascript/tests/
Djs_iterator_test.cpp74 HWTEST_F_L0(JSIteratorTest, IteratorNext) in HWTEST_F_L0() argument