aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4value_def_p.h
Commit message (Expand)AuthorAgeFilesLines
* Fix compiler warnings with mingw64.Erik Verbruggen2013-11-181-24/+24
* Move Primitive::emptyValue() to qv4value_def_p.h.Friedemann Kleint2013-11-091-0/+8
* Refactor marking GC'ed objectsLars Knoll2013-11-051-2/+2
* Optimise code generation for convertTypeToSInt32Lars Knoll2013-10-111-1/+2
* Fix build on Android with -developer-buildSimon Hausmann2013-10-111-1/+1
* Smaller cleanupsLars Knoll2013-10-111-1/+2
* Reshuffle inlined functions to fix MinGW-warnings.Friedemann Kleint2013-10-051-18/+58
* Cleanup API of Safe<T>Lars Knoll2013-10-021-4/+4
* Use SafeValue instead of Value in ScopedValue methodsLars Knoll2013-10-021-3/+15
* Remove more uses of ValueLars Knoll2013-10-021-1/+1
* Fix ObjectIterator API to be GC safeLars Knoll2013-10-021-0/+2
* Fix API for Object::define*PropertyLars Knoll2013-09-281-1/+1
* Less QV4::Value usageLars Knoll2013-09-281-0/+11
* Remove Value::fromString()Lars Knoll2013-09-281-5/+2
* Remove more direct QV4::Value usageLars Knoll2013-09-281-1/+0
* Move Value::toInteger(double) and related to PrimitiveLars Knoll2013-09-281-5/+6
* Move Value::fromBool, ... to a new Primitive classLars Knoll2013-09-281-6/+13
* Use SafeValue in more placesLars Knoll2013-09-281-1/+1
* Make parts of qv8engine_p.h GC safeLars Knoll2013-09-261-0/+1
* Prevent objects from being collected while in their constructorLars Knoll2013-09-221-0/+1
* Add a Safe<T> class and start using itLars Knoll2013-09-221-0/+16
* Further work towards an exact GCLars Knoll2013-09-221-0/+31
* Refactor our NaN boxing to be more efficientLars Knoll2013-09-181-70/+131
* Optimize some runtime methodsLars Knoll2013-09-181-0/+1
* Use ReturnedValue for Managed::get().Lars Knoll2013-09-181-2/+0
* Convert ReturnedValue into a primitive (typedef to quint64)Lars Knoll2013-09-121-0/+3
* Use a ReturnedValue when converting to String or ObjectLars Knoll2013-09-121-0/+1
* Start adapting function signatures in the qv4runtimeLars Knoll2013-09-111-2/+0
* Add ValueRef classe and use it to make things GC safeLars Knoll2013-09-111-0/+2
* Add Value::isNullOrUndefined()Lars Knoll2013-09-021-0/+2
* Restructure source codeLars Knoll2013-08-081-0/+282