aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsapi
Commit message (Expand)AuthorAgeFilesLines
...
* QJSEngine: Provide a method to coerce values in JS fashionUlf Hermann2022-11-152-9/+95
* Doc: add section to QJSValue about converting to JSONMitch Curtis2022-10-261-0/+10
* Port to new Q_UNREACHABLE_RETURN()Marc Mutz2022-10-203-12/+6
* Port from container::count() and length() to size() - V5Marc Mutz2022-10-132-5/+5
* Port from container::count() and length() to size()Marc Mutz2022-10-071-1/+1
* V4: Make ExecutionEngine::toVariant() staticUlf Hermann2022-09-202-4/+6
* QtQml: Remove unused includes in qml, first partSemih Yavuz2022-09-141-1/+0
* QML: Make modules imported with registerModule() available in QMLUlf Hermann2022-09-021-10/+18
* QmlCompiler: Implement Math.pow()Ulf Hermann2022-07-212-0/+42
* QmlCompiler: Really fix writing into argument valuesUlf Hermann2022-07-052-6/+35
* Use SPDX license identifiersLucie GĂ©rard2022-06-1113-494/+26
* QJSEngine: optimize isInterrupted handlingMarc Mutz2022-06-042-7/+7
* QJSEngine: Re-use metatype we have already foundUlf Hermann2022-03-091-1/+1
* QmlCompiler: Perform QVariant conversion in JavaScript semanticsUlf Hermann2022-02-182-57/+111
* QJSValue: remove Q_COMPILER_RVALUE_REFS checkFabian Kosmale2022-01-281-3/+1
* Move QJSEnginePrivate::cache() to QQmlMetaTypeUlf Hermann2022-01-181-27/+0
* QQmlEngine: Remove methods that merely forward to QQmlMetaTypeUlf Hermann2022-01-181-20/+0
* Move QJSEngine's mutex into QQmlEngineUlf Hermann2022-01-151-4/+0
* Ensure QQmlData::get const-correctnessFabian Kosmale2021-12-041-1/+1
* Clean up PropertyCache life cycleUlf Hermann2021-11-091-7/+9
* Rename qflagpointer_p.h to qbipointer_p.hFabian Kosmale2021-11-031-1/+0
* QJSEngine: Make uiLanguage a QObjectBindablePropertyFabian Kosmale2021-10-072-8/+4
* Fix warnings when which are treated as errors with -developer-buildAssam Boudjelthia2021-10-041-1/+1
* Add comments to use qsizetype for some APIs in Qt 7Assam Boudjelthia2021-10-041-0/+1
* Consolidate test helpers into private librariesMitch Curtis2021-09-131-1/+1
* Replace QJSEnginePrivate::Locker with QMutexLockerFabian Kosmale2021-07-161-58/+2
* QJSValue: Avoid BIC breakFabian Kosmale2021-07-052-0/+11
* Use QV4::Scope::hasException() where applicableUlf Hermann2021-06-301-2/+2
* Add more links to QJSEngine's ownership documentationFabian Kosmale2021-06-171-1/+10
* Doc: Fix QDoc warnings qtdeclarativeNico Vertriest2021-06-172-0/+9
* Doc: Fix documentation issuesTopi Reinio2021-06-021-4/+6
* Add QJSEngine::registerModuleAlex Shaw2021-05-012-0/+74
* Support native transformation between UrlObject and QVariant/QUrlUlf Hermann2021-04-222-0/+11
* Rework qmljsrootgenUlf Hermann2021-04-162-0/+18
* QV4::Engine::toVariant: Use metatype instead of metatype idFabian Kosmale2021-03-252-2/+2
* Use QMetaType for ExecutionEngine::metaTypeFromJS()Ulf Hermann2021-03-242-10/+20
* Remove unnecessary forward declarationAndy Shaw2021-03-241-1/+0
* Implement some unary operators on QJSPrimitiveValueUlf Hermann2021-03-231-0/+37
* Optmize QJSManagedValueUlf Hermann2021-03-171-13/+13
* Clean up JSCallData setupUlf Hermann2021-03-172-16/+16
* Replace std::variant with tagged union in QJSPrimitiveValueUlf Hermann2021-03-122-35/+176
* QJSManagedValue: Throw TypeErrors when accessing null or undefinedUlf Hermann2021-02-251-1/+12
* metaTypeToJS: use QMetaType instead of idFabian Kosmale2021-02-192-4/+4
* QJSPrimitiveValue: Implement modulo operatorUlf Hermann2021-02-191-0/+28
* Doc: Add missing \inmodule commandNico Vertriest2021-02-122-0/+3
* Doc: Fix CI warnings qtdeclarativeNico Vertriest2021-02-121-10/+10
* qjsengine: Clarify to/fromScriptValue documentationMaximilian Goldstein2021-02-081-0/+2
* QJSEngine: Add a function to throw a pre-generated error objectUlf Hermann2021-01-222-0/+15
* Remove the qmake project filesFabian Kosmale2021-01-151-16/+0
* QJSManagedValue: Allow retrieving and instantiating JS metatypesUlf Hermann2021-01-122-1/+109