aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4setobject.cpp
Commit message (Expand)AuthorAgeFilesLines
* qml: replace fromLatin with _L1Anton Kudryavtsev2023-09-151-1/+2
* V4: Eliminate "done" from iteratorsUlf Hermann2023-09-081-4/+2
* Use SPDX license identifiersLucie GĂ©rard2022-06-111-38/+2
* Use QV4::Scope::hasException() where applicableUlf Hermann2021-06-301-1/+1
* 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