aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4string_p.h
Commit message (Expand)AuthorAgeFilesLines
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* V4: change string flattening to be iterative and use a worklist.Erik Verbruggen2014-08-081-1/+1
* MinGW build fixSimon Hausmann2014-07-221-1/+1
* Cleanup: Get rid of __data membersSimon Hausmann2014-07-221-13/+0
* Fix Managed::as<>() methodLars Knoll2014-07-221-1/+1
* Convert String to new constructor syntaxLars Knoll2014-07-221-19/+16
* Get rid of StringRefLars Knoll2014-07-221-6/+5
* Rename V4_OBJECT_NEW back to V4_OBJECTLars Knoll2014-07-221-1/+1
* Convert String to the new storage layoutLars Knoll2014-07-221-39/+47
* Move string data into subclassLars Knoll2014-07-221-27/+36
* Move Managed data into it's own subclassLars Knoll2014-07-221-5/+4
* Extend the QML bootstrap library by the IR buildersSimon Hausmann2014-04-231-3/+8
* Make the Ref classes not template basedLars Knoll2014-02-071-0/+2
* Remove an unused constructorLars Knoll2014-02-051-4/+0
* Disentangle some includesLars Knoll2014-01-311-2/+2
* Split ManagedVTable into two classesLars Knoll2014-01-211-1/+2
* Rework array handling for JS objectsLars Knoll2014-01-091-0/+2
* Move Managed::type and some flags into the vtableLars Knoll2014-01-031-1/+6
* Remove setVTable calls in performance critical areasLars Knoll2013-12-041-1/+1
* Move the vtable pointer from the object to the internal classLars Knoll2013-12-041-1/+1
* Add a static toArrayIndex() method to QV4::StringLars Knoll2013-12-041-0/+2
* Refactor marking GC'ed objectsLars Knoll2013-11-051-1/+1
* Better way of handling string additionsLars Knoll2013-11-041-12/+11
* Optimize string additionsLars Knoll2013-10-311-9/+41
* Cleanup API of Safe<T>Lars Knoll2013-10-021-0/+1
* Convert the remaining vtable methods to be GC safeLars Knoll2013-09-221-2/+2
* Convert putIndexed()Lars Knoll2013-09-221-1/+1
* convert Managed::put() API to be GC safeLars Knoll2013-09-221-1/+1
* Use a StringRef for Managed::get()Lars Knoll2013-09-221-1/+1
* Use StringRef for most methods in ObjectLars Knoll2013-09-221-2/+2
* Further work towards an exact GCLars Knoll2013-09-221-4/+11
* Refactor our NaN boxing to be more efficientLars Knoll2013-09-181-5/+0
* Extend the ReturnedValue mechanism to pointers to Managed objectsLars Knoll2013-09-181-2/+4
* Use a ReturnedValue for Managed::getIndexed()Lars Knoll2013-09-181-1/+1
* Use ReturnedValue for Managed::get().Lars Knoll2013-09-181-1/+5
* Convert ReturnedValue into a primitive (typedef to quint64)Lars Knoll2013-09-121-0/+2
* Restructure source codeLars Knoll2013-08-081-0/+146