aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* Micro optimization when initializing the Cpp frameLars Knoll2018-09-112-5/+4
* Refactor SharedIngternalClassDataLars Knoll2018-09-111-41/+74
* Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-09-111-0/+4
|\
| * Merge 5.11 into 5.11.2Frederik Gladhorn2018-08-271-0/+17
| |\
| * | Doc: Fix broken linkPaul Wicking2018-08-231-0/+4
* | | make pointer operations more explicit when building string tableRolf Eike Beer2018-09-101-3/+4
* | | 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-0925-36/+51
* | | 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 compression of jump instructions with an type >= 256Lars Knoll2018-09-081-2/+2
* | | avoid duplicate offset calculations when building string tableRolf Eike Beer2018-09-071-3/+3
* | | 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-072-5/+5
* | | Get rid of unused variableLars Knoll2018-09-071-1/+0
* | | Don't evaluate the switch expression inside the switch blockLars Knoll2018-09-071-2/+2
* | | Fix a smaller bug in IteratorCloseLars Knoll2018-09-071-13/+20
* | | Add support for yield*Lars Knoll2018-09-0713-11/+181
* | | Throw a type error when trying to destructure null or undefinedLars Knoll2018-09-079-0/+38
* | | Fix exception handling while destructuringLars Knoll2018-09-078-74/+96
* | | Some fixes when unwinding inside for-of loopsLars Knoll2018-09-072-25/+28
* | | Fix new.target access from eval()Lars Knoll2018-09-075-7/+56
* | | Doc: add Qt.labs.qmlmodels moduleMitch Curtis2018-09-061-0/+13
* | | QQmlTableInstanceModel: don't fall back to use DelegateChooser as delegateRichard Moe Gustavsen2018-09-061-4/+6
* | | QQmlDelegateModel: don't fall back to use DelegateChooser as delegateRichard Moe Gustavsen2018-09-061-3/+3
* | | fix accesses to this in arrow functionsLars Knoll2018-09-054-7/+33
* | | Optimize QQmlImportInstance::resolveType()Lars Knoll2018-09-054-8/+60
* | | Enable lookups for global properties in QMLLars Knoll2018-09-051-2/+2
* | | Fix logic error in JSCodeGen::fallbackNameLookup()Lars Knoll2018-09-051-26/+22
* | | Add missing returnErik Verbruggen2018-09-051-1/+1
* | | Make QtDeclarative work for the no-thread configMorten Johan Sørvig2018-09-056-7/+37
* | | WebAssembly for QtDeclarativeMorten Johan Sørvig2018-09-054-6/+16
* | | 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
* | | Always generate a context if an inner function uses superLars Knoll2018-09-042-0/+12
* | | Fix accessing of arguments inside eval and arrow functionsLars Knoll2018-09-041-6/+9
* | | Doc: Correct wrong function name in flowchart labelsPaul Wicking2018-09-042-0/+0