aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4value_p.h
Commit message (Expand)AuthorAgeFilesLines
* Move Managed::type and some flags into the vtableLars Knoll2014-01-031-2/+2
* Move Primitive::emptyValue() to qv4value_def_p.h.Friedemann Kleint2013-11-091-9/+0
* Refactor marking GC'ed objectsLars Knoll2013-11-051-4/+7
* Optimise code generation for convertTypeToSInt32Lars Knoll2013-10-111-0/+7
* Smaller cleanupsLars Knoll2013-10-111-5/+0
* Reshuffle inlined functions to fix MinGW-warnings.Friedemann Kleint2013-10-051-40/+0
* Use SafeValue instead of Value in ScopedValue methodsLars Knoll2013-10-021-12/+0
* Remove more uses of ValueLars Knoll2013-10-021-2/+2
* Fix API for Object::define*PropertyLars Knoll2013-09-281-1/+1
* Remove more direct QV4::Value usageLars Knoll2013-09-281-12/+0
* Move Value::toInteger(double) and related to PrimitiveLars Knoll2013-09-281-1/+1
* Move Value::fromBool, ... to a new Primitive classLars Knoll2013-09-281-15/+15
* Move more API over to use ValueRefLars Knoll2013-09-261-1/+1
* Fix Persistent/WeakValue APILars Knoll2013-09-261-21/+20
* Fix cases where mark() would access uninitialized memoryLars Knoll2013-09-221-0/+2
* Don't use Value::emptyValue() anymore.Lars Knoll2013-09-221-4/+6
* Further work towards an exact GCLars Knoll2013-09-221-0/+18
* Refactor our NaN boxing to be more efficientLars Knoll2013-09-181-42/+58
* Optimize some runtime methodsLars Knoll2013-09-181-0/+45
* Extend the ReturnedValue mechanism to pointers to Managed objectsLars Knoll2013-09-181-2/+0
* Use ReturnedValue for Managed::construct()Lars Knoll2013-09-181-1/+1
* Use a ReturnedValue for Managed::call()Lars Knoll2013-09-181-1/+4
* Continue conversion to using scoped valuesLars Knoll2013-09-111-44/+2
* Change signature of call/construct() to take a pointer to a CallDataLars Knoll2013-09-111-2/+2
* change calling convention for JS function callsLars Knoll2013-09-021-4/+4
* Silence MinGW/gcc-4.8.1 compiler warnings.Friedemann Kleint2013-08-261-7/+6
* Small typo fixes.Erik Verbruggen2013-08-171-6/+4
* Export V4::PersistentValuePrivateAlex Blasche2013-08-121-1/+2
* Restructure source codeLars Knoll2013-08-081-0/+426