Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
Dfor-of27.ts22 class StringIterator {
26 for (let v of new StringIterator) { }
Dfor-of28.ts21 class StringIterator {
29 for (let v of new StringIterator) { }
Dfor-of25.ts21 class StringIterator {
31 for (let v of new StringIterator) { }
Dfor-of31.ts21 class StringIterator {
39 for (let v of new StringIterator) { }
Dfor-of26.ts21 class StringIterator {
35 for (let v of new StringIterator) { }
Dfor-of18.ts21 class StringIterator {
45 for (v of new StringIterator) { } // Should succeed
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_string_iterator.cpp30 BUILTINS_API_TRACE(argv->GetThread(), StringIterator, Next); in Next()
Dbuiltins.cpp150 using StringIterator = builtins::BuiltinsStringIterator; typedef
1821 SetFunction(env, strIterPrototype, "next", StringIterator::Next, FunctionLength::ZERO); in InitializeStringIterator()
/arkcompiler/ets_runtime/ecmascript/
Dglobal_env.h126 … V(JSTaggedValue, StringIterator, STRING_ITERATOR_INDEX) \
Druntime_call_id.h680 V(StringIterator, Next) \
/arkcompiler/toolchain/tooling/base/
Dpt_types.h433 static const std::string StringIterator; // NOLINT (readability-identifier-naming) member
447 … type == Weakmap || type == Weakset || type == ArrayIterator || type == StringIterator || in Valid()
Dpt_types.cpp68 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/
Dsnapshot_processor.cpp148 using StringIterator = builtins::BuiltinsStringIterator; typedef
201 reinterpret_cast<uintptr_t>(StringIterator::Next),