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.cpp48 … JSHandle<AsyncIteratorRecord> syncIteratorRecord(thread, asyncIterator->GetSyncIteratorRecord()); in Next() local
81 … JSHandle<AsyncIteratorRecord> syncIteratorRecord(thread, asyncIterator->GetSyncIteratorRecord()); in Throw() local
148 … 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.cpp91 JSHandle<AsyncIteratorRecord> syncIteratorRecord = in GetAsyncIterator() local