aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4value.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Change exception handling APISimon Hausmann2013-10-021-5/+10
* Remove Value::fromString()Lars Knoll2013-09-281-10/+0
* Remove more direct QV4::Value usageLars Knoll2013-09-281-2/+2
* Move Value::toInteger(double) and related to PrimitiveLars Knoll2013-09-281-4/+4
* Fix Persistent/WeakValue APILars Knoll2013-09-261-41/+32
* Don't use Value::emptyValue() anymore.Lars Knoll2013-09-221-2/+4
* Further work towards an exact GCLars Knoll2013-09-221-0/+30
* Fix handling of empty ValuesLars Knoll2013-09-181-0/+2
* Refactor our NaN boxing to be more efficientLars Knoll2013-09-181-38/+41
* Optimize some runtime methodsLars Knoll2013-09-181-43/+5
* 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
* Use ReturnedValue for Managed::get().Lars Knoll2013-09-181-6/+0
* Rename QV4::ValueScope to QV4::ScopeLars Knoll2013-09-181-3/+3
* Use a ReturnedValue for Managed::call()Lars Knoll2013-09-181-0/+15
* Use a ReturnedValue when converting to String or ObjectLars Knoll2013-09-121-13/+45
* Continue conversion to using scoped valuesLars Knoll2013-09-111-10/+75
* Restructure source codeLars Knoll2013-08-081-0/+403