aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/ecmascripttests
Commit message (Expand)AuthorAgeFilesLines
...
* Fix thisObject when calling super propertiesLars Knoll2018-08-311-4/+0
* Fix super property accessLars Knoll2018-08-311-1/+0
* Fix internalPutLars Knoll2018-08-311-14/+1
* A reference to a super property can have side effectsLars Knoll2018-08-291-7/+0
* Throw a type error if the super class is not a constructorLars Knoll2018-08-291-2/+0
* Pass the correct new.target to super callsLars Knoll2018-08-291-3/+0
* Initialize this to empty for derived constructorsLars Knoll2018-08-291-1/+0
* Fix remaining test failures for Array.isArrayLars Knoll2018-08-291-2/+0
* Fix handling of uninitialized exports when iterating module namespace objectsSimon Hausmann2018-08-291-2/+0
* Fix dead temporal zone checking in module namespacesSimon Hausmann2018-08-291-5/+0
* Fix scoping of the default exportSimon Hausmann2018-08-291-3/+0
* Fix most issues with Map.prototype.forEachLars Knoll2018-08-281-5/+0
* Fix Map and WeakMap constructorLars Knoll2018-08-281-23/+0
* Add support for WeakSetLars Knoll2018-08-281-81/+0
* Implement support for WeakMapLars Knoll2018-08-281-90/+0
* Implement the dead temporal zoneSimon Hausmann2018-08-281-57/+0
* Implement most remaining methods of AtomicsLars Knoll2018-08-261-2/+0
* Partial Atomics supportLars Knoll2018-08-261-61/+0
* Implement support for SharedArrayBufferLars Knoll2018-08-251-52/+0
* Implement support for call/callAsConstructor in Proxy objectsLars Knoll2018-08-231-18/+0
* Implement IsConstructor for Function objectsLars Knoll2018-08-231-2/+0
* Fix some remaining issues with detaching of array buffersLars Knoll2018-08-231-2/+0
* Implement %TypedArray%.prototype.sliceLars Knoll2018-08-231-29/+0
* Implement %TypedArray%.prototype.mapLars Knoll2018-08-231-22/+0
* Implement %TypedArray%.prototype.filterLars Knoll2018-08-231-32/+0
* Fix %TypedArray%.prototype.subarrayLars Knoll2018-08-231-10/+0
* Fix toLocaleString implementations in (Typed)Array.prototypeLars Knoll2018-08-231-13/+0
* Implement a couple of methods of TypedArray.prototypeLars Knoll2018-08-231-214/+0
* Implement TypedArray.prototype.copyWithinLars Knoll2018-08-231-25/+0
* Fix a couple of test failures for detached buffersLars Knoll2018-08-231-6/+0
* Implement %TypedArray%.ofLars Knoll2018-08-231-11/+0
* Fix name property of %TypedArray% objectLars Knoll2018-08-231-1/+0
* Fix DataView constructor to be spec compliantLars Knoll2018-08-232-4/+0
* Fix test failures in DataView.prototype methodsLars Knoll2018-08-231-82/+0
* Fix DataView constructorLars Knoll2018-08-231-1/+0
* Fix bugs in ArrayBuffer.prototype.sliceLars Knoll2018-08-231-17/+0
* Implement the $262.detachArrayBuffer() method for testingLars Knoll2018-08-202-80/+38
* Fix function name bindings for function declarationsSimon Hausmann2018-08-201-1/+0
* Add support for compiling ES modules ahead of timeSimon Hausmann2018-08-171-1/+1
* Add support for disk caching of ES modulesSimon Hausmann2018-08-171-1/+1
* Fix the class name property of default exported classesSimon Hausmann2018-08-161-1/+0
* Fix the name of anonymous generators and function declarationsSimon Hausmann2018-08-151-2/+0
* Fix initialization of default exported functions and generatorsSimon Hausmann2018-08-151-2/+0
* Fix attributes returned by getOwnPropertyDescriptor on module namespace objectsSimon Hausmann2018-08-151-1/+0
* Fix order of own property names of module namespace objectsSimon Hausmann2018-08-151-2/+0
* Fix Reflect.ownKeysSimon Hausmann2018-08-151-2/+0
* Minor tweak to the ES test expectationsSimon Hausmann2018-08-151-2/+6
* Fix usage of const in for declarationsSimon Hausmann2018-08-151-4/+0
* Implement RegExp.prototype[Symbol.split]Lars Knoll2018-08-151-52/+0
* Fix some details in RegExp handlingLars Knoll2018-08-151-28/+0