Searched refs:StringIterator (Results 1 – 13 of 13) sorted by relevance
| /arkcompiler/ets_runtime/test/typeinfer/automatedcases/ |
| D | for-of27.ts | 22 class StringIterator { 26 for (let v of new StringIterator) { }
|
| D | for-of28.ts | 21 class StringIterator { 29 for (let v of new StringIterator) { }
|
| D | for-of25.ts | 21 class StringIterator { 31 for (let v of new StringIterator) { }
|
| D | for-of31.ts | 21 class StringIterator { 39 for (let v of new StringIterator) { }
|
| D | for-of26.ts | 21 class StringIterator { 35 for (let v of new StringIterator) { }
|
| D | for-of18.ts | 21 class StringIterator { 45 for (v of new StringIterator) { } // Should succeed
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_string_iterator.cpp | 30 BUILTINS_API_TRACE(argv->GetThread(), StringIterator, Next); in Next()
|
| D | builtins.cpp | 150 using StringIterator = builtins::BuiltinsStringIterator; typedef 1821 SetFunction(env, strIterPrototype, "next", StringIterator::Next, FunctionLength::ZERO); in InitializeStringIterator()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | global_env.h | 126 … V(JSTaggedValue, StringIterator, STRING_ITERATOR_INDEX) \
|
| D | runtime_call_id.h | 680 V(StringIterator, Next) \
|
| /arkcompiler/toolchain/tooling/base/ |
| D | pt_types.h | 433 static const std::string StringIterator; // NOLINT (readability-identifier-naming) member 447 … type == Weakmap || type == Weakset || type == ArrayIterator || type == StringIterator || in Valid()
|
| D | pt_types.cpp | 68 const std::string ObjectClassName::StringIterator = "StringIterator"; // NOLINT (readability-ident… member in panda::ecmascript::tooling::ObjectClassName 174 … 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),
|