aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4dateobject_p.h
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-061-0/+2
|\
| * Move the internalClass field from Heap::Object to Heap::BaseLars Knoll2017-05-191-0/+2
* | DatePrototype: In ES6, this is an Object, not a DateObjectRobin Burchell2017-02-071-1/+1
|/
* Convert more builtin methods to the new calling conventionLars Knoll2017-01-251-51/+51
* Clean up duplicated checks whether a Value is a ManagedLars Knoll2016-11-291-1/+1
* QML: Make Heap::Object and all subclasses trivialErik Verbruggen2016-10-061-6/+8
* V4: Handle QTime->DateObject conversion betterErik Verbruggen2016-08-101-0/+2
* V4: Pass scope around as parameters inside the runtime.Erik Verbruggen2016-06-221-2/+2
* Replace qQNaN() and friends with qt_qnan().Erik Verbruggen2016-04-051-2/+2
* Updated license headersJani Heikkinen2016-01-191-14/+20
* Replace all occurrences of qSNaN() with qQNaN()Ulf Hermann2015-12-071-1/+1
* 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