Home
last modified time | relevance | path

Searched defs:NextInternal (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_string_iterator.cpp35 JSTaggedValue BuiltinsStringIterator::NextInternal(JSThread *thread, JSHandle<JSTaggedValue> thisVa… in NextInternal() function in panda::ecmascript::builtins::BuiltinsStringIterator
/arkcompiler/ets_runtime/ecmascript/
Djs_array_iterator.cpp34 JSTaggedValue JSArrayIterator::NextInternal(JSThread *thread, JSHandle<JSTaggedValue> thisObj) in NextInternal() function in panda::ecmascript::JSArrayIterator
Djs_set_iterator.cpp34 JSTaggedValue JSSetIterator::NextInternal(JSThread *thread, JSHandle<JSTaggedValue> thisObj) in NextInternal() function in panda::ecmascript::JSSetIterator
Djs_for_in_iterator.cpp84 JSTaggedValue JSForInIterator::NextInternal(JSThread *thread, const JSHandle<JSForInIterator> &it) in NextInternal() function in panda::ecmascript::JSForInIterator
Djs_map_iterator.cpp35 JSTaggedValue JSMapIterator::NextInternal(JSThread *thread, JSHandle<JSTaggedValue> thisObj) in NextInternal() function in panda::ecmascript::JSMapIterator
/arkcompiler/ets_runtime/ecmascript/shared_objects/
Djs_shared_array_iterator.cpp57 JSTaggedValue JSSharedArrayIterator::NextInternal(JSThread *thread, JSHandle<JSSharedArrayIterator>… in NextInternal() function in panda::ecmascript::JSSharedArrayIterator
Djs_shared_set_iterator.cpp33 JSTaggedValue JSSharedSetIterator::NextInternal(JSThread *thread, JSHandle<JSTaggedValue> thisObj) in NextInternal() function in panda::ecmascript::JSSharedSetIterator
Djs_shared_map_iterator.cpp34 JSTaggedValue JSSharedMapIterator::NextInternal(JSThread *thread, JSHandle<JSTaggedValue> thisObj) in NextInternal() function in panda::ecmascript::JSSharedMapIterator
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp8873 GateRef StubBuilder::NextInternal(GateRef glue, GateRef iter) in NextInternal() function in panda::ecmascript::kungfu::StubBuilder