aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4identifier_p.h
Commit message (Expand)AuthorAgeFilesLines
* Replace Identifier by PropertyKeyLars Knoll2018-07-021-34/+6
* Cleanups in the Identifier APILars Knoll2018-07-021-3/+4
* Unify deleteProperty and deleteIndexedProperty vtable methodsLars Knoll2018-06-261-0/+1
* Implement a virtual interface for getOwnPropertyLars Knoll2018-06-251-0/+3
* Garbage collect identifiersLars Knoll2018-05-021-16/+19
* Use Identifier by value and don't new them anymoreLars Knoll2018-05-021-6/+13
* Turn Identifier into a simple integerLars Knoll2018-05-021-1/+1
* Remove the QString member from IdentifierLars Knoll2018-05-021-15/+0
* init variables where they are declared when possible (clang-tidy)Shawn Rutledge2018-02-261-2/+2
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-1/+1
* Cleanup IdentifierHashLars Knoll2018-01-101-71/+31
* Optimize named object handlingSimon Hausmann2016-05-261-1/+11
* Updated license headersJani Heikkinen2016-01-191-14/+20
* qv4identifier: Remove unused reserve() functionRobin Burchell2015-11-251-2/+0
* Add missing "We mean it" comments to private headers.Friedemann Kleint2015-10-061-0/+11
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Ported ExecutionEngine::newString and newIdentifier to Heap::StringSimon Hausmann2014-11-121-1/+5
* Get rid of !this and similar constructsLars Knoll2014-10-311-6/+6
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Restructure source codeLars Knoll2013-08-081-0/+220