aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4dateobject.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move Managed::type and some flags into the vtableLars Knoll2014-01-031-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-48/+48
* Generalize check for localtime_rKai Koehne2013-11-081-6/+6
* Fix various compiler warnings in order to remove warn_off in the near futureErik Verbruggen2013-11-041-8/+8
* Fix compilation with Mingw.org headersKai Koehne2013-10-311-0/+7
* Avoid side effects when en exception has been thrown.Lars Knoll2013-10-291-20/+20
* Fix API for Object::define*PropertyLars Knoll2013-09-281-7/+9
* Remove Value::fromString()Lars Knoll2013-09-281-10/+10
* Move Value::toInteger(double) and related to PrimitiveLars Knoll2013-09-281-3/+3
* Move Value::fromBool, ... to a new Primitive classLars Knoll2013-09-281-2/+2
* Fix CallContext to not hold arguments on the C stack anymoreLars Knoll2013-09-281-66/+66
* Prevent objects from being collected while in their constructorLars Knoll2013-09-221-1/+1
* Use a StringRef for Managed::get()Lars Knoll2013-09-221-3/+4
* Cleanup Object::define*Property APILars Knoll2013-09-221-54/+54
* Further work towards an exact GCLars Knoll2013-09-221-44/+49
* Correctly convert an invalid QDateTime to JSLars Knoll2013-09-181-1/+1
* Convert a few more methods in ExecutionEngine to use protected pointersLars Knoll2013-09-181-2/+4
* Convert builtin methods to return a ReturnedValueLars Knoll2013-09-181-99/+99
* Use ReturnedValue for Managed::get().Lars Knoll2013-09-181-1/+2
* Use ReturnedValue for Managed::construct()Lars Knoll2013-09-181-2/+2
* Rename QV4::ValueScope to QV4::ScopeLars Knoll2013-09-181-2/+2
* Require a ValueScope for ScopedCallData as wellLars Knoll2013-09-181-1/+1
* Use a ReturnedValue for Managed::call()Lars Knoll2013-09-181-3/+3
* Continue conversion to using scoped valuesLars Knoll2013-09-111-9/+11
* Change signature of call/construct() to take a pointer to a CallDataLars Knoll2013-09-111-12/+12
* Move CallData onto the JS stackLars Knoll2013-09-111-9/+4
* Cleanup calls to Object::setPrototype()Lars Knoll2013-09-021-1/+1
* change calling convention for JS function callsLars Knoll2013-09-021-16/+18
* wince: Build fix, disable the assembler when JIT is disabled.Sérgio Martins2013-08-291-1/+0
* Restructure source codeLars Knoll2013-08-081-0/+1316