Searched refs:StringIterator (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_func_tests/spec/for_of/ |
| D | for_of_12.ts | 21 class StringIterator { class 94 let si = new StringIterator("hello_world")
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_string_iterator.cpp | 30 BUILTINS_API_TRACE(argv->GetThread(), StringIterator, Next); in Next()
|
| D | builtins.cpp | 157 using StringIterator = builtins::BuiltinsStringIterator; typedef 1792 SetFunction(env, strIterPrototype, "next", StringIterator::Next, FunctionLength::ZERO, in InitializeStringIterator()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | global_env_fields.h | 167 … V(JSTaggedValue, StringIterator, STRING_ITERATOR_INDEX) \
|
| D | runtime_call_id.h | 707 V(StringIterator, Next) \
|
| /arkcompiler/toolchain/tooling/base/ |
| D | pt_types.h | 436 static const std::string StringIterator; // NOLINT (readability-identifier-naming) member 450 … 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 | 148 using StringIterator = builtins::BuiltinsStringIterator; typedef 201 reinterpret_cast<uintptr_t>(StringIterator::Next),
|