aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime
Commit message (Expand)AuthorAgeFilesLines
...
| | * V4: Check for exceptions before we use the result of a JS callUlf Hermann2020-01-2315-39/+94
| | * ArrayPrototype::method_filter: Check for exception after callbackUlf Hermann2020-01-231-0/+1
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-253-18/+133
|\| |
| * | Long live QML inline componentsFabian Kosmale2020-01-232-17/+131
| * | Add Qt.uiLanguage and QJSEngine::uiLanguage propertiesSimon Hausmann2020-01-231-1/+2
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-204-15/+15
|\| |
| * | Replace QVariant::type with QVariant::userTypeOlivier Goffart2020-01-173-14/+14
| * | Replace call to deprecated QNetworkReply::error methodFabian Kosmale2020-01-171-1/+1
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-151-1/+3
|\| |
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-141-1/+3
| |\|
| | * SequenceObject: Better message when trying to write readonly containerUlf Hermann2020-01-091-1/+3
* | | Make QtQml work with the latest changes in qtbaseLars Knoll2020-01-148-115/+106
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-1414-18/+139
|\| |
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-0913-14/+138
| |\|
| | * V4: Avoid integer overflow on typed array length checkUlf Hermann2020-01-081-2/+5
| | * Check stack limit in FunctionPrototype::method_apply()Ulf Hermann2020-01-081-1/+7
| | * V4: Don't crash when iterating invalid Proxy objectsUlf Hermann2020-01-082-2/+2
| | * V4: Don't crash when sorting arrays with non-stringifyable entriesUlf Hermann2020-01-081-0/+6
| | * Fix unused variable warningShawn Rutledge2020-01-071-2/+1
| | * QV4: Array.includes: Support large arraysFabian Kosmale2020-01-071-1/+2
| | * QV4: Check recursion limit in toStringFabian Kosmale2020-01-071-0/+1
| | * QV4MM: Fix crash caused by MarkStack overflowFabian Kosmale2020-01-072-1/+6
| | * V4: Catch error when compiling broken RegExpsUlf Hermann2020-01-071-2/+2
| | * V4: Fix sorting of sparse arraysUlf Hermann2020-01-061-1/+1
| | * Avoid oob access on Array.concatUlf Hermann2020-01-061-1/+1
| | * QV4::Engine: replace std::function with a function pointerFabian Kosmale2020-01-061-1/+1
| | * QV4::ExecutionEngine: provide QNAM accessorFabian Kosmale2020-01-032-1/+15
| | * QV4Engine: support conversion of QJSValue to SequenceTypeFabian Kosmale2019-12-201-0/+89
| * | Fix Qt6 build in preparation of qt5 submodule updateAlexandru Croitor2019-12-191-1/+1
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-12-172-1/+17
| |\|
| | * Remove use of wrapper macros for feature detectionTor Arne Vestbø2019-12-161-1/+1
| | * qv4sequenceobject.cpp: Add "here be dragons" commentUlf Hermann2019-12-111-0/+16
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-141-1/+1
|\| |
| * | Add more trace points to Qt QMLMilian Wolff2019-12-131-1/+1
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-126-15/+192
|\| |
| * | Remove a leftover unused variableVille Voutilainen2019-12-101-1/+0
| * | Allow custom disk cache pathsUlf Hermann2019-12-101-1/+5
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-12-101-2/+0
| |\|
| | * QV4Engine: Remove runtime memberFabian Kosmale2019-12-091-2/+0
| * | Merge "Merge remote-tracking branch 'origin/5.14' into 5.15"Qt Forward Merge Bot2019-12-091-12/+23
| |\ \
| | * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-12-091-12/+23
| | |\|
| | | * Compiler: Support >32k stack slotsUlf Hermann2019-12-051-12/+23
| * | | Implement TypedArray.fromVille Voutilainen2019-12-092-0/+156
| |/ /
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-11-221-0/+9
| |\|
| | * RuntimeHelpers: Short-circuit stringToNumber on huge stringsUlf Hermann2019-11-071-0/+9
* | | qv4sequenceobject.cpp: Use operator[] rather than at()Ulf Hermann2019-12-091-1/+4
* | | Fix build after QList->QVector changes in qtbaseLars Knoll2019-10-311-19/+1
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-254-5/+5
|\| |
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-244-5/+5
| |\|
| | * Pass suitable nFormals when constructing JS stack frameUlf Hermann2019-10-211-1/+1