Home
last modified time | relevance | path

Searched refs:asyncIterator (Results 1 – 14 of 14) sorted by relevance

/arkcompiler/ets_runtime/test/aottest/asyncgenerator/
Dasyncgenerator.js22 [Symbol.asyncIterator]: function() {
51 [Symbol.asyncIterator]: function() {
78 [Symbol.asyncIterator]() {
/arkcompiler/ets_runtime/ecmascript/
Djs_async_from_sync_iterator.cpp32 JSHandle<JSAsyncFromSyncIterator> asyncIterator(factory->NewJSObjectByConstructor(IterFunc)); in CreateAsyncFromSyncIterator() local
35 asyncIterator->SetSyncIteratorRecord(thread, syncIteratorRecord); in CreateAsyncFromSyncIterator()
39 JSHandle<JSTaggedValue> tmpAsyncIterator(thread, asyncIterator.GetTaggedValue()); in CreateAsyncFromSyncIterator()
Djs_iterator.cpp89 JSHandle<JSTaggedValue> asyncIterator = in GetAsyncIterator() local
92 return asyncIterator; in GetAsyncIterator()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_async_from_sync_iterator.cpp43 JSHandle<JSAsyncFromSyncIterator> asyncIterator(thisValue); in Next() local
44 … JSHandle<AsyncIteratorRecord> syncIteratorRecord(thread, asyncIterator->GetSyncIteratorRecord()); in Next()
72 JSHandle<JSAsyncFromSyncIterator> asyncIterator(input); in Throw() local
79 … JSHandle<AsyncIteratorRecord> syncIteratorRecord(thread, asyncIterator->GetSyncIteratorRecord()); in Throw()
154 JSHandle<JSAsyncFromSyncIterator> asyncIterator(thisValue); in Return() local
155 … JSHandle<AsyncIteratorRecord> syncIteratorRecord(thread, asyncIterator->GetSyncIteratorRecord()); in Return()
Dbuiltins_symbol.h29 V(asyncIterator, AsyncIterator) \
/arkcompiler/ets_runtime/test/moduletest/asyncgenerator/
Dasyncgeneratoryieldstar.js29 [Symbol.asyncIterator]() {
/arkcompiler/ets_runtime/test/moduletest/weakcollectionswithsymbol/
Dweakrefforsymbol.js37 Symbol.asyncIterator,
Dweaksetsymbolvalue.js42 Symbol.asyncIterator,
Dweakmapsymbolkey.js46 Symbol.asyncIterator,
/arkcompiler/ets_frontend/ets2panda/linter/test/
Dsymbol_api.sts16 let a = Symbol.asyncIterator;
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dlib_ark_builtins.d.ts714 static asyncIterator: symbol;
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/test-lists/test262/
Dtest262-ignored-JIT-REPEATS.txt227 built-ins/AsyncIteratorPrototype/Symbol.asyncIterator/length.js
228 built-ins/AsyncIteratorPrototype/Symbol.asyncIterator/name.js
229 built-ins/AsyncIteratorPrototype/Symbol.asyncIterator/prop-desc.js
/arkcompiler/ets_frontend/test262/
Dother_tests.txt1079 built-ins/AsyncIteratorPrototype/Symbol.asyncIterator/name.js
1080 built-ins/AsyncIteratorPrototype/Symbol.asyncIterator/length.js
1081 built-ins/AsyncIteratorPrototype/Symbol.asyncIterator/prop-desc.js
1082 built-ins/AsyncIteratorPrototype/Symbol.asyncIterator/return-val.js
1898 built-ins/Symbol/asyncIterator/prop-desc.js
Des2015_tests.txt4233 built-ins/Symbol/asyncIterator/cross-realm.js