aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-09-121-2/+4
|\
| * Fix various accumulator-saving problemsUlf Hermann2019-09-031-2/+4
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-08-281-0/+7
|\|
| * Fix loading of ES modules when using CONFIG += qtquickcompilerSimon Hausmann2019-08-261-0/+7
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-122-46/+162
|\|
| * Fix promise chainingFabian Kosmale2019-07-102-46/+162
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-281-2/+8
|\|
| * Fix thisObject when calling scope and context properties through lookupsUlf Hermann2019-06-261-2/+8
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-131-2/+3
|\|
| * Avoid number conversion issueUlf Hermann2019-06-111-2/+3
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-021-0/+17
|\|
| * Add a workaround for ia64 to move Value bits 63-61 to 49-47 for pointersJason Duerstock2019-05-301-0/+17
* | Improve "Type error" when looking up a property of null or undefinedDavid Faure2019-05-311-2/+7
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-264-6/+2
|\|
| * Fix lookups of properties in QML singletonsSimon Hausmann2019-05-214-6/+2
* | Compile fixJarek Kobus2019-05-151-2/+2
* | Do not take a reference of nullptrAllan Sandfeld Jensen2019-05-142-8/+9
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-081-0/+6
|\|
| * Add Q_TRACE calls to QtQml for QML profiler trace pointsMilian Wolff2019-05-051-0/+6
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-012-6/+12
|\|
| * Skip block context within call contexts when searching for parametersUlf Hermann2019-04-291-5/+11
| * Fix maximum call stack depth for clang ASAN buildsSimon Hausmann2019-04-291-1/+1
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-272-4/+4
|\|
| * Don't call unknown types "null"Ulf Hermann2019-04-261-3/+3
| * Fix maximum call stack depth limits for ASAN buildsSimon Hausmann2019-04-261-1/+1
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-251-12/+1
|\|
| * Revert "Optimize some Lookups"Michal Klocek2019-04-241-12/+1
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-191-1/+1
|\|
| * Don't crash when accessing invalid properties through QObjectWrapperUlf Hermann2019-04-181-1/+1
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-173-4/+4
|\|
| * V4: Only enable the JIT on ARM on specific known OSesMartin Storsjö2019-04-161-1/+2
| * Prevent CoW detaches from happeningErik Verbruggen2019-04-151-1/+1
| * Fix string replacement with invalid capturesUlf Hermann2019-04-151-2/+1
* | Merge remote-tracking branch 'origin/5.12' into 5.13v5.13.0-beta3Qt Forward Merge Bot2019-04-151-0/+4
|\|
| * Don't create value types for QImage and QPixmapUlf Hermann2019-04-121-0/+4
* | Merge remote-tracking branch 'origin/5.12' into 5.13v5.13.0-beta2Qt Forward Merge Bot2019-04-092-1/+2
|\|
| * Avoid INT_MIN % -1 and INT_MIN / -1Ulf Hermann2019-04-081-0/+1
| * Fix clang-cl compiler warningsKai Koehne2019-04-081-1/+1
* | Remove second evaluation of property nameRainer Keller2019-04-081-1/+1
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-286-28/+62
|\|
| * Check for numeric limits when growing SharedInternalClassDataPrivateUlf Hermann2019-03-273-16/+41
| * Re-use existing IC when freezing propertiesUlf Hermann2019-03-272-5/+4
| * Scope intermediate values when allocating objectsUlf Hermann2019-03-273-7/+17
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-274-44/+89
|\|
| * Trigger the garbage collector when allocating InternalClass objectsUlf Hermann2019-03-262-40/+73
| * Enable lookups for imported scripts and worker scriptsSimon Hausmann2019-03-252-4/+16
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-252-52/+114
|\|
| * Accelerate lookups of properties in outer QML contextsSimon Hausmann2019-03-212-52/+114
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-2114-252/+567
|\|
| * Accelerate access to initial context object properties in lookupsMichael Brasser2019-03-202-1/+57