aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsapi/qjsvalue.cpp
Commit message (Expand)AuthorAgeFilesLines
* QtQml: Move QMetaObjectWrapper into separate header/impl filesUlf Hermann2024-04-281-0/+1
* Fix build with disable-deprecated-up-to configurationJari Helaakoski2024-04-111-0/+2
* Deprecate QJSValue::isVariantFabian Kosmale2024-03-211-0/+9
* QJSEngine: Correctly detect QVariantFabian Kosmale2024-02-081-1/+7
* QJSValue: convert more aggressively to QVariantFabian Kosmale2023-12-191-2/+5
* QJSValue: document that isUrl only returns true for JS URL objectsVolker Hilsheimer2023-12-181-1/+4
* QML: Allow conversion of symbols to QVariantUlf Hermann2023-06-201-1/+2
* Change value encoding scheme to make space for larger pointersUlf Hermann2023-01-121-37/+64
* QmlCompiler: Fix wrapping of numbers in QJSPrimitiveValueUlf Hermann2022-12-151-14/+1
* Doc: add section to QJSValue about converting to JSONMitch Curtis2022-10-261-0/+10
* Port to new Q_UNREACHABLE_RETURN()Marc Mutz2022-10-201-2/+1
* Port from container::count() and length() to size() - V5Marc Mutz2022-10-131-2/+2
* V4: Make ExecutionEngine::toVariant() staticUlf Hermann2022-09-201-2/+4
* QtQml: Remove unused includes in qml, first partSemih Yavuz2022-09-141-1/+0
* Use SPDX license identifiersLucie GĂ©rard2022-06-111-38/+2
* QJSEngine: optimize isInterrupted handlingMarc Mutz2022-06-041-3/+3
* Support native transformation between UrlObject and QVariant/QUrlUlf Hermann2021-04-221-0/+10
* QV4::Engine::toVariant: Use metatype instead of metatype idFabian Kosmale2021-03-251-1/+1
* Clean up JSCallData setupUlf Hermann2021-03-171-8/+8
* Replace std::variant with tagged union in QJSPrimitiveValueUlf Hermann2021-03-121-1/+1
* QJSValue: Add a toPrimitive() methodUlf Hermann2020-12-191-0/+33
* Add a QJSManagedValueUlf Hermann2020-12-181-0/+15
* Allow JavaScript primitive type transformations inline in C++Ulf Hermann2020-12-181-0/+27
* QJSValue: Add toVariant() overload with conversion behaviorUlf Hermann2020-12-071-12/+42
* QJSValue: On toVariant() don't try to unwrap function objectsUlf Hermann2020-11-261-2/+4
* Doc: Fix minor typosSze Howe Koh2020-08-301-1/+1
* Fix QtQml after QMetaType/QVariant changes in Qt CoreLars Knoll2020-08-281-0/+65
* Remove deprecated function QJSValue::engineFabian Kosmale2020-08-261-19/+0
* Adapt to qtbase changesFabian Kosmale2020-08-231-1/+1
* Store a QV4::ReturnedValue in QJSValueUlf Hermann2020-03-181-310/+148
* QJSValue: Make call* const (Qt 6 TODO)Fabian Kosmale2020-03-131-3/+3
* Replace QVariant::type with QVariant::userTypeOlivier Goffart2020-01-171-6/+6
* Port from implicit to explicit atomic operationsMarc Mutz2019-07-021-3/+3
* Make JavaScript execution interruptibleUlf Hermann2019-04-301-0/+6
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-101-1/+1
|\
| * Doc: Use the \nullptr macro instead of 0Venugopal Shivashankar2019-03-291-1/+1
* | Remove unused includes of qv8engine_p.hUlf Hermann2019-04-091-1/+0
* | V4: Clean up the runtime functions declarationsErik Verbruggen2019-02-051-1/+1
|/
* Documentation: Start using the \nullptr macroFriedemann Kleint2019-01-211-3/+3
* Doc: Fix spelling of qjsvalue_cast()Ulf Hermann2018-11-201-1/+1
* Clarify documentation about throwError and the specific error typesSimon Hausmann2018-10-311-6/+16
* Add convenience functions for creating and inspecting error objectsAllan Sandfeld Jensen2018-10-301-1/+52
* Cleanups in Value/PrimitiveLars Knoll2018-09-171-2/+2
* Clean up the property key API in StringOrSymbolLars Knoll2018-07-021-16/+4
* Replace Identifier by PropertyKeyLars Knoll2018-07-021-1/+1
* Unify the get and getIndexed vtable functions of QV4::ObjectLars Knoll2018-07-021-1/+1
* Unify put and putIndexedLars Knoll2018-07-021-4/+2
* Unify deleteProperty and deleteIndexedProperty vtable methodsLars Knoll2018-06-261-1/+1
* Add Proxy support for prototype handlingLars Knoll2018-06-251-3/+3
* Add virtual interface for hasPropertyLars Knoll2018-06-251-2/+2