aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4promiseobject.cpp
Commit message (Expand)AuthorAgeFilesLines
* V4: Check for exceptions before we use the result of a JS callUlf Hermann2020-01-231-2/+2
* Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-09-271-0/+1
|\
| * QMLJS: Fix exception handling in promisesFabian Kosmale2019-09-231-0/+1
* | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-07-261-44/+157
|\|
| * Fix promise chainingFabian Kosmale2019-07-101-44/+157
* | V4: Clean up the runtime functions declarationsErik Verbruggen2019-02-051-13/+13
|/
* Ensure our builtin constructors are subclassableLars Knoll2018-11-221-1/+4
* QML Engine: Support for JavaScript PromisesValery Kotov2018-10-111-0/+979