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.cpp44 …JSHandle<AsyncIteratorRecord> syncIteratorRecord(thread, asyncIterator->GetSyncIteratorRecord(thre… in Next() local
79 …JSHandle<AsyncIteratorRecord> syncIteratorRecord(thread, asyncIterator->GetSyncIteratorRecord(thre… in Throw() local
156 …JSHandle<AsyncIteratorRecord> syncIteratorRecord(thread, asyncIterator->GetSyncIteratorRecord(thre… in Return() local
/arkcompiler/ets_runtime/ecmascript/
Djs_async_from_sync_iterator.cpp26 JSHandle<AsyncIteratorRecord> &syncIteratorRecord) in CreateAsyncFromSyncIterator()
Djs_iterator.cpp87 JSHandle<AsyncIteratorRecord> syncIteratorRecord = in GetAsyncIterator() local