aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4managed_p.h
Commit message (Expand)AuthorAgeFilesLines
...
* Move subType from Heap::Base into Heap::StringLars Knoll2015-01-121-3/+0
* Make Managed inherit ValueLars Knoll2014-12-201-17/+6
* Fix the way we set the property name during iterationLars Knoll2014-12-201-1/+1
* Return a Heap::Object in Object::prototype()Lars Knoll2014-12-171-6/+3
* Let the memory manager operate on Heap::Base objects, not ManagedLars Knoll2014-11-211-10/+0
* Cleanup destruction of heap objectsLars Knoll2014-11-211-2/+5
* We should never construct a managed derived type directly anymoreLars Knoll2014-11-211-4/+2
* Remove the remaining uses of Returned<T>Simon Hausmann2014-11-151-6/+0
* Move Object::Data into the Heap namespaceLars Knoll2014-11-081-0/+13
* Cleanup RegExpLars Knoll2014-11-081-14/+2
* Refactor ExecutionContextsLars Knoll2014-11-081-3/+4
* Begin moving the data out of Managed objectsLars Knoll2014-11-081-9/+15
* Let markObjects() operate directly on HeapObjectsLars Knoll2014-11-041-33/+4
* Cleanup header file dependenciesLars Knoll2014-11-041-3/+0
* Remove most calls to Value::managed()Lars Knoll2014-11-041-2/+2
* Changed Value to store Managed::Data pointers directlySimon Hausmann2014-11-041-1/+15
* Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-10-311-10/+6
|\
| * Get rid of !this and similar constructsLars Knoll2014-10-311-10/+6
* | Basic support for typed arraysLars Knoll2014-10-291-5/+5
|/
* Fix compiler warningLars Knoll2014-09-301-0/+1
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Fix uninitialized memory readLars Knoll2014-08-041-0/+1
* Cleanup: Get rid of __data membersSimon Hausmann2014-07-221-1/+1
* Fix build on WindowsSimon Hausmann2014-07-221-1/+1
* Disable T::Data compile time size assertion for some compilersSimon Hausmann2014-07-221-2/+8
* Fix Managed::as<>() methodLars Knoll2014-07-221-10/+25
* Change the object allocation schemeSimon Hausmann2014-07-221-1/+0
* Convert Execution contexts to new constructor syntaxLars Knoll2014-07-221-0/+1
* Convert FunctionObject derived classes to new construction schemeLars Knoll2014-07-221-4/+0
* Convert constructors for builtin functionsLars Knoll2014-07-221-0/+3
* Start implement new Object creation patternLars Knoll2014-07-221-21/+32
* Get rid of ManagedRefLars Knoll2014-07-221-63/+0
* Get rid of StringRefLars Knoll2014-07-221-5/+5
* Rename V4_MANAGED_NEW back to V4_MANAGEDLars Knoll2014-07-221-32/+20
* Move MemberData over to new storage layoutLars Knoll2014-07-221-0/+11
* Rename Managed::managedData() to d() to be consistentLars Knoll2014-07-221-12/+12
* Rename V4_OBJECT_NEW back to V4_OBJECTLars Knoll2014-07-221-3/+0
* First step unifying data structuresLars Knoll2014-07-221-0/+6
* Move Managed data into it's own subclassLars Knoll2014-07-221-40/+53
* Get rid of different macros for vtable specializationsLars Knoll2014-07-221-60/+7
* Avoid calling destroy() on most objectsLars Knoll2014-07-221-1/+37
* Extend the QML bootstrap library by the IR buildersSimon Hausmann2014-04-231-1/+1
* Get rid of collectDeletablesLars Knoll2014-03-271-23/+0
* Make the Ref classes not template basedLars Knoll2014-02-071-74/+62
* Rename Referenced to ManagedRefLars Knoll2014-02-071-35/+25
* Move Referenced together with ManagedLars Knoll2014-02-071-0/+85
* Remove an unused constructorLars Knoll2014-02-051-1/+1
* Rename some filesLars Knoll2014-01-311-1/+1
* Turn ArrayData into a Managed objectLars Knoll2014-01-231-44/+14
* Split ManagedVTable into two classesLars Knoll2014-01-211-62/+68