aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4identifiertable.cpp
Commit message (Expand)AuthorAgeFilesLines
* V4: calculate the hash only once when inserting a string.Erik Verbruggen2016-05-121-2/+8
* Updated license headersJani Heikkinen2016-01-191-14/+20
* Add method to convert identifiers back into QV4::String objectsLars Knoll2015-09-251-0/+16
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Ported ExecutionEngine::newString and newIdentifier to Heap::StringSimon Hausmann2014-11-121-33/+32
* Move Data for String into the Heap namespaceLars Knoll2014-11-081-2/+2
* Changed Value to store Managed::Data pointers directlySimon Hausmann2014-11-041-1/+2
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Convert String to the new storage layoutLars Knoll2014-07-221-16/+16
* Move string data into subclassLars Knoll2014-07-221-16/+16
* Move Managed data into it's own subclassLars Knoll2014-07-221-2/+2
* Fix various compiler warnings in order to remove warn_off in the near futureErik Verbruggen2013-11-041-1/+1
* Remove more direct QV4::Value usageLars Knoll2013-09-281-2/+2
* Use StringRef for most methods in ObjectLars Knoll2013-09-221-2/+2
* Inline identifier lookup where it makes senseLars Knoll2013-09-021-1/+1
* Fix memory leak in identifier tableSimon Hausmann2013-08-131-0/+3
* Restructure source codeLars Knoll2013-08-081-0/+184