aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4dateobject_p.h
Commit message (Expand)AuthorAgeFilesLines
* Add missing "We mean it" comments to private headers.Friedemann Kleint2015-10-061-0/+11
* Simplify new construction schemeLars Knoll2015-09-221-0/+1
* Move more objects over to the new allocation schemeLars Knoll2015-09-221-5/+3
* Encapsulate and protect all accesses to the vtable of Heap objectsLars Knoll2015-08-101-1/+1
* Remove type punning from QV4::Value.Erik Verbruggen2015-07-241-1/+1
* Move more objects from the v4 engine to the js stackLars Knoll2015-04-241-1/+1
* Store the datetime as a double in the date objectLars Knoll2015-04-241-6/+5
* Remove last asFoo() methods from ManagedLars Knoll2015-04-211-1/+1
* More cleanupsLars Knoll2015-04-211-3/+3
* Get rid of Value::asDateObject()Lars Knoll2015-04-161-0/+6
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Get rid of most uses of ValueRefLars Knoll2015-01-231-2/+2
* Remove the remaining bit of code that use the vtable in the internalClassLars Knoll2015-01-211-1/+1
* Move prototype back from the vtable into ObjectLars Knoll2014-12-111-9/+7
* Move Data of Variant and ArgumentsObject into Heap namespaceLars Knoll2014-11-081-20/+28
* Move Data of FunctionObject and related classes into HeapLars Knoll2014-11-081-1/+1
* Move Object::Data into the Heap namespaceLars Knoll2014-11-081-3/+3
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Cleanup: Get rid of __data membersSimon Hausmann2014-07-221-3/+0
* Fix Managed::as<>() methodLars Knoll2014-07-221-2/+2
* Convert most simple objects to the new constructor schemeLars Knoll2014-07-221-14/+12
* 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-2/+2
* Convert DateObject over to new storage schemeLars Knoll2014-07-221-10/+12
* Convert Boolean, Number and DateObjectLars Knoll2014-07-221-5/+16
* 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