/arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
D | iteratorclose-uncallable-return-test-1.js | 17 var iterable = {}; variable 19 iterable[Symbol.iterator] = function() { function 28 for (let i of iterable) {
|
D | iteratorclose-undefined-return-test-1.js | 17 var iterable = {}; variable 19 iterable[Symbol.iterator] = function() { function 28 for (let i of iterable) {
|
/arkcompiler/ets_runtime/ecmascript/builtins/ |
D | builtins_weak_map.cpp | 54 JSHandle<JSTaggedValue> iterable = GetCallArg(argv, 0); in WeakMapConstructor() local 56 if (iterable->IsUndefined() || iterable->IsNull()) { in WeakMapConstructor() 59 if (!iterable->IsECMAObject()) { in WeakMapConstructor() 72 return BuiltinsMap::AddEntriesFromIterable(thread, obj, iterable, adder, factory); in WeakMapConstructor()
|
D | builtins_weak_set.cpp | 54 JSHandle<JSTaggedValue> iterable(GetCallArg(argv, 0)); in WeakSetConstructor() local 56 if (iterable->IsUndefined() || iterable->IsNull()) { in WeakSetConstructor() 70 JSHandle<JSTaggedValue> iter(JSIterator::GetIterator(thread, iterable)); in WeakSetConstructor()
|
D | builtins_map.cpp | 52 JSHandle<JSTaggedValue> iterable = GetCallArg(argv, 0); in MapConstructor() local 54 if (iterable->IsUndefined() || iterable->IsNull()) { in MapConstructor() 57 if (!iterable->IsECMAObject()) { in MapConstructor() 65 return AddEntriesFromIterable(thread, obj, iterable, adder, factory); in MapConstructor() 272 const JSHandle<JSTaggedValue> &iterable, in AddEntriesFromIterable() argument 281 JSHandle<JSTaggedValue> iter(JSIterator::GetIterator(thread, iterable)); in AddEntriesFromIterable()
|
D | builtins_map.h | 52 const JSHandle<JSTaggedValue> &iterable,
|
D | builtins_set.cpp | 55 JSHandle<JSTaggedValue> iterable(GetCallArg(argv, 0)); in SetConstructor() local 57 if (iterable->IsUndefined() || iterable->IsNull()) { in SetConstructor() 71 JSHandle<JSTaggedValue> iter(JSIterator::GetIterator(thread, iterable)); in SetConstructor()
|
D | builtins_promise.cpp | 202 JSHandle<JSTaggedValue> iterable = GetCallArg(argv, 0); in Race() local 203 JSHandle<JSTaggedValue> iterator = JSIterator::GetIterator(thread, iterable); in Race() 679 JSHandle<JSTaggedValue> iterable = GetCallArg(argv, 0); in Any() local 680 JSHandle<JSTaggedValue> iterator = JSIterator::GetIterator(thread, iterable); in Any() 864 JSHandle<JSTaggedValue> iterable = GetCallArg(argv, 0); in AllSettled() local 865 JSHandle<JSTaggedValue> iterator = JSIterator::GetIterator(thread, iterable); in AllSettled()
|
D | builtins_object.cpp | 989 JSHandle<JSTaggedValue> iterable = GetCallArg(argv, 0); in FromEntries() local 991 if (iterable->IsUndefined() || iterable->IsNull()) { in FromEntries() 1013 return BuiltinsMap::AddEntriesFromIterable(thread, obj, iterable, adder, factory); in FromEntries()
|
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/ |
D | typeArgumentInferenceApparentType1.ts | 21 function method<T>(iterable: Iterable<T>): T {
|
D | typeArgumentInferenceApparentType2.ts | 21 function method<T>(iterable: Iterable<T>): T {
|
D | contextualTypeIterableUnions.ts | 22 constructor(iterable: Iterable<[K, V]> | undefined);
|
D | typeinfer_failed_cases.gni | 2362 "automatedcases/modularizeLibrary_Dom.iterable",
|
/arkcompiler/ets_runtime/ecmascript/ |
D | js_list_format.h | 85 …e<JSTaggedValue> StringListFromIterable(JSThread *thread, const JSHandle<JSTaggedValue> &iterable);
|
D | js_list_format.cpp | 216 …ue> JSListFormat::StringListFromIterable(JSThread *thread, const JSHandle<JSTaggedValue> &iterable) in StringListFromIterable() argument 223 if (iterable->IsUndefined()) { in StringListFromIterable() 227 JSHandle<JSTaggedValue> iteratorRecord(JSIterator::GetIterator(thread, iterable)); in StringListFromIterable()
|
/arkcompiler/ets_frontend/test/scripts/auto_xts_test/get_resource/ |
D | spider.py | 50 … for member in tqdm(desc='dayu200_xts', iterable=tar.getmembers(), total=len(tar.getmembers())):
|
/arkcompiler/ets_frontend/test262/ |
D | intl_tests.txt | 362 intl402/ListFormat/prototype/format/iterable.js 367 intl402/ListFormat/prototype/format/iterable-iteratorstep-throw.js 368 intl402/ListFormat/prototype/format/iterable-iteratorclose.js 369 intl402/ListFormat/prototype/format/iterable-iteratorvalue-throw.js 375 intl402/ListFormat/prototype/format/iterable-getiterator-throw.js 377 intl402/ListFormat/prototype/format/iterable-invalid.js 378 intl402/ListFormat/prototype/format/iterable-undefined.js 382 intl402/ListFormat/prototype/formatToParts/iterable.js 387 intl402/ListFormat/prototype/formatToParts/iterable-iteratorstep-throw.js 388 intl402/ListFormat/prototype/formatToParts/iterable-iteratorclose.js [all …]
|
D | CI_tests.txt | 2360 built-ins/Map/iterable-calls-set.js 2363 built-ins/Map/map-iterable-throws-when-set-is-not-callable.js 2392 built-ins/Map/prototype/size/returns-count-of-present-values-by-iterable.js 2395 built-ins/WeakMap/empty-iterable.js 2396 built-ins/WeakMap/iterable.js 2400 built-ins/WeakMap/prototype/delete/delete-entry-initial-iterable.js 2417 built-ins/Set/set-iterable.js 2425 built-ins/WeakSet/iterable.js 2443 built-ins/Set/prototype/add/will-not-add-duplicate-entry-initial-iterable.js 2496 built-ins/Set/prototype/size/returns-count-of-present-values-by-iterable.js [all …]
|
D | es2015_tests.txt | 3821 built-ins/Object/fromEntries/empty-iterable.js 5459 built-ins/TypedArrayConstructors/ctors/object-arg/as-generator-iterable-returns.js 5586 built-ins/TypedArrayConstructors/ctors-bigint/object-arg/as-generator-iterable-returns.js 6089 built-ins/WeakMap/empty-iterable.js 6092 built-ins/WeakMap/iterable.js 6093 built-ins/WeakMap/iterable-failure.js 6103 built-ins/WeakMap/no-iterable.js 6110 built-ins/WeakMap/prototype/delete/delete-entry-initial-iterable.js 6211 built-ins/WeakSet/empty-iterable.js 6214 built-ins/WeakSet/iterable.js [all …]
|
D | es2021_tests.txt | 308 built-ins/Promise/any/iter-arg-is-empty-iterable-reject.js
|
/arkcompiler/ets_runtime/ecmascript/ts_types/ |
D | lib_ark_builtins.d.ts | 449 constructor(iterable?: Iterable | null): Set; 473 constructor(iterable: Iterable): WeakSet; 561 …static from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: a… 1788 constructor(iterable: Iterable<readonly [any, any]>): Map;
|
/arkcompiler/ets_frontend/es2panda/test/ |
D | test262skiplist.txt | 824 built-ins/TypedArrayConstructors/ctors-bigint/object-arg/as-generator-iterable-returns.js 6429 built-ins/Promise/any/iter-arg-is-empty-iterable-reject.js 7570 intl402/ListFormat/prototype/format/iterable-getiterator-throw.js 7571 intl402/ListFormat/prototype/format/iterable-invalid.js 7572 intl402/ListFormat/prototype/format/iterable-iteratorclose.js 7573 intl402/ListFormat/prototype/format/iterable-iteratorstep-throw.js 7574 intl402/ListFormat/prototype/format/iterable-iteratorvalue-throw.js 7575 intl402/ListFormat/prototype/format/iterable-undefined.js 7576 intl402/ListFormat/prototype/format/iterable.js 7589 intl402/ListFormat/prototype/formatToParts/iterable-getiterator-throw.js [all …]
|