aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsapi/qjsvalue_p.h
Commit message (Expand)AuthorAgeFilesLines
* Long live incremental garbage collection in QML!Fabian Kosmale2023-12-201-2/+10
* Change value encoding scheme to make space for larger pointersUlf Hermann2023-01-121-74/+206
* Use SPDX license identifiersLucie GĂ©rard2022-06-111-38/+2
* Rename qflagpointer_p.h to qbipointer_p.hFabian Kosmale2021-11-031-1/+0
* Consolidate test helpers into private librariesMitch Curtis2021-09-131-1/+1
* Add a QJSManagedValueUlf Hermann2020-12-181-3/+26
* Allow JavaScript primitive type transformations inline in C++Ulf Hermann2020-12-181-4/+4
* Store a QV4::ReturnedValue in QJSValueUlf Hermann2020-03-181-87/+136
* Allow destroying QJSValues from other threadsUlf Hermann2019-06-111-2/+19
* JS: Encode result of Math.min and Math.max as int when possibleErik Verbruggen2018-07-131-1/+1
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-4/+4
* QJSValue: Adapt to introduction of QMetaType::NullptrChristian Kandeler2016-08-081-0/+1
* V4: allow inlining of ExecutionEngine::{qml,js}Engine()Erik Verbruggen2016-05-201-1/+0
* Updated license headersJani Heikkinen2016-01-191-14/+20
* Get rid of qv4value_inl_p.h and replace it by qv4typedvalue_p.hLars Knoll2015-04-241-1/+1
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Remove all remaining usages of ValueRefLars Knoll2015-01-231-1/+1
* Rework QJSValue internalsLars Knoll2015-01-211-40/+93
* Refactor persistent valuesLars Knoll2015-01-161-10/+42
* Fix mapping of JS objects/arrays to C++Simon Hausmann2014-09-171-3/+4
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Rename some filesLars Knoll2014-01-311-1/+1
* Fixup the implementation mess for QJSValue(QString)Lars Knoll2013-12-041-4/+3
* Remove more direct QV4::Value usageLars Knoll2013-09-281-1/+1
* Fix Persistent/WeakValue APILars Knoll2013-09-261-9/+8
* Don't use Value::emptyValue() anymore.Lars Knoll2013-09-221-2/+1
* Convert most remaining return values from Value to ReturnedValueLars Knoll2013-09-181-1/+1
* Export QJSValuePrivateAlex Blasche2013-08-081-1/+2
* Move the JS Api into it's own folderLars Knoll2013-08-081-0/+99