aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4mapobject.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-8/+8
* Fix most issues with Map.prototype.forEachLars Knoll2018-08-281-2/+2
* Fix Map and WeakMap constructorLars Knoll2018-08-281-17/+23
* Implement support for WeakMapLars Knoll2018-08-281-33/+127
* 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-107/+32
* Add the start of a Map from ES7Robin Burchell2018-06-011-0/+354