aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime
Commit message (Expand)AuthorAgeFilesLines
* Micro optimization when initializing the Cpp frameLars Knoll2018-09-112-5/+4
* Refactor SharedIngternalClassDataLars Knoll2018-09-111-41/+74
* Implement OwnPropertyKeys for TypedArrayLars Knoll2018-09-102-0/+33
* Small correctness fix in Reflect.ownKeys()Lars Knoll2018-09-091-10/+13
* Fix a small bug in virtualHasPropertyLars Knoll2018-09-091-5/+6
* Include symbols in getOwnPropertyKeysLars Knoll2018-09-095-28/+51
* Proxy.revokable creates an object with an anonymous revoke functionLars Knoll2018-09-091-1/+2
* Fix ownKey iteration over Proxy objectsLars Knoll2018-09-0916-25/+38
* Fix some bugs in Proxy::virtualGetOwnPropertyLars Knoll2018-09-082-2/+20
* Fix spec compliance of Object::virtualGet()Lars Knoll2018-09-082-44/+26
* Implement IsCompatiblePropertyDescriptor and use it in ProxyLars Knoll2018-09-082-5/+42
* Fix toNumber conversions for hex, octal and binary stringsLars Knoll2018-09-081-3/+18
* Fix test failures in NumberLars Knoll2018-09-081-14/+28
* Fix a corner case in Math.max()Lars Knoll2018-09-071-1/+3
* Fix Date.Utc()Lars Knoll2018-09-071-16/+43
* Use the correct enum value instead of hard coded intsLars Knoll2018-09-071-1/+1
* Fix a smaller bug in IteratorCloseLars Knoll2018-09-071-13/+20
* Add support for yield*Lars Knoll2018-09-077-3/+97
* Throw a type error when trying to destructure null or undefinedLars Knoll2018-09-071-0/+7
* Fix exception handling while destructuringLars Knoll2018-09-072-10/+21
* Fix a couple of internals in TypedArraysLars Knoll2018-09-044-14/+68
* Implement defineOwnProperty for TypedArraysLars Knoll2018-09-042-0/+31
* Fix subclassing of ArrayBuffer and TypedArraysLars Knoll2018-09-042-3/+22
* Throw a reference error if the super constructor is not calledLars Knoll2018-09-041-3/+16
* Arrow and generator functions don't have a prototype propertyLars Knoll2018-09-042-1/+4
* Member functions should not have a prototype propertyLars Knoll2018-09-042-3/+8
* Don't define a prototype property for most functionsLars Knoll2018-09-043-14/+6
* Fix crash with ForIn iterators during gcSimon Hausmann2018-09-031-1/+4
* Another try at properly fixing IdentifierTable::sweep()Lars Knoll2018-08-311-46/+15
* Throw type error if this is uninitialized when accessing superLars Knoll2018-08-311-0/+5
* Fix thisObject when calling super propertiesLars Knoll2018-08-313-0/+19
* Fix super property accessLars Knoll2018-08-317-43/+80
* Fix internalPutLars Knoll2018-08-311-75/+30
* Correctly create methods for functions in object literalsLars Knoll2018-08-312-6/+25
* Fix another bug in sweeping the identifier hash tableSimon Hausmann2018-08-301-1/+10
* Throw a type error if the super class is not a constructorLars Knoll2018-08-291-5/+6
* Initialize this to empty for derived constructorsLars Knoll2018-08-294-8/+19
* Remove a bogus Q_UNIMPLEMENTED()Lars Knoll2018-08-291-1/+0
* Fix remaining test failures for Array.isArrayLars Knoll2018-08-291-3/+5
* Fix handling of uninitialized exports when iterating module namespace objectsSimon Hausmann2018-08-293-6/+12
* Fix dead temporal zone checking in module namespacesSimon Hausmann2018-08-295-5/+32
* Fix most issues with Map.prototype.forEachLars Knoll2018-08-282-4/+4
* Fix Map and WeakMap constructorLars Knoll2018-08-282-17/+27
* Add support for WeakSetLars Knoll2018-08-285-16/+131
* Implement support for WeakMapLars Knoll2018-08-288-41/+195
* Implement the dead temporal zoneSimon Hausmann2018-08-287-1/+45
* Fix crash when running with aggressive gcSimon Hausmann2018-08-281-0/+1
* Merge "Merge remote-tracking branch 'origin/5.11' into 5.12" into refs/stagin...Simon Hausmann2018-08-271-0/+17
|\
| * Merge remote-tracking branch 'origin/5.11' into 5.12Simon Hausmann2018-08-271-0/+17
| |\
| | * Fix quadratic behavior when allocating very large objectsLars Knoll2018-08-211-0/+17