summaryrefslogtreecommitdiffstats
path: root/src/v4/qv4dateobject.h
Commit message (Collapse)AuthorAgeFilesLines
* Move arguments out of ExecutionContext and into CallContextLars Knoll2013-04-051-48/+48
| | | | | Change-Id: Ic826e3e71eac9171fa113dec79db7c69982f2386 Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
* Move call/construct over into the new vtable.Lars Knoll2013-02-141-2/+5
| | | | | Change-Id: I4f58a1fac25440695bdc62a49adb51a887616a5c Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
* Don't use the slow call() method for Date()Lars Knoll2013-02-141-1/+1
| | | | | Change-Id: Ifc29ef18a173a210a8831b87ba3f1adcbe9911d6 Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
* Use faster call/construct methodsLars Knoll2013-02-141-1/+1
| | | | | Change-Id: I3e3c2ab42f20d9d5f38d3f9681d05de9487d80bd Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
* Use internal classes to store the layout of membersLars Knoll2013-02-121-2/+2
| | | | | | | | Add an internal class structure to Object that will allow us to do much more efficient property lookups in the future. Change-Id: I9ee72f6d73113a489f00ad7a31a20e91fbba18ed Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
* Cleanup namespaces.Jędrzej Nowacki2013-01-311-0/+4
| | | | | | | | QT_BEGIN_NAMESPACE and QT_END_NAMESPACE was added in header files. Namespace coding convention got unified. Change-Id: I971c9a9179d5cd512f8214457609f40992a8ca66 Reviewed-by: Lars Knoll <lars.knoll@digia.com>
* Say hello to QtV4 module.Jędrzej Nowacki2013-01-301-0/+125
Change-Id: I507cd5707b7d7223a0d901cf939896fb2649b684 Reviewed-by: Lars Knoll <lars.knoll@digia.com>