aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4objectproto_p.h
Commit message (Expand)AuthorAgeFilesLines
* More cleanupsLars Knoll2015-04-211-2/+2
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Get rid of most uses of ValueRefLars Knoll2015-01-231-2/+2
* Use the engine instead of the context where it makes senseLars Knoll2014-11-151-2/+2
* Replaced more usages of Returned<T> with Heap::T*Simon Hausmann2014-11-141-1/+1
* Move more Data members over to the Heap namespaceLars Knoll2014-11-081-4/+9
* Move Data of FunctionObject and related classes into HeapLars Knoll2014-11-081-1/+1
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Fix Managed::as<>() methodLars Knoll2014-07-221-1/+1
* Convert most simple objects to the new constructor schemeLars Knoll2014-07-221-2/+0
* Convert remaining FunctionObject's to new constructor schemeLars Knoll2014-07-221-1/+3
* Get rid of all uses of ObjectRefLars Knoll2014-07-221-1/+1
* Rename V4_OBJECT_NEW back to V4_OBJECTLars Knoll2014-07-221-1/+1
* Convert objects without own dataLars Knoll2014-07-221-1/+1
* Split ManagedVTable into two classesLars Knoll2014-01-211-1/+1
* Simplify & speed up function callingLars Knoll2013-11-091-26/+26
* Remove more occurrences of QV4::ValueLars Knoll2013-09-301-1/+1
* Fix API for Object::define*PropertyLars Knoll2013-09-281-1/+1
* Make qv4objectproto GC cleanLars Knoll2013-09-221-1/+1
* Cleanup Object::define*Property APILars Knoll2013-09-221-1/+1
* Extend the ReturnedValue mechanism to pointers to Managed objectsLars Knoll2013-09-181-3/+1
* Convert builtin methods to return a ReturnedValueLars Knoll2013-09-181-27/+27
* Use ReturnedValue for Managed::construct()Lars Knoll2013-09-181-1/+1
* Use a ReturnedValue for Managed::call()Lars Knoll2013-09-181-1/+1
* Change signature of call/construct() to take a pointer to a CallDataLars Knoll2013-09-111-2/+2
* Move prototype pointer into QV4::InternalClassLars Knoll2013-09-021-1/+1
* change calling convention for JS function callsLars Knoll2013-09-021-2/+2
* Restructure source codeLars Knoll2013-08-081-0/+107