Home
last modified time | relevance | path

Searched defs:syncIteratorRecord (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_async_from_sync_iterator.cpp50 … JSHandle<AsyncIteratorRecord> syncIteratorRecord(thread, asyncIterator->GetSyncIteratorRecord()); in Next() local
85 … JSHandle<AsyncIteratorRecord> syncIteratorRecord(thread, asyncIterator->GetSyncIteratorRecord()); in Throw() local
158 … JSHandle<AsyncIteratorRecord> syncIteratorRecord(thread, asyncIterator->GetSyncIteratorRecord()); in Return() local
/arkcompiler/ets_runtime/ecmascript/
Djs_async_from_sync_iterator.cpp33 JSHandle<AsyncIteratorRecord> &syncIteratorRecord) in CreateAsyncFromSyncIterator()
Djs_iterator.cpp93 JSHandle<AsyncIteratorRecord> syncIteratorRecord = in GetAsyncIterator() local