aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlecmascript
Commit message (Expand)AuthorAgeFilesLines
* Fix calling Qt.binding() on bound functionsLars Knoll2018-04-162-0/+46
* Fix JSON.stringify with sequence typesSimon Hausmann2018-04-162-6/+21
* Add test for jump strict-not-equal undefined on 32bitErik Verbruggen2018-03-261-0/+21
* Fix QML data structure version checking for ahead-of-time generated filesSimon Hausmann2018-03-201-1/+1
* Add a test that verifies the this object in signal handlersSimon Hausmann2018-03-172-13/+25
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-262-389/+389
* Make sure we can call properties of constantsErik Verbruggen2018-02-231-1/+12
* Fix "Expression depends on non-NOTIFYable properties" regressionMitch Curtis2018-02-172-0/+18
* Merge remote-tracking branch 'origin/5.10' into 5.11Liang Qi2018-02-123-1/+31
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.105.10Liang Qi2018-02-072-0/+20
| |\
| | * QML: Collapse all NaNs into one single (encoded) NaNErik Verbruggen2018-02-052-0/+20
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-312-1/+11
| |\|
| | * Fix exposure of -1 as enum value in QML exposed C++ singletonsSimon Hausmann2018-01-312-1/+11
* | | Remove double indirection between QJSEngine and QV4::ExecutionEngineUlf Hermann2018-02-022-37/+23
* | | Arguments passed to functions should shadow the function nameLars Knoll2018-01-121-0/+15
* | | Avoid warning about comparing QVariant::Bool to QMetatype::BoolUlf Hermann2018-01-081-1/+1
* | | Raise minimum supported MSVC version to 2015Friedemann Kleint2018-01-061-4/+0
* | | Fix iterator assignment for for-in loopsErik Verbruggen2017-12-131-0/+33
* | | Merge remote-tracking branch 'origin/wip/new-backend' into devSimon Hausmann2017-11-211-17/+39
|\ \ \
| * | | Merge remote-tracking branch 'origin/dev' into new-backendLars Knoll2017-11-082-4/+24
| |\| |
| * | | Further cleanup JSCallDataLars Knoll2017-11-071-3/+3
| * | | Simplify JSCallData constructionLars Knoll2017-11-071-3/+3
| * | | Get rid of JSCallData::call()Lars Knoll2017-11-071-12/+12
| * | | Rename JSCall to JSCallDataLars Knoll2017-11-071-3/+3
| * | | Never truncate the JS stackLars Knoll2017-10-231-0/+12
| * | | Merge remote-tracking branch 'origin/dev' into HEADLars Knoll2017-10-223-14/+22
| |\ \ \
| * | | | Fix delayed loading of arguments in binary expressionsErik Verbruggen2017-09-201-0/+8
| * | | | Always set the correct FunctionObject when calling JS functionsLars Knoll2017-09-021-12/+12
| * | | | Move ScopedCallData and ScopedStackFrame into a separate fileLars Knoll2017-09-011-0/+1
| * | | | Move CallContext construction into a interpreter instructionLars Knoll2017-09-011-3/+3
| * | | | Merge remote-tracking branch 'origin/dev' into wip/new-backendLars Knoll2017-08-221-1/+0
| |\ \ \ \
| * | | | | Change function signatures for call/construct backLars Knoll2017-08-041-5/+6
* | | | | | Replace remaining Q_NULLPTR with nullptrKevin Funk2017-11-171-2/+2
* | | | | | V4 Date.ParseString(): fix UTC-ness of date-only formatsEdward Welbourne2017-11-148-101/+118
| |_|_|/ / |/| | | |
* | | | | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-242-4/+24
|\ \ \ \ \ | |_|_|/ / |/| | | / | | |_|/ | |/| |
| * | | Fix outdated BSD license headerKai Koehne2017-10-172-4/+24
* | | | Merge remote-tracking branch 'origin/5.9' into 5.10Lars Knoll2017-09-203-14/+22
|\| | | | |_|/ |/| |
| * | Stabilize the threadSignal() testSimon Hausmann2017-09-063-14/+22
* | | Tests: Clean up inclusion of util.pri and debugutil.priUlf Hermann2017-08-171-1/+0
| |/ |/|
* | Be (somewhat more) consistent about the value of piEdward Welbourne2017-06-141-1/+1
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-074-0/+34
|\|
| * QQmlIRBuilder: Only query type name cache for type namesRobin Burchell2017-05-194-0/+34
* | QmlContextWrapper -> QQmlContextWrapperRobin Burchell2017-05-041-1/+1
* | Merge remote-tracking branch 'origin/5.9' into devLars Knoll2017-05-022-0/+23
|\|
| * Merge remote-tracking branch 'origin/5.8' into 5.9Simon Hausmann2017-04-272-0/+23
| |\
| | * V4: Fix issues with very small loops5.8Erik Verbruggen2017-04-182-0/+24
* | | Add support for std::vector and QVector matching the support for QListVille Voutilainen2017-04-212-3/+35
* | | qml: Override the new Object::instanceOf hook to allow QML type checkingRobin Burchell2017-03-151-0/+2
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-02-283-0/+54
|\| |
| * | Directly load already known metaproperties in QV4QObjectWrapperUlf Hermann2017-02-153-0/+54