aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4dateobject_p.h
Commit message (Expand)AuthorAgeFilesLines
...
* Move Managed data into it's own subclassLars Knoll2014-07-221-1/+1
* CleanupsLars Knoll2014-01-311-1/+1
* Split ManagedVTable into two classesLars Knoll2014-01-211-3/+3
* Move Managed::type and some flags into the vtableLars Knoll2014-01-031-3/+2
* Remove setVTable calls in performance critical areasLars Knoll2013-12-041-1/+0
* Move the vtable pointer from the object to the internal classLars Knoll2013-12-041-2/+2
* Simplify & speed up function callingLars Knoll2013-11-091-49/+49
* Remove more uses of ValueLars Knoll2013-10-021-3/+5
* Fix API for Object::define*PropertyLars Knoll2013-09-281-1/+1
* Move Value::fromBool, ... to a new Primitive classLars Knoll2013-09-281-1/+1
* Cleanup Object::define*Property APILars Knoll2013-09-221-1/+1
* Convert a few more methods in ExecutionEngine to use protected pointersLars Knoll2013-09-181-2/+9
* Extend the ReturnedValue mechanism to pointers to Managed objectsLars Knoll2013-09-181-3/+1
* Convert builtin methods to return a ReturnedValueLars Knoll2013-09-181-49/+49
* 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
* Cleanup calls to Object::setPrototype()Lars Knoll2013-09-021-2/+4
* Move prototype pointer into QV4::InternalClassLars Knoll2013-09-021-1/+2
* change calling convention for JS function callsLars Knoll2013-09-021-2/+2
* Restructure source codeLars Knoll2013-08-081-0/+137