aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4dateobject.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-241-6/+12
|\
| * Ensure our builtin constructors are subclassableLars Knoll2018-11-221-6/+12
* | Stop using deprecated Qt:LocaleDateEdward Welbourne2018-09-211-3/+3
|/
* Cleanups in Value/PrimitiveLars Knoll2018-09-171-13/+13
* Fix Date.Utc()Lars Knoll2018-09-071-16/+43
* Fix toLocaleString implementations in (Typed)Array.prototypeLars Knoll2018-08-231-1/+1
* Fix handling of out-of-range year in Date's toISOString()Edward Welbourne2018-07-031-1/+1
* Apply TimeClip() in a few places it was missingEdward Welbourne2018-07-031-3/+3
* Implement support for new.targetLars Knoll2018-07-031-1/+1
* Prefix vtable methods with virtualLars Knoll2018-07-031-2/+2
* Clean up the property key API in StringOrSymbolLars Knoll2018-07-021-3/+3
* Replace Identifier by PropertyKeyLars Knoll2018-07-021-1/+1
* Implement toPrimitive() the way the ES7 spec wants itLars Knoll2018-05-281-0/+18
* Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-05-111-1/+1
|\
| * Fix build without features.timezoneTasuku Suzuki2018-05-111-1/+1
* | Cleanup creation code for builtin functionsLars Knoll2018-05-021-3/+1
* | Remove static localTZA variableLars Knoll2018-05-021-52/+51
|/
* Get rid of BuiltinFunctionLars Knoll2018-01-151-1/+1
* Raise minimum supported MSVC version to 2015Friedemann Kleint2018-01-061-1/+1
* Merge remote-tracking branch 'origin/wip/new-backend' into devSimon Hausmann2017-11-211-263/+333
|\
| * Convert Date methods to new calling conventionLars Knoll2017-11-131-150/+145
| * Change signature for call/callAsConstructorLars Knoll2017-11-071-12/+12
| * Rename the construct 'virtual' method to callAsConstructorLars Knoll2017-11-071-1/+1
| * Further cleanup JSCallDataLars Knoll2017-11-071-1/+1
| * Simplify JSCallData constructionLars Knoll2017-11-071-1/+1
| * Get rid of JSCallData::call()Lars Knoll2017-11-071-3/+3
| * Rename JSCall to JSCallDataLars Knoll2017-11-071-1/+1
| * Change CallData::argc to be a QV4::ValueErik Verbruggen2017-09-191-43/+43
| * Always set the correct FunctionObject when calling JS functionsLars Knoll2017-09-021-3/+3
| * Move ScopedCallData and ScopedStackFrame into a separate fileLars Knoll2017-09-011-0/+1
| * Remove Scope::result and convert calling convention for builtinsLars Knoll2017-08-081-181/+254
| * Change function signatures for call/construct backLars Knoll2017-08-041-5/+6
* | V4 Date.ParseString(): use array in place of QStringListEdward Welbourne2017-11-141-50/+51
* | V4 Date.ParseString(): fix UTC-ness of date-only formatsEdward Welbourne2017-11-141-18/+43
* | V4 Date: fix what we can within ECMA 262's limitationsEdward Welbourne2017-11-141-39/+80
|/
* DateObject: Add a bunch of exception checksRobin Burchell2017-02-071-0/+28
* Date.prototype: Fixes for ES6 complianceRobin Burchell2017-02-071-4/+19
* Convert more builtin methods to the new calling conventionLars Knoll2017-01-251-239/+236
* Clean up Value::isString()/stringValue() combinationsLars Knoll2016-11-291-2/+2
* Clean up some duplicated methodsLars Knoll2016-11-291-2/+5
* QML: Make Heap::Object and all subclasses trivialErik Verbruggen2016-10-061-4/+6
* V4: Handle QTime->DateObject conversion betterErik Verbruggen2016-08-101-0/+22
* Qml: replace QStringLiteral with QL1SAnton Kudryavtsev2016-07-051-1/+1
* V4: Pass scope around as parameters inside the runtime.Erik Verbruggen2016-06-221-6/+6
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-131-1/+1
|\
| * QML: Replace qIsFinite with qt_is_finite.Erik Verbruggen2016-04-281-1/+1
* | Merge remote-tracking branch 'origin/5.7' into devSimon Hausmann2016-04-081-24/+24
|\|
| * Replace qQNaN() and friends with qt_qnan().Erik Verbruggen2016-04-051-24/+24
* | Add a QChar::unicode() calls to brush over deprecation warninghjk2016-04-061-1/+1
|/
* Updated license headersJani Heikkinen2016-01-191-14/+20