aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* Clean up finally code genSimon Hausmann2018-06-231-5/+4
* Add run time assertion for local handlingSimon Hausmann2018-06-231-0/+2
* Fix remaining failues with qjstest --jitSimon Hausmann2018-06-223-2/+24
* Fix language/expressions/equals/coerce-symbol-to-prim-return-prim.js with JITSimon Hausmann2018-06-222-129/+122
* Improve GC safety of compare functionSimon Hausmann2018-06-221-5/+32
* QQmlDebugConnector: Don't complain about new pluginKey if it's unchangedUlf Hermann2018-06-221-1/+1
* Enable perf map writing on all platformsErik Verbruggen2018-06-211-3/+1
* Check that toObject() didn't failLars Knoll2018-06-211-0/+2
* Extend V4's Math object with methods new in ES6Edward Welbourne2018-06-212-5/+206
* Add support for ReflectLars Knoll2018-06-215-1/+364
* Add support for function calls with spreadLars Knoll2018-06-2110-42/+235
* Get rid of LoadElement and LoadProperty instruction overloadsLars Knoll2018-06-218-87/+34
* Unify DeleteMember and DeleteSubscript instructionsLars Knoll2018-06-219-92/+34
* Get rid of the unused JumpEmpty instructionLars Knoll2018-06-218-37/+0
* Add support for spread expressions in Array literalsLars Knoll2018-06-212-35/+140
* Provide API to access singletons associated with a QQmlEngineRichard Weickelt2018-06-216-9/+142
* Variables declared in strict eval code don't all escapeLars Knoll2018-06-211-1/+1
* QQmlDelegateModel: even for QAIM, only use first column by defaultRichard Moe Gustavsen2018-06-212-4/+13
* Fix const expressions containing destructuring patternsLars Knoll2018-06-212-2/+1
* Fix array destructuring nested in a rest elementLars Knoll2018-06-212-24/+23
* Fix more issues with destructuringLars Knoll2018-06-214-30/+50
* Remove some dead codeLars Knoll2018-06-213-28/+0
* Fix handling of elisions in destructuring expressionsLars Knoll2018-06-215-24/+17
* Fix more test failures for destructuring expressionsLars Knoll2018-06-211-3/+6
* Correctly set the name of anonymous functions in most casesLars Knoll2018-06-211-0/+6
* Allow a trailing comma in parameter listsLars Knoll2018-06-211-8/+19
* Fix some of the finer details with regards to CompletionsLars Knoll2018-06-213-11/+121
* Always generate QML cache files in the cache directory, never in sourcesRichard Weickelt2018-06-212-19/+19
* Rework unwind handlingLars Knoll2018-06-2113-430/+349
* Merge remote-tracking branch 'origin/5.11' into devSimon Hausmann2018-06-194-14/+9
|\
| * V4: Set argumentsCanEscape when debuggingUlf Hermann2018-05-301-0/+2
| * Formals come after locals in the CallContextLars Knoll2018-05-291-4/+5
| * Fix a crash in the modulus operationLars Knoll2018-05-281-1/+1
| * Remove old pre-QFileSystemEngine-rewrite codeErik Verbruggen2018-05-281-9/+1
* | Ensure we read context properties before the global objectLars Knoll2018-06-173-15/+28
* | QQmlDelegateModelItem: move row and column up to the base classRichard Moe Gustavsen2018-06-093-31/+30
* | QQmlDelegateModelPrivate: refactor release()Richard Moe Gustavsen2018-06-091-17/+16
* | Ensure identical behavior for singleton types defined in C++ and QMLRichard Weickelt2018-06-083-29/+20
* | QQmlDelegateModelAttached: factor out resetCurrentIndex()Richard Moe Gustavsen2018-06-042-8/+16
* | QQmlDelegateModel: factor out addCacheItem()Richard Moe Gustavsen2018-06-042-4/+9
* | Fix typoRainer Keller2018-06-041-1/+1
* | Show property name in error messageRainer Keller2018-06-041-1/+1
* | Rename SetExceptionHandler to SetUnwindHandlerLars Knoll2018-06-0410-27/+27
* | skip Symbol properties in for-in loopsLars Knoll2018-06-041-1/+2
* | Fix creation of object literalsLars Knoll2018-06-0412-179/+117
* | Implement ToPropertyKey() from the ES7 specLars Knoll2018-06-044-14/+26
* | Fix remaining test failures with the ** operatorLars Knoll2018-06-042-2/+7
* | The length property of RegExp should be configurableLars Knoll2018-06-041-1/+1
* | TypedArray.prototype[Symbol.iterator] and .values are the same functionLars Knoll2018-06-041-2/+7
* | Fix Object::defineAccessorPropertyLars Knoll2018-06-041-3/+16