aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4numberobject.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move the vtable pointer from the object to the internal classLars Knoll2013-12-041-1/+1
* Simplify & speed up function callingLars Knoll2013-11-091-6/+6
* Optimise string additionsLars Knoll2013-11-051-1/+1
* Protect write accesses to objectsLars Knoll2013-10-291-2/+1
* Avoid side effects when en exception has been thrown.Lars Knoll2013-10-291-9/+17
* Smaller cleanupsLars Knoll2013-10-111-0/+1
* Remove some more uses of QV4::ValueLars Knoll2013-10-021-10/+19
* Remove more occurrences of QV4::ValueLars Knoll2013-09-301-1/+1
* Fix API for Object::define*PropertyLars Knoll2013-09-281-9/+11
* Remove Value::fromString()Lars Knoll2013-09-281-6/+6
* Fix Value usage in ErrorObjectsLars Knoll2013-09-281-2/+2
* Remove more direct QV4::Value usageLars Knoll2013-09-281-8/+9
* Move Value::toInteger(double) and related to PrimitiveLars Knoll2013-09-281-1/+1
* Move Value::fromBool, ... to a new Primitive classLars Knoll2013-09-281-9/+9
* Fix CallContext to not hold arguments on the C stack anymoreLars Knoll2013-09-281-12/+12
* Prevent objects from being collected while in their constructorLars Knoll2013-09-221-1/+1
* Convert the last methods in qv4object_p.hLars Knoll2013-09-221-1/+3
* Use a StringRef for Managed::get()Lars Knoll2013-09-221-2/+2
* Cleanup Object::define*Property APILars Knoll2013-09-221-15/+15
* 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