aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4setobject.cpp
Commit message (Expand)AuthorAgeFilesLines
* V4: Clean up the runtime functions declarationsErik Verbruggen2019-02-051-3/+3
* Ensure our builtin constructors are subclassableLars Knoll2018-11-221-2/+5
* Cleanups in Value/PrimitiveLars Knoll2018-09-171-5/+5
* Add support for WeakSetLars Knoll2018-08-281-12/+87
* Implement support for WeakMapLars Knoll2018-08-281-1/+1
* Implement support for new.targetLars Knoll2018-07-031-1/+1
* Prefix vtable methods with virtualLars Knoll2018-07-031-2/+2
* Map/Set: Introduce QV4::ESTableRobin Burchell2018-06-271-80/+31
* Add the start of a Set from ES7Robin Burchell2018-05-301-0/+297