Home
last modified time | relevance | path

Searched refs:RuntimeIterNext (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h507 …static inline JSTaggedValue RuntimeIterNext(JSThread *thread, const JSHandle<JSTaggedValue> &iter);
Druntime_stubs-inl.h213 JSTaggedValue RuntimeStubs::RuntimeIterNext(JSThread *thread, const JSHandle<JSTaggedValue> &iter) in RuntimeIterNext() function
Druntime_stubs.cpp945 return RuntimeIterNext(thread, iter).GetRawData(); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.cpp648 return RuntimeStubs::RuntimeIterNext(thread, iterHandle); in IterNext()