aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qjsengine/tst_qjsengine.cpp
Commit message (Expand)AuthorAgeFilesLines
* V4: Unify type conversions for date and time valuesUlf Hermann2023-06-061-9/+12
* QJSEngine: Add efficient conversions for QDateTime and friendsUlf Hermann2023-06-061-0/+155
* Set correct `this` value in JSON.stringify replacer scopeIvan Tkachenko2023-02-221-2/+57
* QJSEngine: Fix potential JS stack overflow cauased by spread operatorFabian Kosmale2023-01-191-0/+11
* V4: Fix multiplicationFabian Kosmale2023-01-181-0/+13
* Route Qt::TimeSpec usage via QTimeZoneEdward Welbourne2022-12-111-4/+4
* QML: Add an accurate stack bounds checkerUlf Hermann2022-12-091-9/+19
* QQmlMetaObjectWrapper: A metaobject is not equal to a non-metaobjectUlf Hermann2022-12-021-0/+1
* QML: Try QMetaType conversion in VariantObject's valueOf()Ulf Hermann2022-11-221-0/+9
* QML: Do not crash on CallWithSpreadUlf Hermann2022-11-221-0/+17
* QJSEngine: Provide a method to coerce values in JS fashionUlf Hermann2022-11-151-0/+44
* QML: Require TDZ checks variables declared in case blocksUlf Hermann2022-11-151-4/+22
* QML: Fix the most blatant TDZ violationsUlf Hermann2022-11-141-0/+55
* Replace CallElement with separate instructionsUlf Hermann2022-11-071-0/+12
* QV4::Scope: Forbid calling alloc with qint64Fabian Kosmale2022-10-131-0/+15
* QV4: Avoid memory corruption in Reflect.applyFabian Kosmale2022-10-131-0/+17
* Port from container::count() and length() to size()Marc Mutz2022-10-071-18/+18
* V4: Drop extra QVariant parameter from fromData()Ulf Hermann2022-10-071-1/+2
* Avoid context truncation when filename has multiple dotsSemih Yavuz2022-09-281-1/+18
* Do not call metaTypeFromJS on an objectUlf Hermann2022-09-131-2/+3
* Parser: Preserve keywordiness of "static" across nested classesUlf Hermann2022-08-301-0/+17
* Fix error when calling byteLength on detached ArrayBufferBenjamin Terrier2022-08-251-0/+19
* V4: Fix exponentiation operatorUlf Hermann2022-08-031-0/+22
* UrlObject: Add colon after schemeLeticia Valladares2022-07-141-1/+1
* Use SPDX license identifiersLucie Gérard2022-06-111-27/+2
* Replace uses of deprecated _qs with _s/QStringLiteralSona Kurazyan2022-04-291-3/+5
* V4 ArrayIterator: Protect retrieved value from GCUlf Hermann2022-03-241-0/+71
* Reduce the length of Int8Array in tst_QJSEngine::typedArraySet()Assam Boudjelthia2022-03-051-1/+1
* QML: Clean up sequence registrations for value typesUlf Hermann2022-02-111-4/+32
* JavaScript: Make "this" available in blocks inside arrow functionsUlf Hermann2022-02-021-0/+22
* QNX: Decrease number of objects created in tst_QJSEngine::newQObjectRacePasi Petäjäjärvi2022-01-291-1/+5
* QML: Allow named lists of value typesUlf Hermann2022-01-281-2/+1
* tst_qjsengine: Fix some memory leaksUlf Hermann2022-01-211-6/+6
* Fix sweep step for tainted QObject JavaScript wrappersVlad Zahorodnii2021-10-121-0/+39
* tst_qjsengine: Do not depend on widgetsFabian Kosmale2021-08-261-13/+8
* JS: Ensure that array keeps valid after length changes and fix concatFabian Kosmale2021-07-271-0/+18
* qv4engine: Fix enums getting turned into objects when passed in listsMaximilian Goldstein2021-05-061-2/+2
* Add QJSEngine::registerModuleAlex Shaw2021-05-011-0/+74
* Support native transformation between UrlObject and QVariant/QUrlUlf Hermann2021-04-221-0/+14
* Check thisObject when calling various methods on URLUlf Hermann2021-04-141-0/+64
* Mark overrides in tests, fix compiler warningsVolker Hilsheimer2021-04-011-3/+3
* Optimize ExecutionEngine::metaTypeToJS()Ulf Hermann2021-03-131-6/+2
* QJSEngine: Add a function to throw a pre-generated error objectUlf Hermann2021-01-221-2/+4
* Allow checking for and catching errors from QJSEngineUlf Hermann2020-12-071-0/+14
* QtQml: Integrate sequences with registration macrosUlf Hermann2020-11-111-6/+64
* Update MetaType things in testsDavid Skoland2020-11-041-4/+5
* QJSEngine: provide a way to check if an exception was thrownFabian Kosmale2020-09-021-0/+21
* Fix QtQml after QMetaType/QVariant changes in Qt CoreLars Knoll2020-08-281-1/+1
* Remove deprecated function QJSValue::engineFabian Kosmale2020-08-261-3/+0
* Adapt to qtbase changesFabian Kosmale2020-08-231-7/+7