aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4serialize.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* CleanupsLars Knoll2015-01-231-2/+2
* Get rid of most uses of ValueRefLars Knoll2015-01-231-28/+23
* Cleanup variant conversion codeLars Knoll2015-01-091-1/+1
* Move the variant conversion methods from qv8engine to qv4::ExecutionEngineLars Knoll2015-01-091-1/+1
* Reduce v8engine dependency for the list modelLars Knoll2015-01-081-1/+1
* Use QV4::ScopedObject typedef instead of actual typeOleg Shparber2015-01-031-1/+1
* Use QV4::ScopedArrayObject typedef instead of actual typeOleg Shparber2015-01-031-2/+2
* Remove v8engine dependency in fromVariant conversionsLars Knoll2015-01-021-1/+1
* Remove v8engine dependency from qv4serialize.*Lars Knoll2015-01-011-21/+19
* Remove most of the places where getPointer() is usedLars Knoll2014-12-201-3/+3
* Make QV4::RegExpObject header independent from masm headersOleg Shparber2014-11-211-9/+9
* Cleanup exception catching codeLars Knoll2014-11-151-2/+1
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Get rid of StringRefLars Knoll2014-07-221-3/+3
* Convert Boolean, Number and DateObjectLars Knoll2014-07-221-1/+1
* Rename some filesLars Knoll2014-01-311-1/+1
* Change virtual methods in ArrayData to take Object pointerLars Knoll2014-01-241-1/+1
* fix whitespaceOswald Buddenhagen2014-01-221-4/+4
* Add a SimpleArrayData classLars Knoll2014-01-201-1/+0
* Rework array handling for JS objectsLars Knoll2014-01-091-4/+4
* Move array data into it's own structLars Knoll2014-01-031-2/+2
* Encapsulate the current context and fix it's usageLars Knoll2013-12-041-1/+1
* Fix various compiler warnings in order to remove warn_off in the near futureErik Verbruggen2013-11-041-1/+1
* Fix the remaining try/catch statements in C++Lars Knoll2013-10-291-5/+3
* Remove usage of String pointers where not requiredLars Knoll2013-10-111-1/+1
* Change exception handling APISimon Hausmann2013-10-021-2/+2
* Use SafeValue instead of Value in ScopedValue methodsLars Knoll2013-10-021-1/+1
* Remove some more QV4::Value usagesLars Knoll2013-09-301-23/+28
* Remove more direct QV4::Value usageLars Knoll2013-09-281-1/+1
* Move Value::fromBool, ... to a new Primitive classLars Knoll2013-09-281-2/+2
* Move more API over to use ValueRefLars Knoll2013-09-261-1/+1
* Make qv4objectproto GC cleanLars Knoll2013-09-221-2/+2
* Fix cases where mark() would access uninitialized memoryLars Knoll2013-09-221-1/+1
* convert Managed::put() API to be GC safeLars Knoll2013-09-221-1/+3
* Use a StringRef for Managed::get()Lars Knoll2013-09-221-1/+3
* Cleanup Object::define*Property APILars Knoll2013-09-221-1/+2
* Don't use Value::emptyValue() anymore.Lars Knoll2013-09-221-0/+1
* Further work towards an exact GCLars Knoll2013-09-221-2/+2
* Convert more methods to return a Returned<>Lars Knoll2013-09-181-4/+4
* Convert a few more methods in ExecutionEngine to use protected pointersLars Knoll2013-09-181-2/+2
* Convert most remaining return values from Value to ReturnedValueLars Knoll2013-09-181-25/+35
* Use a ReturnedValue for Managed::getIndexed()Lars Knoll2013-09-181-6/+6
* Use ReturnedValue for Managed::get().Lars Knoll2013-09-181-3/+4
* Restructure source codeLars Knoll2013-08-081-0/+399