Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs.h315 static inline JSTaggedValue RuntimeGetIterator(JSThread *thread, const JSHandle<JSTaggedValue> &obj);
H A Druntime_stubs-inl.h1508 JSTaggedValue RuntimeStubs::RuntimeGetIterator(JSThread *thread, const JSHandle<JSTaggedValue> &obj) in RuntimeGetIterator() function in panda::ecmascript::RuntimeStubs
H A Druntime_stubs.cpp1949 return RuntimeGetIterator(thread, obj).GetRawData(); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dslow_runtime_stub.cpp760 return RuntimeStubs::RuntimeGetIterator(thread, objHandle); in GetIterator()

Completed in 19 milliseconds