Home
last modified time | relevance | path

Searched refs:RuntimeGetIteratorNext (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs.h217 static inline JSTaggedValue RuntimeGetIteratorNext(JSThread *thread, const JSHandle<JSTaggedValue> &obj,
H A Druntime_stubs-inl.h581 JSTaggedValue RuntimeStubs::RuntimeGetIteratorNext(JSThread *thread, const JSHandle<JSTaggedValue> &obj, in RuntimeGetIteratorNext() function in panda::ecmascript::RuntimeStubs
H A Druntime_stubs.cpp1214 return RuntimeGetIteratorNext(thread, obj, method).GetRawData(); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dslow_runtime_stub.cpp736 return RuntimeStubs::RuntimeGetIteratorNext(thread, iter, next); in GetIteratorNext()

Completed in 18 milliseconds