aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4dateobject.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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