Searched refs:StringIterator (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_string_iterator.cpp | 25 BUILTINS_API_TRACE(argv->GetThread(), StringIterator, Next); in Next()
|
| D | builtins.cpp | 142 using StringIterator = builtins::BuiltinsStringIterator; typedef 1794 SetFunction(env, strIterPrototype, "next", StringIterator::Next, FunctionLength::ZERO, in InitializeStringIterator()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | global_env_fields.h | 168 … V(JSTaggedValue, StringIterator, STRING_ITERATOR_INDEX) \
|
| D | runtime_call_id.h | 785 V(StringIterator, Next) \
|
| /arkcompiler/toolchain/tooling/base/ |
| D | pt_types.h | 473 static const std::string StringIterator; // NOLINT (readability-identifier-naming) member 487 … type == Weakmap || type == Weakset || type == ArrayIterator || type == StringIterator || in Valid()
|
| D | pt_types.cpp | 71 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/ |
| D | snapshot_processor.cpp | 119 using StringIterator = builtins::BuiltinsStringIterator; typedef 175 reinterpret_cast<uintptr_t>(StringIterator::Next),
|
| /arkcompiler/runtime_core/static_core/plugins/ets/stdlib/std/core/ |
| D | String.sts | 1953 return new StringIterator(this) 1957 class StringIterator implements IterableIterator<string> {
|