aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4functionobject_p.h
Commit message (Expand)AuthorAgeFilesLines
...
* Remove two reinterpret_casts in ObjectLars Knoll2014-11-221-1/+1
* Cleanup destruction of heap objectsLars Knoll2014-11-211-3/+1
* Fix run-time string handling with regards to the new heapSimon Hausmann2014-11-211-0/+1
* Changed MemoryManager::alloc<T> to return Heap::T* instead of T*Simon Hausmann2014-11-151-2/+2
* Replaced more usages of Returned<T> with Heap::T*Simon Hausmann2014-11-141-5/+5
* CleanupsLars Knoll2014-11-121-0/+1
* Store all data members in FunctionObject as heap dataLars Knoll2014-11-121-6/+6
* Use Heap object for CallData::function memberLars Knoll2014-11-111-2/+5
* Move Data of FunctionObject and related classes into HeapLars Knoll2014-11-081-58/+72
* Move Object::Data into the Heap namespaceLars Knoll2014-11-081-1/+1
* Begin moving the data out of Managed objectsLars Knoll2014-11-081-3/+3
* Get rid of Members and directly store MemberData::Data pointersLars Knoll2014-11-071-5/+6
* Let markObjects() operate directly on HeapObjectsLars Knoll2014-11-041-2/+2
* Move the throw methods from ExecutionContext to ExecutionEngineLars Knoll2014-11-041-1/+1
* Cleanup header file dependenciesLars Knoll2014-11-041-45/+1
* Changed Value to store Managed::Data pointers directlySimon Hausmann2014-11-041-3/+3
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* MinGW build fixSimon Hausmann2014-07-221-1/+1
* Cleanup: Get rid of __data membersSimon Hausmann2014-07-221-17/+0
* Fix build on WindowsSimon Hausmann2014-07-221-1/+1
* Fix Managed::as<>() methodLars Knoll2014-07-221-8/+8
* Change the object allocation schemeSimon Hausmann2014-07-221-6/+7
* Convert remaining FunctionObject's to new constructor schemeLars Knoll2014-07-221-8/+5
* Convert FunctionObject derived classes to new construction schemeLars Knoll2014-07-221-9/+22
* Convert delegate model and indexed builtin functionLars Knoll2014-07-221-10/+16
* Get rid of all uses of ObjectRefLars Knoll2014-07-221-1/+1
* Remove the less often used Ref classesLars Knoll2014-07-221-3/+1
* Get rid of StringRefLars Knoll2014-07-221-3/+3
* Rename Managed::managedData() to d() to be consistentLars Knoll2014-07-221-3/+3
* Rename V4_OBJECT_NEW back to V4_OBJECTLars Knoll2014-07-221-7/+7
* Convert FunctionObject to new storage schemeLars Knoll2014-07-221-31/+40
* Convert the remaining classes in functionobject.hLars Knoll2014-07-221-8/+22
* Move data of FunctionObject into an inner structLars Knoll2014-07-221-4/+13
* Move object data into internal structureLars Knoll2014-07-221-1/+1
* Move Managed data into it's own subclassLars Knoll2014-07-221-0/+4
* Use Members for storing the bound arguments in BoundFunctionLars Knoll2014-07-221-2/+2
* Avoid calling destroy() on most objectsLars Knoll2014-07-221-2/+0
* Fix typoSimon Hausmann2014-04-011-1/+1
* Use an array of Value's for Object::memberDataLars Knoll2014-03-071-1/+1
* Better way of retrieving the prototype property for FunctionObjectsLars Knoll2014-03-071-10/+8
* Remove the name member of FunctionObjectLars Knoll2014-03-071-1/+2
* Reduce memory consumption of FunctionObjectLars Knoll2014-03-071-2/+3
* Improve memory usage in QML/V4 engine.Michael Brasser2014-02-281-2/+2
* Make the Ref classes not template basedLars Knoll2014-02-071-0/+2
* CleanupsLars Knoll2014-01-311-4/+4
* Split ManagedVTable into two classesLars Knoll2014-01-211-14/+10
* Move Managed::type and some flags into the vtableLars Knoll2014-01-031-0/+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-0/+3
* Move the vtable pointer from the object to the internal classLars Knoll2013-12-041-3/+3