aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlecmascript/tst_qqmlecmascript.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| | * 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
* | | | Replace remaining Q_NULLPTR with nullptrKevin Funk2017-11-171-2/+2
* | | | V4 Date.ParseString(): fix UTC-ness of date-only formatsEdward Welbourne2017-11-141-11/+19
| |/ / |/| |
* | | Merge remote-tracking branch 'origin/5.9' into 5.10Lars Knoll2017-09-201-13/+9
|\ \ \ | |/ / |/| / | |/
| * Stabilize the threadSignal() testSimon Hausmann2017-09-061-13/+9
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-071-0/+11
|\|
| * QQmlIRBuilder: Only query type name cache for type namesRobin Burchell2017-05-191-0/+11
* | QmlContextWrapper -> QQmlContextWrapperRobin Burchell2017-05-041-1/+1
* | Merge remote-tracking branch 'origin/5.9' into devLars Knoll2017-05-021-0/+9
|\|
| * 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
* | | 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-281-0/+44
|\| |
| * | Directly load already known metaproperties in QV4QObjectWrapperUlf Hermann2017-02-151-0/+44
* | | Merge remote-tracking branch 'origin/5.9' into devLars Knoll2017-02-141-0/+13
|\| |
| * | Fix a crash in setInternalClassRobin Burchell2017-02-031-0/+14
* | | As crazy as it is, redefinition of global properties should workRobin Burchell2017-02-091-0/+15
* | | parser: Add "let" keyword (& T_LET)Robin Burchell2017-02-031-0/+10
* | | Codegen: Disallow duplicate declarations of const propertiesRobin Burchell2017-02-031-0/+25
* | | Codegen: Disallow const declaration without an initializer expressionRobin Burchell2017-02-021-0/+57
|/ /
* | 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