aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlecmascript/tst_qqmlecmascript.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix JITted code for jump strict-not-equal undefined on 32bitErik Verbruggen2018-03-151-0/+21
* Remove superfluous assert when traversing IRErik Verbruggen2018-02-221-0/+13
* QML: Collapse all NaNs into one single (encoded) NaNErik Verbruggen2018-02-051-0/+15
* Fix exposure of -1 as enum value in QML exposed C++ singletonsSimon Hausmann2018-01-311-0/+9
* Stabilize the threadSignal() testSimon Hausmann2017-09-061-13/+9
* QQmlIRBuilder: Only query type name cache for type namesRobin Burchell2017-05-191-0/+11
* Merge remote-tracking branch 'origin/5.8' into 5.9Simon Hausmann2017-04-271-0/+9
|\
| * V4: Fix issues with very small loops5.8Erik Verbruggen2017-04-181-0/+10
* | Directly load already known metaproperties in QV4QObjectWrapperUlf Hermann2017-02-151-0/+44
* | Fix a crash in setInternalClassRobin Burchell2017-02-031-0/+14
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-261-1/+6
|\|
| * Fix support for QJSValue as C++ signal parameter type, part 2Simon Hausmann2017-01-181-1/+6
* | tst_qqmlecmascript: Add some simple coverage for instanceofRobin Burchell2017-01-201-0/+64
|/
* Fix crash when C++ QJSValue parameterized signal interacts with JSSimon Hausmann2017-01-131-0/+1
* Inline the qmlScope and urlScope methodsLars Knoll2016-12-041-1/+1
* Start cleaning up the QmlContextWrapperLars Knoll2016-12-041-1/+1
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-10-101-0/+10
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-041-0/+10
| |\
| | * qv4jsonobject: Make use of QVariant::toString in stringificationRobin Burchell2016-09-301-0/+10
* | | QML: Also check for correct destroy() chainingErik Verbruggen2016-10-061-0/+1
* | | QML: Make Heap::Object and all subclasses trivialErik Verbruggen2016-10-061-4/+5
* | | QML: Introduce destroy() on Base subclassesErik Verbruggen2016-10-051-1/+1
* | | Fix binding dependencies when used in together with functionsSimon Hausmann2016-08-301-0/+13
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-171-0/+102
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-131-0/+102
| |\|
| | * Fix crash with Component.onDestructionSimon Hausmann2016-08-051-0/+102
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-091-2/+5
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-051-2/+5
| |\|
| | * Relax negativeYear EcmaScript testUlf Hermann2016-08-031-2/+5
* | | QJSValue: Adapt to introduction of QMetaType::NullptrChristian Kandeler2016-08-081-1/+1
* | | Merge remote-tracking branch 'origin/5.7' into devEdward Welbourne2016-08-021-0/+18
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-011-0/+7
| |\|
| | * JS: Check for errors before using sub-expression resultsErik Verbruggen2016-07-201-0/+7
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-151-0/+11
| |\|
| | * Fix logic bug when deleting properties of JS objectsLars Knoll2016-07-141-0/+11
* | | Minor optimizationSimon Hausmann2016-06-271-0/+44
* | | V4: Pass scope around as parameters inside the runtime.Erik Verbruggen2016-06-221-6/+5
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-131-1/+25
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-061-0/+12
| |\|
| | * Fix crash when trying to call a property of the scope or context objectSimon Hausmann2016-05-011-0/+12
| * | Add QVector support to JS sequencesKevin Ottens2016-05-031-1/+1
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-271-0/+12
| |\|
| | * Also match QJSValue conversion types in MatchScore.Michael Bruning2016-04-201-0/+12
* | | Fix invocations of methods taking a QByteArraySimon Hausmann2016-04-121-0/+7
* | | Convert the remaining runtime methods to new calling conventionLars Knoll2016-04-111-1/+1
|/ /
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-291-0/+9
|\|
| * Don't check for revisions when assigning to grouped propertiesLars Knoll2016-01-271-0/+9
* | Updated license headersJani Heikkinen2016-01-201-17/+12
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-141-4/+4
|\|
| * Provide a threaded TestHTTPServerUlf Hermann2015-10-141-3/+1