summaryrefslogtreecommitdiff
path: root/src/qmlworkerscript/qv4serialize.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move ScopedStackFrame into qv4stackframe_p.hUlf Hermann2023-05-171-3/+4
* QML: Fix write back of Date valuesUlf Hermann2023-01-171-1/+1
* Port from container::count() and length() to size()Marc Mutz2022-10-071-2/+2
* QML: Drop the "succeeded" out parameters from SequencePrototypeUlf Hermann2022-10-071-3/+2
* V4: Make ExecutionEngine::toVariant() staticUlf Hermann2022-09-201-1/+2
* Use SPDX license identifiersLucie GĂ©rard2022-06-111-38/+2
* Allow retrieval of sequences from QJSValueUlf Hermann2022-06-021-19/+18
* QML: Allow named lists of value typesUlf Hermann2022-01-281-1/+5
* Remove the qml_sequence_object feature flagUlf Hermann2022-01-151-8/+0
* Pass QMetaType by value rather than by ID in more placesUlf Hermann2021-06-091-1/+1
* QV4::Engine::toVariant: Use metatype instead of metatype idFabian Kosmale2021-03-251-1/+1
* WorkerScript: serialize QUrls wrapped in QVariant as stringsUlf Hermann2019-12-131-18/+31
* Move workerscript to its own moduleUlf Hermann2019-05-061-0/+447