aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4numberobject.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Further work towards an exact GCLars Knoll2013-09-221-10/+7
* Convert methods in qv4runtime to use Returned<X>Lars Knoll2013-09-181-1/+1
* Extend the ReturnedValue mechanism to pointers to Managed objectsLars Knoll2013-09-181-1/+1
* Convert builtin methods to return a ReturnedValueLars Knoll2013-09-181-18/+18
* Use ReturnedValue for Managed::construct()Lars Knoll2013-09-181-2/+2
* Rename QV4::ValueScope to QV4::ScopeLars Knoll2013-09-181-1/+1
* Use a ReturnedValue for Managed::call()Lars Knoll2013-09-181-2/+2
* Convert ReturnedValue into a primitive (typedef to quint64)Lars Knoll2013-09-121-2/+2
* Use a ReturnedValue when converting to String or ObjectLars Knoll2013-09-121-2/+2
* Continue conversion to using scoped valuesLars Knoll2013-09-111-2/+4
* Change signature of call/construct() to take a pointer to a CallDataLars Knoll2013-09-111-4/+4
* change calling convention for JS function callsLars Knoll2013-09-021-6/+6
* Never convert the this object when calling a builtin functionLars Knoll2013-08-171-31/+20
* Restructure source codeLars Knoll2013-08-081-0/+257