Home
last modified time | relevance | path

Searched defs:iterable (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/ets_frontend/es2panda/test/compiler/js/
H A Diteratorclose-uncallable-return-test-1.js18 var iterable = {}; function
H A Diteratorclose-undefined-return-test-1.js18 var iterable = {}; function
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_weak_map.cpp49 JSHandle<JSTaggedValue> iterable = GetCallArg(argv, 0); in WeakMapConstructor() local
[all...]
H A Dbuiltins_map.cpp49 JSHandle<JSTaggedValue> iterable = GetCallArg(argv, 0); in MapConstructor() local
268 AddEntriesFromIterable(JSThread *thread, const JSHandle<JSObject> &target, const JSHandle<JSTaggedValue> &iterable, const JSHandle<JSTaggedValue> &adder, ObjectFactory *factory) AddEntriesFromIterable() argument
[all...]
H A Dbuiltins_shared_map.cpp55 JSHandle<JSTaggedValue> iterable = GetCallArg(argv, 0); in Constructor() local
264 AddEntriesFromIterable(JSThread *thread, const JSHandle<JSObject> &target, const JSHandle<JSTaggedValue> &iterable, const JSHandle<JSTaggedValue> &adder, ObjectFactory *factory) AddEntriesFromIterable() argument
[all...]
H A Dbuiltins_object.cpp1100 JSHandle<JSTaggedValue> iterable = GetCallArg(argv, 0); in FromEntries() local
H A Dbuiltins_promise.cpp190 JSHandle<JSTaggedValue> iterable = GetCallArg(argv, 0); in Race() local
667 JSHandle<JSTaggedValue> iterable = GetCallArg(argv, 0); in Any() local
852 JSHandle<JSTaggedValue> iterable = GetCallArg(argv, 0); AllSettled() local
[all...]
/arkcompiler/ets_runtime/ecmascript/
H A Djs_list_format.cpp207 JSHandle<JSTaggedValue> JSListFormat::StringListFromIterable(JSThread *thread, const JSHandle<JSTaggedValue> &iterable) in StringListFromIterable() argument

Completed in 7 milliseconds