Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dbuiltins_lowering.cpp456 result = LowerCallRuntime(glue, gate, RTSTUB_ID(ArrayIteratorNext), { thisObj }, true); in LowerIteratorNext()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h212 V(ArrayIteratorNext) \
Druntime_stubs.cpp918 DEF_RUNTIME_STUBS(ArrayIteratorNext) in DEF_RUNTIME_STUBS() argument
920 RUNTIME_STUBS_HEADER(ArrayIteratorNext); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/
Druntime_call_id.h125 V(ArrayIteratorNext) \