Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dbuiltins_lowering.cpp452 result = LowerCallRuntime(glue, gate, RTSTUB_ID(StringIteratorNext), { thisObj }, true); in LowerIteratorNext()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h211 V(StringIteratorNext) \
Druntime_stubs.cpp911 DEF_RUNTIME_STUBS(StringIteratorNext) in DEF_RUNTIME_STUBS() argument
913 RUNTIME_STUBS_HEADER(StringIteratorNext); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/
Druntime_call_id.h124 V(StringIteratorNext) \