aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4property_p.h
Commit message (Expand)AuthorAgeFilesLines
* Cleanups in Value/PrimitiveLars Knoll2018-09-171-3/+3
* Fix some bugs in Proxy::virtualGetOwnPropertyLars Knoll2018-09-081-0/+18
* Implement IsCompatiblePropertyDescriptor and use it in ProxyLars Knoll2018-09-081-0/+34
* Unify MemberData::Index and ArrayData::IndexLars Knoll2018-05-021-0/+13
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-2/+2
* Cleanup Property classLars Knoll2017-03-091-14/+1
* Clean up duplicated checks whether a Value is a ManagedLars Knoll2016-11-291-2/+2
* Updated license headersJani Heikkinen2016-01-191-14/+20
* Add missing "We mean it" comments to private headers.Friedemann Kleint2015-10-061-0/+11
* Remove type punning from QV4::Value.Erik Verbruggen2015-07-241-2/+2
* Get rid of Value::fromManaged()Lars Knoll2015-03-201-4/+4
* Reduce dependenciesLars Knoll2015-03-201-1/+0
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Make Property uses GC safeLars Knoll2014-12-201-15/+15
* Return a Heap object from the getter()/setter() methods of PropertyLars Knoll2014-12-201-7/+7
* Use a Heap::FunctionObject to store the thrower functionLars Knoll2014-12-201-0/+4
* Cleanup header file dependenciesLars Knoll2014-11-041-1/+1
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Fix copying of Property'sLars Knoll2014-03-101-12/+19
* CleanupsLars Knoll2014-01-311-2/+2
* Rename some filesLars Knoll2014-01-311-1/+1
* Save memory on array dataLars Knoll2014-01-201-12/+12
* Changes to the structure of PropertyLars Knoll2014-01-201-23/+18
* Rework array handling for JS objectsLars Knoll2014-01-091-1/+1
* Remove more uses of ValueLars Knoll2013-10-021-1/+1
* Move Value::fromBool, ... to a new Primitive classLars Knoll2013-09-281-1/+1
* Restructure source codeLars Knoll2013-08-081-0/+150