aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4managed_p.h
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Reorder members in ManagedVTableLars Knoll2014-01-211-15/+15
* Don't return a Property pointer in Object::advanceIteratorLars Knoll2014-01-201-2/+2
* Rework array handling for JS objectsLars Knoll2014-01-091-5/+7
* Get rid of the nonStrictArgumentsObject flag in ManagedLars Knoll2014-01-031-1/+1
* Use the flags to check whether a Managed is of a certain typeLars Knoll2014-01-031-4/+4
* Fix compiler warning about wrong reinterpret_castLars Knoll2014-01-031-4/+4
* Move Managed::type and some flags into the vtableLars Knoll2014-01-031-19/+79
* Fix data layout of Managed classLars Knoll2013-12-051-4/+4
* Encapsulate the current context and fix it's usageLars Knoll2013-12-041-1/+1
* Remove setVTable calls in performance critical areasLars Knoll2013-12-041-1/+4
* Move the vtable pointer from the object to the internal classLars Knoll2013-12-041-12/+14
* Speedup JS instanceof operatorLars Knoll2013-12-041-5/+0
* Refactor marking GC'ed objectsLars Knoll2013-11-051-8/+2
* inline get_element callsLars Knoll2013-10-141-12/+16
* Remove some unused flags from ManagedLars Knoll2013-10-121-5/+3
* Use SafeValue instead of Value in ScopedValue methodsLars Knoll2013-10-021-12/+0
* Fix ObjectIterator API to be GC safeLars Knoll2013-10-021-3/+2
* Convert the remaining vtable methods to be GC safeLars Knoll2013-09-221-11/+7
* Convert putIndexed()Lars Knoll2013-09-221-3/+2