aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/ecmascripttests
Commit message (Expand)AuthorAgeFilesLines
* Fix a bunch of test failures for Function.prototype.toString()Lars Knoll2018-08-011-35/+0
* Enable running module testsSimon Hausmann2018-07-312-2/+127
* Exclude ES6 module fixtures from the test planSimon Hausmann2018-07-312-65/+2
* Fix the remaining test failures with non strict arguments objectsLars Knoll2018-07-301-24/+0
* Add support for @@unscopablesLars Knoll2018-07-301-11/+0
* Make Array.prototype.concat comply better with the specLars Knoll2018-07-301-19/+1
* Enable the ES testsuite on macOSSimon Hausmann2018-07-181-2/+2
* Fix class members that are generatorsLars Knoll2018-07-031-516/+0
* Give classes a name propertyLars Knoll2018-07-031-76/+0
* Correctly setup the this object after a super callLars Knoll2018-07-031-9/+0
* Add support for super propertiesLars Knoll2018-07-031-31/+7
* Fix naming of classes in class expressionsLars Knoll2018-07-031-490/+0
* Add support for super callsLars Knoll2018-07-031-63/+6
* Implement support for new.targetLars Knoll2018-07-031-12/+3
* Clean up the property key API in StringOrSymbolLars Knoll2018-07-021-9/+0
* Unify the get and getIndexed vtable functions of QV4::ObjectLars Knoll2018-07-021-1/+0
* Unify put and putIndexedLars Knoll2018-07-021-1/+0
* Add basic support for subclassingLars Knoll2018-07-021-23/+0
* Fix running the ES test suiteSimon Hausmann2018-07-023-6/+7
* Map/Set: Introduce QV4::ESTableRobin Burchell2018-06-271-2/+0
* Various fixes for class supportLars Knoll2018-06-261-522/+8
* throw a type error when trying to write to a const variableLars Knoll2018-06-261-10/+0
* Properly distinguish between class expressions and declarationsLars Knoll2018-06-261-2/+0
* Add basic support for EcmaScript classesYulong Bai2018-06-261-29/+1
* Implement defineProperty for proxy objectsLars Knoll2018-06-261-7/+0
* Fix running the test suite on WindowsSimon Hausmann2018-06-251-0/+1
* Add Proxy support for prototype handlingLars Knoll2018-06-251-29/+0
* Support preventExtensions in Proxy handlersLars Knoll2018-06-251-6/+1
* Add support for isExtensible in proxy handlersLars Knoll2018-06-251-10/+0
* Fix length properties of global constructorsLars Knoll2018-06-251-5/+0
* Implement support for getOwnPropertyDescript and has in Proxy objectsLars Knoll2018-06-251-15/+0
* Partial Proxy supportLars Knoll2018-06-251-138/+0
* Extend V4's Math object with methods new in ES6Edward Welbourne2018-06-211-76/+0
* Add support for ReflectLars Knoll2018-06-211-135/+0
* 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