aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime
Commit message (Expand)AuthorAgeFilesLines
* Fix quadratic behavior when allocating very large objectsLars Knoll2018-08-211-0/+17
* Script::parse(): improve "function expressions as statement" error msgMitch Curtis2018-06-201-3/+4
* revert change 353164263c55825a0ec72d30128c50560c626334Lars Knoll2018-06-194-18/+3
* Formals come after locals in the CallContextLars Knoll2018-05-291-4/+5
* Fix a crash in the modulus operationLars Knoll2018-05-281-1/+1
* Fix crash when incubating objects with non-existent initial propertiesSimon Hausmann2018-05-231-2/+5
* Fix crash when modifying objects used as prototypesLars Knoll2018-05-231-0/+2
* Fix build without features.timezoneTasuku Suzuki2018-05-111-1/+1
* 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
|\ \ \