aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime
Commit message (Expand)AuthorAgeFilesLines
* QML: Warn about usage of injected signal parametersUlf Hermann2021-02-122-3/+22
* Support runtime functions evaluation by index through QQmlEngineAndrei Golubev2021-02-122-0/+31
* Transform JSCallData args setting into a functionAndrei Golubev2021-02-122-0/+83
* Unregister value types when tearing down QML typesUlf Hermann2021-02-122-6/+6
* QV4::Lookup: update comment about gc assumptionFabian Kosmale2021-02-101-0/+1
* Reimplement Math.hypot() using QHypotHelperEdward Welbourne2021-02-091-21/+6
* Fix Math.round edge-caseAllan Sandfeld Jensen2021-02-021-3/+6
* V4: Store instruction pointer before CmpInUlf Hermann2021-01-271-0/+1
* Use new QObjectPrivate connection mechanism in dynamic connectionsAndrei Golubev2021-01-211-2/+18
* QML engine: Fix writing function to property through aliasFabian Kosmale2021-01-181-1/+18
* Remove the qmake project filesFabian Kosmale2021-01-151-179/+0
* Cache static compilation unitsUlf Hermann2021-01-123-12/+61
* masm: Add error handling for failed mprotect()Ulf Hermann2021-01-121-1/+4
* Pass a more comprehensive context to AOT-compiled functionsUlf Hermann2021-01-111-3/+6
* Fix EngineBase::globalObject being misalignedMaximilian Goldstein2021-01-061-1/+3
* Add a QJSManagedValueUlf Hermann2020-12-182-61/+89
* Allow JavaScript primitive type transformations inline in C++Ulf Hermann2020-12-183-4/+4
* QML: Fix proxy iterationFabian Kosmale2020-12-171-2/+6
* JIT: When making memory writable, include the exception handlerUlf Hermann2020-12-173-6/+22
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-12-162-6/+6
* Respect QML_DISABLE_DISK_CACHE also for caches built into the binaryUlf Hermann2020-12-103-3/+19
* QV4 Engine: Remove MSVC special casingFabian Kosmale2020-12-103-18/+2
* qv4qmlcontext: Fix bounded signal expressions when debuggingMaximilian Goldstein2020-12-041-2/+2
* Use QMetaType instead of metatype-id, take 2Fabian Kosmale2020-12-032-12/+14
* Mark url as builtin typeUlf Hermann2020-12-022-1/+10
* Let AOT-compiled functions modify their argumentsUlf Hermann2020-12-021-1/+1
* Construct arguments for AOT-compiled functions before metaTypeFromJSUlf Hermann2020-12-021-2/+1
* Remove the property cache from QQmlValueTypeWrapperLars Knoll2020-12-023-9/+6
* Remove the pointer to the property cache in QObjectMethodFabian Kosmale2020-12-022-17/+2
* Unify overload resolution code and introduce a cacheFabian Kosmale2020-12-022-173/+76
* QML engine: Use QMetaType instead of metatype-id in propertydataFabian Kosmale2020-11-261-29/+31
* Get rid of the QQmlStaticMetaObjectLars Knoll2020-11-261-5/+4
* Remove hack to get the methodCount of a metaobjectLars Knoll2020-11-261-17/+4
* Respect QV4_FORCE_INTERPRETER when AOT compiled functions are availableUlf Hermann2020-11-261-1/+3
* Fix crash when calling hasOwnProperty() on proxy objectRichard Weickelt2020-11-241-4/+6
* Don't call alloca(0)Ulf Hermann2020-11-231-13/+28
* V4: Allow passing arguments to AOT-compiled functionsUlf Hermann2020-11-201-12/+25
* V4: Deal with AOT-compiled functions returning QVariantUlf Hermann2020-11-171-2/+11
* QV4Engine: Fix conversion of char16_tUlf Hermann2020-11-171-1/+1
* Use QDate::startOfDay() rather than QDateTime(,QTime(0, 0),)Edward Welbourne2020-11-121-3/+2
* QtQml: Integrate sequences with registration macrosUlf Hermann2020-11-113-36/+45
* V4 string object: Avoid some compile warningsUlf Hermann2020-11-091-2/+2
* QML: Rewrite Qt object in actual C++Ulf Hermann2020-11-095-42/+91
* qtdeclarative: finish fixing compilation with explicit QChar(int)David Faure2020-11-074-20/+21
* FunctionCallProfiler: initialize all membersVolker Hilsheimer2020-11-051-4/+3
* QML engine: fix conversion scores for sequences in CallOverloadedFabian Kosmale2020-11-041-0/+7
* Replace old Q_DECL statements with modern C++Allan Sandfeld Jensen2020-10-314-6/+6
* QML: Make date parsing more lenientFabian Kosmale2020-10-291-0/+2
* Fix logic to select AOT compiled functionUlf Hermann2020-10-231-4/+10
* V4: Rewrite qv4sequenceobject based on QMetaSequenceUlf Hermann2020-10-023-337/+247