aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/ecmascripttests
Commit message (Expand)AuthorAgeFilesLines
* Add support for function calls with spreadLars Knoll2018-06-211-46/+0
* Add support for spread expressions in Array literalsLars Knoll2018-06-211-30/+0
* Fix const expressions containing destructuring patternsLars Knoll2018-06-211-67/+0
* Fix array destructuring nested in a rest elementLars Knoll2018-06-211-43/+0
* Fix more issues with destructuringLars Knoll2018-06-211-63/+10
* Fix handling of elisions in destructuring expressionsLars Knoll2018-06-211-24/+0
* Fix more test failures for destructuring expressionsLars Knoll2018-06-211-53/+0
* Correctly set the name of anonymous functions in most casesLars Knoll2018-06-211-168/+0
* Allow a trailing comma in parameter listsLars Knoll2018-06-211-24/+0
* Fix some of the finer details with regards to CompletionsLars Knoll2018-06-211-19/+0
* Rework unwind handlingLars Knoll2018-06-211-1/+1
* skip Symbol properties in for-in loopsLars Knoll2018-06-041-2/+0
* Fix creation of object literalsLars Knoll2018-06-041-30/+0
* Implement ToPropertyKey() from the ES7 specLars Knoll2018-06-041-6/+0
* Fix remaining test failures with the ** operatorLars Knoll2018-06-041-2/+0
* The length property of RegExp should be configurableLars Knoll2018-06-041-1/+0
* TypedArray.prototype[Symbol.iterator] and .values are the same functionLars Knoll2018-06-041-1/+0
* Fix Object::defineAccessorPropertyLars Knoll2018-06-041-22/+0
* Use Symbol.toStringTag in Object.prototype.toStringLars Knoll2018-06-041-11/+0
* Add the start of a Map from ES7Robin Burchell2018-06-011-135/+0
* Add the start of a Set from ES7Robin Burchell2018-05-301-183/+0
* qv4arrayobject: Implement Array.from from ES7Robin Burchell2018-05-301-37/+0
* qv4arrayobject: Implement Array.prototype.copyWithin as per ES7Robin Burchell2018-05-301-25/+0
* The first branch in a ( ? : ) operator can always include the in keywordLars Knoll2018-05-281-1/+0
* Implement toPrimitive() the way the ES7 spec wants itLars Knoll2018-05-281-33/+0
* qv4arrayobject: Implement Array.of from ES7Robin Burchell2018-05-271-12/+0
* qv4arrayobject: Implement Array.prototype.includes from ES7Robin Burchell2018-05-251-20/+0
* qv4arrayobject: Implement Array.prototype.fill according to ES7Robin Burchell2018-05-251-13/+0
* Implement Object.is and Object.getOwnPropertySymbolsLars Knoll2018-05-241-24/+0
* Fix the inheritance structure for typed arraysLars Knoll2018-05-241-124/+0
* Fix JSON[Symbol.toStringTag]Lars Knoll2018-05-241-1/+0
* Fix Function.prototype.nameLars Knoll2018-05-241-1/+0
* Fix the length property of various functionsLars Knoll2018-05-241-32/+0
* Implement Object.setPrototypeOf()Lars Knoll2018-05-231-5/+0
* Fixup the throwTypeError internal functionLars Knoll2018-05-231-4/+0
* Implement String.prototype.padEnd/padStartLars Knoll2018-05-231-20/+0
* Implement String.prototype.normalizeLars Knoll2018-05-231-9/+0
* Implement String.fromCodePointLars Knoll2018-05-151-9/+0
* Implement String.prototype.codePointAtLars Knoll2018-05-151-11/+0
* Implement Symbol.species getter functionsLars Knoll2018-05-151-12/+0
* Move a couple more tests into the 'wont fix' categoryLars Knoll2018-05-151-7/+7
* v4: add the remaining Math.log functionsShawn Rutledge2018-05-151-12/+0
* Partial support for calling iterator.return when break a for-of loopLars Knoll2018-05-141-3/+0
* Call iterator.return when required in destructuring assignmentsLars Knoll2018-05-141-89/+0
* Implement support for destructuring of rest elementsLars Knoll2018-05-141-327/+0
* Fix array destructuringLars Knoll2018-05-131-63/+0
* Fix the prototype of the Generator prototype objectLars Knoll2018-05-131-30/+0
* Give for loops a per-iteration context as wellLars Knoll2018-05-111-6/+0
* Give case blocks a proper scopeLars Knoll2018-05-111-6/+0
* Give for loops a proper block scope for it's lexically declared varsLars Knoll2018-05-111-5/+0