aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime
Commit message (Expand)AuthorAgeFilesLines
...
* Use QDateTime to get offsets for emscripten (wasm)Edward Welbourne2021-08-101-0/+38
* Skip superfluous property capture attemptFabian Kosmale2021-08-091-1/+2
* QV4::Heap::GeneratorObject: remove unused memberFabian Kosmale2021-08-021-1/+0
* JS: Ensure that array keeps valid after length changes and fix concatFabian Kosmale2021-07-272-2/+4
* Use ExecutionEngine::currentContext() where applicableUlf Hermann2021-06-301-2/+2
* Use QV4::Scope::hasException() where applicableUlf Hermann2021-06-3017-88/+87
* Replace "fall through" comments with Q_FALLTHROUGHThiago Macieira2021-06-221-1/+1
* QV4Engine: Do not use currentContext() when calling JavaScript from C++Andrei Golubev2021-06-211-1/+5
* Fix conversion of entries to be added to QVariantListsUlf Hermann2021-06-171-4/+6
* Allow AOT functions to signal an undefined result via the contextUlf Hermann2021-06-153-2/+9
* Eliminate JS call frame from metatypes callsUlf Hermann2021-06-1014-150/+277
* qv4function: Fix crash due to reference being invalidatedMaximilian Goldstein2021-06-091-1/+1
* Pass QMetaType by value rather than by ID in more placesUlf Hermann2021-06-095-48/+57
* Rename QQmlMetaType::metaObjectForMetaType into metaObjectForValueTypeUlf Hermann2021-06-082-4/+4
* Do QMetaType-style call in QQmlPropertyBinding::evaluateUlf Hermann2021-06-023-12/+11
* Allow value type conversion in metaTypeFromJSUlf Hermann2021-06-021-3/+7
* QV4StackFrame: Fix ubsan warningFabian Kosmale2021-05-281-1/+3
* Clarify ambiguous Object to be one under V4Janne Koskinen2021-05-281-1/+1
* Fix type to be correct in calling Q_ALLOCA_DECLAREJanne Koskinen2021-05-271-1/+1
* Evaluate type assertions in QMLUlf Hermann2021-05-263-0/+24
* Revert "Do QMetaType-style call in QQmlPropertyBinding::evaluate"Ivan Solovev2021-05-253-11/+12
* Do QMetaType-style call in QQmlPropertyBinding::evaluateUlf Hermann2021-05-203-12/+11
* Use QHash instead of QMap for resolved typesFabian Kosmale2021-05-202-4/+14
* Rename a parameter to avoid shadowing a memberEdward Welbourne2021-05-181-3/+3
* Make QDate handling consistent in its use of UTCEdward Welbourne2021-05-181-4/+25
* QQmlEngine::executeRuntimeFunction: pass return value as input argumentAndrei Golubev2021-05-112-16/+15
* V4: Do not write back value type references on const method callsUlf Hermann2021-05-101-33/+47
* qv4engine: Fix enums getting turned into objects when passed in listsMaximilian Goldstein2021-05-061-0/+4
* Workaround mingw compiler bugUlf Hermann2021-05-061-0/+5
* V4: Write back value type references after function callsUlf Hermann2021-05-051-1/+10
* Use custom lookup for QJSValue singletonFabian Kosmale2021-05-052-3/+13
* Add QJSEngine::registerModuleAlex Shaw2021-05-013-10/+87
* Remove caching of recursive AOT context lookupsUlf Hermann2021-04-303-2/+9
* Redesign the AOT lookupsUlf Hermann2021-04-304-2/+18
* Fix compiler warnings from char*/QString conversionVolker Hilsheimer2021-04-281-1/+2
* Support native transformation between UrlObject and QVariant/QUrlUlf Hermann2021-04-224-16/+48
* Optimize the case of AOT functions returning QObject*Ulf Hermann2021-04-191-6/+17
* Don't pre-resolve the QQmlContext for AOT functionsUlf Hermann2021-04-191-1/+1
* Fix build without features.qml-sequence-objectTasuku Suzuki2021-04-191-0/+2
* Rework qmljsrootgenUlf Hermann2021-04-161-3/+3
* Streamline retrieval of context property names and IDsUlf Hermann2021-04-154-13/+8
* Check thisObject when calling various methods on URLUlf Hermann2021-04-141-38/+122
* Implement optional chainingMaximilian Goldstein2021-04-131-0/+27
* QV4::EngineBase: Remove pragma packFabian Kosmale2021-04-131-7/+0
* QV4EngineBase: Do not create zero-sized array on 32 bit platformsFabian Kosmale2021-04-121-1/+3
* QV4QObjectWrapper: Store the whole signalFabian Kosmale2021-04-011-6/+7
* Simplify populateJSCallArguments a bitUlf Hermann2021-04-011-4/+2
* qv4qobjectwrapper_p.h: Work around MinGW bugFabian Kosmale2021-03-301-0/+2
* Avoid needless construction and destruction of return valuesUlf Hermann2021-03-292-13/+11
* QV4::Engine::toVariant: Use metatype instead of metatype idFabian Kosmale2021-03-255-27/+26