Searched defs:IteratorNext (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ | ||
| D | js_iterator.cpp | 110 JSHandle<JSTaggedValue> JSIterator::IteratorNext(JSThread *thread, const JSHandle<JSTaggedValue> &i… in IteratorNext() function in panda::ecmascript::JSIterator |
| /arkcompiler/ets_runtime/ecmascript/tests/ | ||
| D | js_iterator_test.cpp | 50 HWTEST_F_L0(JSIteratorTest, IteratorNext) in HWTEST_F_L0() argument |