aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.11.0' into 5.11Qt Forward Merge Bot2018-05-091-7/+9
|\
| * Fix crash in Function.prototype.bindLars Knoll2018-04-241-7/+9
* | Fix JIT build on INTEGRITY ARM64Kimmo Ollila2018-04-263-44/+44
* | Enable JIT on INTEGRITY ARM64Kimmo Ollila2018-04-261-1/+1
|/
* Remove a bogus assertLars Knoll2018-04-161-3/+1
* Add a null pointer checkLars Knoll2018-04-161-2/+1
* Fix calling Qt.binding() on bound functionsLars Knoll2018-04-164-17/+41
* Fix JSON.stringify with sequence typesSimon Hausmann2018-04-161-4/+4
* Qml/ArrayElementLessThan: Remove unused member variable thisObjectFriedemann Kleint2018-04-121-4/+3
* Warn about non spec compliant extension being usedLars Knoll2018-04-111-0/+6
* Fix isInt32 for -0.0Erik Verbruggen2018-03-261-1/+1
* Add additional check for support JIT compilation on ARM platformMikhail Svetkin2018-03-221-0/+5
* Fix QML data structure version checking for ahead-of-time generated filesSimon Hausmann2018-03-204-8/+24
* Handle function expressions as signal handlersErik Verbruggen2018-03-201-0/+7
* Fix out of bounds reads in Array.concatLars Knoll2018-03-201-1/+1
* Pass "this" object when evaluating debug jobsUlf Hermann2018-03-172-4/+5
* Fix lookup of enums declared in QML singletonsSimon Hausmann2018-03-165-34/+0
* Add Q_UNUSED(engine) to fix build on iOSShawn Rutledge2018-03-161-0/+2
* Fix a crash in Object.proto.propertyIsEnumerableLars Knoll2018-03-141-3/+5
* Rebuild property cache in QObjectWrapper::getProperty if deletedDavid Edmundson2018-03-081-0/+5
* Silence a GCC 8 warning in qv4stringVille Voutilainen2018-02-281-1/+1
* Silence a GCC 8 warning in qv4engineVille Voutilainen2018-02-281-1/+1
* use the override keyword consistently and correctly (clang-tidy)Shawn Rutledge2018-02-271-1/+1
* init variables where they are declared when possible (clang-tidy)Shawn Rutledge2018-02-263-17/+13
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-2654-264/+264
* WinRT: Do not call canAllocateExecutableMemory from static initializerOliver Wolff2018-02-222-7/+7
* Correctly set this object when calling scope/context functionsErik Verbruggen2018-02-203-0/+45
* Merge remote-tracking branch 'origin/5.9' into 5.11Liang Qi2018-02-181-1/+3
|\
| * Fix memory leak with JS importsSimon Hausmann2018-02-091-1/+3
* | Merge "Merge remote-tracking branch 'origin/5.10.1' into 5.11" into refs/stag...Qt Forward Merge Bot2018-02-152-10/+28
|\ \
| * \ Merge "Merge remote-tracking branch 'origin/5.10' into 5.11" into refs/stagin...Simon Hausmann2018-02-152-10/+28
| |\ \
| | * \ Merge remote-tracking branch 'origin/5.10' into 5.11Liang Qi2018-02-122-10/+28
| | |\ \
| | | * | Merge remote-tracking branch 'origin/5.9' into 5.105.10Liang Qi2018-02-071-0/+4
| | | |\|
| | | | * QML: Collapse all NaNs into one single (encoded) NaNErik Verbruggen2018-02-051-0/+4
| | | * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-02-021-10/+24
| | | |\|
| | | | * Improve persistent/weak value allocation performanceSimon Hausmann2018-01-311-10/+24
* | | | | Fix crash when changing from a simple to a sparse arrayLars Knoll2018-02-153-2/+3
|/ / / /
* | | | Clear the last value when removing propertiesErik Verbruggen2018-02-141-0/+3
* | | | Fix typosJarek Kobus2018-02-141-4/+4
|/ / /
* | | doc: Fix qdoc warnings for templates and staticsMartin Smith2018-02-091-3/+3
* | | Fix crashes on WinRT when allocation of executable memory is disabledSimon Hausmann2018-02-094-6/+16
* | | Merge "Merge remote-tracking branch 'origin/5.10' into dev" into refs/staging...Shawn Rutledge2018-02-069-13/+27
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-02-029-13/+27
| |\| |
| | * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-249-13/+30
| | |\|
| | | * Speed up V4 QML context creationSimon Hausmann2018-01-163-0/+6
| | | * Fix crash when accessing a deleted objectMitch Curtis2018-01-111-0/+4
| | | * Enable JIT on QNX7 for ARM64Samuli Piippo2018-01-111-1/+1
| | | * Enable JIT on QNX for X86_64Adam Treat2018-01-111-1/+1
| | | * Use potentially intercepted URL as ID for compilation unitsUlf Hermann2017-12-215-10/+17
| | | * Fix stack use after scope when calling overloaded constructorsSimon Hausmann2017-12-141-1/+1