Home
last modified time | relevance | path

Searched defs:itor (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_promise.cpp134 JSHandle<JSTaggedValue> itor = JSIterator::GetIterator(thread, GetCallArg(argv, 0)); in All() local
470 JSHandle<JSTaggedValue> itor(thread, itRecord->GetIterator()); in PerformPromiseAll() local
/arkcompiler/ets_runtime/ecmascript/
Djs_locale.h86 auto itor = data->Get(idx); in JSIntlIterator() local
Dobject_factory.cpp2043 …iseIteratorRecord> ObjectFactory::NewPromiseIteratorRecord(const JSHandle<JSTaggedValue> &itor, bo… in NewPromiseIteratorRecord()
4072 …dle<AsyncIteratorRecord> ObjectFactory::NewAsyncIteratorRecord(const JSHandle<JSTaggedValue> &itor, in NewAsyncIteratorRecord()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h2138 JSHandle<JSTaggedValue> itor = JSIterator::GetIterator(thread, jsArray); in RuntimeGetCallSpreadArgs() local