aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* Support destructuring inside catch()Lars Knoll2018-05-118-18/+42
* Ensure we have a lexical scope for global codeLars Knoll2018-05-1116-57/+161
* Don't cast an ExpressionNode to a StatementLars Knoll2018-05-091-3/+3
* Always set the correct thisObject in strict modeLars Knoll2018-05-091-1/+2
* Add some basic support for for-of loopsLars Knoll2018-05-0915-73/+81
* Fix crash when using repeaters with packagesErik Verbruggen2018-05-092-1/+19
* Merge remote-tracking branch 'origin/5.11' into devSimon Hausmann2018-05-093-8/+9
|\
| * Fix loading of composite singletons from resourcesSimon Hausmann2018-05-083-8/+9
* | Fix another ubsan warningLars Knoll2018-05-042-2/+2
* | Avoid accessing an object with this == nullptrLars Knoll2018-05-043-1/+4
* | Unify code paths for the two Foreach variantsLars Knoll2018-05-042-59/+42
* | Reformulate for-in in terms of iteratorsLars Knoll2018-05-041-7/+9
* | Rename ForeachIterator to ForInIteratorLars Knoll2018-05-046-19/+52
* | Fix crash when loading ahead-of-time generated cache filesSimon Hausmann2018-05-041-7/+11
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-05-046-20/+43
|\|
| * Fix QML context leak with visual data model and list property modelsSimon Hausmann2018-04-303-6/+14
| * QQmlDelegateModel: include QQDMIncubationTask errors with our errorsMitch Curtis2018-04-271-1/+3
| * Fix qmlInfo and friends for anonymous componentsSimon Hausmann2018-04-271-2/+2
| * Normalize URL before loading typesErik Verbruggen2018-04-272-10/+24
| * QQmlDelegateModel: provide better warningsMitch Curtis2018-04-271-2/+1
* | name anonymous functions that wayLars Knoll2018-05-031-1/+1
* | The length property of function objects is configurableLars Knoll2018-05-031-1/+1
* | Add Generator supportLars Knoll2018-05-0320-50/+566
* | Don't use bitfields for VTable flagsLars Knoll2018-05-034-14/+14
* | Cosmetic cleanupLars Knoll2018-05-031-5/+3
* | Fix handling of yield expression in the parserLars Knoll2018-05-031-6/+18
* | Optimize conversions to array indicesLars Knoll2018-05-031-19/+21
* | QV4::String: Fix build with QT_NO_CAST_FROM_ASCIIFriedemann Kleint2018-05-031-1/+1
* | QmlJS: Do not use realloc for QStringRefOrgad Shaneh2018-05-031-3/+2
* | Fix some parse errorsLars Knoll2018-05-031-3/+3
* | Make qqmljs.g accessible in Qt CreatorSimon Hausmann2018-05-021-0/+2
* | Throw type errors when attempting to mutate read-only sequence propertiesSimon Hausmann2018-05-023-10/+27
* | Minor tweak to the docs for sequence typesSimon Hausmann2018-05-021-2/+2
* | Fix console.log for sequence types such as QStringListSimon Hausmann2018-05-023-2/+3
* | Improve error location reporting for custom propertiesSimon Hausmann2018-05-021-3/+1
* | Fix asan warningsLars Knoll2018-05-023-3/+24
* | Fix heap-use-after-freeSimon Hausmann2018-05-023-12/+13
* | Move interpreter loop into it's own functionLars Knoll2018-05-023-19/+26
* | Add attributes argument to defineDefaultProperty overloadLars Knoll2018-05-022-3/+3
* | Cleanup IteratorPrototype::createIterResult APILars Knoll2018-05-024-12/+12
* | Implement StringIteratorLars Knoll2018-05-029-0/+226
* | Implement support for arguments[Symbol.iterator]Lars Knoll2018-05-025-4/+19
* | Cleanup creation code for builtin functionsLars Knoll2018-05-028-50/+35
* | Make instanceOf compliant with the ES7 specLars Knoll2018-05-024-10/+27
* | Add Array Iterator objects from ES6 (22.1.5)Robin Burchell2018-05-0213-0/+475
* | Make the statistics variables members of the memory managerLars Knoll2018-05-022-22/+8
* | Remove static localTZA variableLars Knoll2018-05-024-54/+54
* | Fix crash in Function.prototype.bindLars Knoll2018-05-021-7/+9
* | Check for errors after evaluating an expressionLars Knoll2018-05-021-1/+4
* | Fixes to symbol handling in StringObject and toString()Lars Knoll2018-05-022-26/+26