aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4dateobject_p.h
Commit message (Expand)AuthorAgeFilesLines
* V4 Date: pass QDate, QTime by value, not by const referenceEdward Welbourne2020-09-011-1/+1
* Move model types into their own libraryUlf Hermann2019-05-021-1/+1
* Implement support for new.targetLars Knoll2018-07-031-1/+1
* Prefix vtable methods with virtualLars Knoll2018-07-031-2/+2
* Implement toPrimitive() the way the ES7 spec wants itLars Knoll2018-05-281-0/+1
* Remove static localTZA variableLars Knoll2018-05-021-1/+1
* Remove dependency from qv4heap_p.h onto qv4internalclass_p.hLars Knoll2018-04-121-1/+1
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-1/+1
* Convert Date methods to new calling conventionLars Knoll2017-11-131-51/+51
* Change signature for call/callAsConstructorLars Knoll2017-11-071-2/+2
* Rename the construct 'virtual' method to callAsConstructorLars Knoll2017-11-071-1/+1
* Remove Scope::result and convert calling convention for builtinsLars Knoll2017-08-081-51/+51
* Change function signatures for call/construct backLars Knoll2017-08-041-2/+2
* 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