aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime
Commit message (Expand)AuthorAgeFilesLines
* SequenceObject: Better message when trying to write readonly containerUlf Hermann2020-01-091-1/+3
* 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
* 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
* QV4Engine: Remove runtime memberFabian Kosmale2019-12-091-2/+0
* Compiler: Support >32k stack slotsUlf Hermann2019-12-051-12/+23
* RuntimeHelpers: Short-circuit stringToNumber on huge stringsUlf Hermann2019-11-071-0/+9
* Pass suitable nFormals when constructing JS stack frameUlf Hermann2019-10-211-1/+1
* Use QV4 namespace for ValueTimo Aarnipuro2019-10-172-3/+3
* Make ScopedValue's CHECK_EXCEPTION also check isInterruptedUlf Hermann2019-10-161-1/+1
* Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-10-101-5/+20
|\
| * Be more fussy about the MakeDay() calculationEdward Welbourne2019-10-081-5/+20
* | Convert a few sizeof(array)/sizeof(element0) fors to range forsAlbert Astals Cid2019-10-041-2/+1
* | Fix property cache leaksUlf Hermann2019-09-301-3/+7
* | Convert QTime to V4 Date on a date with no DST in forceEdward Welbourne2019-09-271-7/+9
* | 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 5.14Qt Forward Merge Bot2019-09-171-2/+4
|\|
| * 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.13' into 5.14Liang Qi2019-09-121-0/+6
|\| |
| * | 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
* | | Implement lookups for enumsSimon Hausmann2019-09-061-0/+9
* | | Implement lookups for qml type wrappersSimon Hausmann2019-09-053-3/+33
* | | Use quiet NaNs instead of signalling onesEdward Welbourne2019-09-042-2/+2
* | | Fix unused captured 'this' warningYulong Bai2019-08-071-1/+1
* | | Port from QMutex::Recursive to QRecursiveMutexMarc Mutz2019-07-312-4/+2
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-07-262-46/+162
|\| |
| * | 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
* | | Fix tst_qqmllocale::timeZoneUpdated() test on AndroidJan Arve Sæther2019-07-181-1/+1
* | | Split compiler and runtime more clearlyUlf Hermann2019-07-1115-25/+18
* | | Move BindingPropertyData into ExecutableCompilationUnitUlf Hermann2019-07-111-1/+4
* | | Disentangle includes and namespacesUlf Hermann2019-07-114-5/+5
* | | Split qqmltypeloader{_p.h|.cpp} into a several filesUlf Hermann2019-07-116-0/+6
* | | Switch to FloatingPointShortest precision when convert from numeric type to s...Alexey Edelev2019-07-101-1/+1