aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4setiterator_p.h
Commit message (Collapse)AuthorAgeFilesLines
* Add the start of a Set from ES7Robin Burchell2018-05-301-0/+103
Based on top of an ArrayObject for now, which is admittedly a bit of a cheat and not matching the "spirit" of the spec. OTOH, that makes it easy to write, and is presumably quite lightweight, so perhaps this is acceptable as a starting point. Change-Id: Ibc98137965b3e75635b960a2f88c251d45e6e837 Reviewed-by: Lars Knoll <lars.knoll@qt.io>