aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsapi/qjsprimitivevalue.h
Commit message (Expand)AuthorAgeFilesLines
* Replace std::variant with tagged union in QJSPrimitiveValueUlf Hermann2021-03-121-34/+175
* QJSPrimitiveValue: Implement modulo operatorUlf Hermann2021-02-191-0/+28
* QJSPrimitiveValue: Add a toVariant() method and ctor from QVariantUlf Hermann2020-12-181-0/+42
* Add a QJSManagedValueUlf Hermann2020-12-181-0/+1
* Allow JavaScript primitive type transformations inline in C++Ulf Hermann2020-12-181-0/+569