aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4identifier.cpp
Commit message (Expand)AuthorAgeFilesLines
* Clean up QStringHashUlf Hermann2019-04-301-13/+3
* Rename IdentifierTable methodsLars Knoll2018-07-021-4/+4
* Replace Identifier by PropertyKeyLars Knoll2018-07-021-36/+9
* Cleanups in the Identifier APILars Knoll2018-07-021-7/+7
* Unify deleteProperty and deleteIndexedProperty vtable methodsLars Knoll2018-06-261-0/+7
* Implement a virtual interface for getOwnPropertyLars Knoll2018-06-251-0/+10
* Don't use stringForId() anymoreLars Knoll2018-05-021-1/+1
* Garbage collect identifiersLars Knoll2018-05-021-8/+40
* Use Identifier by value and don't new them anymoreLars Knoll2018-05-021-13/+13
* Turn Identifier into a simple integerLars Knoll2018-05-021-3/+3
* Remove the QString member from IdentifierLars Knoll2018-05-021-11/+15
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-5/+5
* Cleanup IdentifierHashLars Knoll2018-01-101-8/+8
* Replace Q_NULLPTR with nullptrKevin Funk2017-09-271-1/+1
* Optimize named object handlingSimon Hausmann2016-05-261-0/+21
* V4: calculate the hash only once when inserting a string.Erik Verbruggen2016-05-121-1/+1
* Updated license headersJani Heikkinen2016-01-191-14/+20
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Ported ExecutionEngine::newString and newIdentifier to Heap::StringSimon Hausmann2014-11-121-1/+1
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Convert String to the new storage layoutLars Knoll2014-07-221-2/+2
* Move string data into subclassLars Knoll2014-07-221-2/+2
* Fix various compiler warnings in order to remove warn_off in the near futureErik Verbruggen2013-11-041-3/+3
* Add ValueRef classe and use it to make things GC safeLars Knoll2013-09-111-2/+2
* Restructure source codeLars Knoll2013-08-081-0/+172