aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4value_p.h
Commit message (Expand)AuthorAgeFilesLines
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Convert FunctionObject derived classes to new construction schemeLars Knoll2014-07-221-0/+6
* Get rid of StringRefLars Knoll2014-07-221-0/+1
* Fix Scoped<T> constructors/assignment operators that take a T*Simon Hausmann2014-07-221-1/+4
* v4: ignore quiet bit for NaNs in 32 bit value encodingFawzi Mohamed2014-04-301-10/+11
* v4: assert when an unsupported double value is stored in a valueFawzi Mohamed2014-04-301-2/+2
* Extend the QML bootstrap library by the IR buildersSimon Hausmann2014-04-231-2/+2
* Make the Ref classes not template basedLars Knoll2014-02-071-1/+1
* Rename Referenced to ManagedRefLars Knoll2014-02-071-4/+1
* Move ValueRef into qv4value_p.hLars Knoll2014-01-311-0/+53
* Disentangle some includesLars Knoll2014-01-311-1/+2
* Move Encode into qv4value_p.hLars Knoll2014-01-311-0/+49
* CleanupsLars Knoll2014-01-311-39/+31
* Get rid of the SafeObject classLars Knoll2014-01-311-1/+0
* Rename some filesLars Knoll2014-01-311-284/+363
* 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