Home
last modified time | relevance | path

Searched refs:StringIterator (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_string_iterator.cpp25 BUILTINS_API_TRACE(argv->GetThread(), StringIterator, Next); in Next()
Dbuiltins.cpp142 using StringIterator = builtins::BuiltinsStringIterator; typedef
1794 SetFunction(env, strIterPrototype, "next", StringIterator::Next, FunctionLength::ZERO, in InitializeStringIterator()
/arkcompiler/ets_runtime/ecmascript/
Dglobal_env_fields.h168 … V(JSTaggedValue, StringIterator, STRING_ITERATOR_INDEX) \
Druntime_call_id.h785 V(StringIterator, Next) \
/arkcompiler/toolchain/tooling/base/
Dpt_types.h473 static const std::string StringIterator; // NOLINT (readability-identifier-naming) member
487 … type == Weakmap || type == Weakset || type == ArrayIterator || type == StringIterator || in Valid()
Dpt_types.cpp71 const std::string ObjectClassName::StringIterator = "StringIterator"; // NOLINT (readability-ident… member in panda::ecmascript::tooling::ObjectClassName
177 … return std::make_unique<ObjectRemoteObject>(ecmaVm, tagged, ObjectClassName::StringIterator); in FromTagged()
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_processor.cpp119 using StringIterator = builtins::BuiltinsStringIterator; typedef
175 reinterpret_cast<uintptr_t>(StringIterator::Next),
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/std/core/
DString.sts1953 return new StringIterator(this)
1957 class StringIterator implements IterableIterator<string> {