aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4lookup_p.h
Commit message (Expand)AuthorAgeFilesLines
* Add missing "We mean it" comments to private headers.Friedemann Kleint2015-10-061-0/+11
* More cleanupsLars Knoll2015-04-211-1/+1
* Get rid of asManaged()Lars Knoll2015-04-211-9/+9
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Get rid of most uses of ValueRefLars Knoll2015-01-231-41/+41
* Fix run-time string handling with regards to the new heapSimon Hausmann2014-11-211-31/+31
* Change signature or runtime methods to take an engine pointerLars Knoll2014-11-121-8/+8
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Add some specialized lookups for two internal classesLars Knoll2014-03-181-1/+13
* Implement Lookup::indexedSetterLars Knoll2014-01-311-0/+5
* Use lookups for indexed accessesLars Knoll2014-01-201-0/+6
* Lookup::lookup should not return a Property pointerLars Knoll2014-01-201-1/+2
* Rework array handling for JS objectsLars Knoll2014-01-091-0/+1
* convert Managed::put() API to be GC safeLars Knoll2013-09-221-19/+19
* Convert lookups to use ReturnedValueLars Knoll2013-09-181-21/+21
* Optimise property lookups on primitive typesLars Knoll2013-09-021-1/+15
* Optimize setting new properties on objectsLars Knoll2013-08-181-1/+4
* Restructure source codeLars Knoll2013-08-081-0/+94