aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlecmascript/tst_qqmlecmascript.cpp
Commit message (Expand)AuthorAgeFilesLines
* Only warn about incompatible parameter types passed from QMLUlf Hermann2019-02-211-18/+24
* Check parameter types when invoking C++ functions from QMLUlf Hermann2019-02-171-24/+18
* MemoryManager: Only clear weak values onceUlf Hermann2019-01-231-1/+2
* Quote stringified generic variants on JSON.stringifyUlf Hermann2018-12-201-1/+2
* QML Lexer: Stop scanning template literals on closing '`'v5.12.0-rc2v5.12.0-rc1v5.12.0Ulf Hermann2018-11-191-0/+9
* Expose let/const variables from imported JS scriptsJüri Valdmann2018-11-021-2/+2
* Fix a crash when allocating huge memory segmentsLars Knoll2018-11-021-0/+12
* Add test for importing let/const variables from scriptsJüri Valdmann2018-10-221-0/+34
* Fix logic error in JSCodeGen::fallbackNameLookup()Lars Knoll2018-09-051-1/+1
* Fix TDZ check for referencesLars Knoll2018-08-291-0/+14
* Unify the get and getIndexed vtable functions of QV4::ObjectLars Knoll2018-07-021-2/+2
* Improve error messageRainer Keller2018-07-021-2/+2
* Fix some of the finer details with regards to CompletionsLars Knoll2018-06-211-2/+2
* Ensure we read context properties before the global objectLars Knoll2018-06-171-0/+8
* Remove bindings that have no dependenciesSimon Hausmann2018-05-161-1/+33
* Isolate the different tests from each otherLars Knoll2018-05-141-29/+264
* Throw type errors when attempting to mutate read-only sequence propertiesSimon Hausmann2018-05-021-0/+10
* Make sure we call Codegen::defineFunction with proper argumentsLars Knoll2018-05-021-16/+16
* Rename the CompilationMode enum to ContextTypeLars Knoll2018-05-021-3/+3
* Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-181-6/+19
|\
| * Fix calling Qt.binding() on bound functionsLars Knoll2018-04-161-0/+12
| * Fix JSON.stringify with sequence typesSimon Hausmann2018-04-161-6/+7
* | Disambiguate different allocation functions in the memory managerLars Knoll2018-04-121-1/+1
|/
* Add test for jump strict-not-equal undefined on 32bitErik Verbruggen2018-03-261-0/+21
* Add a test that verifies the this object in signal handlersSimon Hausmann2018-03-171-13/+12
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-381/+381
* Make sure we can call properties of constantsErik Verbruggen2018-02-231-1/+12
* Fix "Expression depends on non-NOTIFYable properties" regressionMitch Curtis2018-02-171-0/+13
* Merge remote-tracking branch 'origin/5.10' into 5.11Liang Qi2018-02-121-0/+24
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.105.10Liang Qi2018-02-071-0/+15
| |\
| | * QML: Collapse all NaNs into one single (encoded) NaNErik Verbruggen2018-02-051-0/+15
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-311-0/+9
| |\|
| | * Fix exposure of -1 as enum value in QML exposed C++ singletonsSimon Hausmann2018-01-311-0/+9
* | | Remove double indirection between QJSEngine and QV4::ExecutionEngineUlf Hermann2018-02-021-30/+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
|\ \ \
| * | | 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-221-13/+9
| |\| |
| * | | 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
| * | | Change function signatures for call/construct backLars Knoll2017-08-041-5/+6