aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4dateobject_p.h
Commit message (Expand)AuthorAgeFilesLines
* Avoid unnecessary read-backs on ReferenceObjectsLuca Di Sera2025-02-051-6/+13
* QtQml: Unify detaching behavior for all reference objectsUlf Hermann2024-10-241-7/+91
* V4: Slim down FunctionObjectUlf Hermann2024-05-141-1/+1
* Remove the use of Q_QML_PRIVATE_EXPORTAlexey Edelev2024-01-111-1/+1
* QmlCompiler: Allow coercing date values to numbersUlf Hermann2023-08-251-0/+1
* QmlCompiler: Allow construction of Date objectsUlf Hermann2023-08-181-0/+5
* QML: Add more overloads to Qt.format{Date|Time|DateTime}()Ulf Hermann2023-01-171-0/+1
* V4: Unify type conversions for date and time valuesUlf Hermann2023-01-171-0/+1
* QJSEngine: Add efficient conversions for QDateTime and friendsUlf Hermann2023-01-171-0/+3
* QML: Fix write back of Date valuesUlf Hermann2023-01-171-14/+156
* Use SPDX license identifiersLucie Gérard2022-06-111-38/+2
* 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