aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlvaluetypewrapper.cpp
Commit message (Expand)AuthorAgeFilesLines
* Encapsulate the current context and fix it's usageLars Knoll2013-12-041-5/+5
* Move the vtable pointer from the object to the internal classLars Knoll2013-12-041-1/+1
* Simplify & speed up function callingLars Knoll2013-11-091-1/+1
* Ensure the this object is set correctly to the scope object in binding expres...Simon Hausmann2013-11-051-2/+0
* Protect write accesses to objectsLars Knoll2013-10-291-0/+3
* Avoid side effects when en exception has been thrown.Lars Knoll2013-10-291-5/+10
* Change exception handling APISimon Hausmann2013-10-021-1/+1
* Remove more direct QV4::Value usageLars Knoll2013-09-281-4/+6
* Move Value::fromBool, ... to a new Primitive classLars Knoll2013-09-281-1/+1
* Fix CallContext to not hold arguments on the C stack anymoreLars Knoll2013-09-281-1/+1
* Move more API over to use ValueRefLars Knoll2013-09-261-2/+2
* Make parts of qv8engine_p.h GC safeLars Knoll2013-09-261-6/+6
* Fix Persistent/WeakValue APILars Knoll2013-09-261-1/+1
* Convert the remaining vtable methods to be GC safeLars Knoll2013-09-221-3/+3
* convert Managed::put() API to be GC safeLars Knoll2013-09-221-5/+5
* Use a StringRef for Managed::get()Lars Knoll2013-09-221-4/+4
* Cleanup Object::define*Property APILars Knoll2013-09-221-1/+1
* Further work towards an exact GCLars Knoll2013-09-221-2/+3
* Convert some methods to use Returned<>Lars Knoll2013-09-181-4/+6
* Convert most remaining return values from Value to ReturnedValueLars Knoll2013-09-181-6/+6
* Convert builtin methods to return a ReturnedValueLars Knoll2013-09-181-4/+4
* Use ReturnedValue for Managed::get().Lars Knoll2013-09-181-5/+5
* Move prototype pointer into QV4::InternalClassLars Knoll2013-09-021-2/+2
* Fix hasOwnProperty on various types wrapped in QMLSimon Hausmann2013-08-081-0/+19
* Get rid of the first half of QQmlGuard usageLars Knoll2013-07-051-1/+1
* Get rid of QHashedV4StringLars Knoll2013-06-281-4/+2
* Remove context parameter from Manged::put.Lars Knoll2013-06-221-4/+4
* Remove context parameter from Managed::get()Lars Knoll2013-06-221-5/+6
* Fix qqmlvaluetypewrapper auto-testsSimon Hausmann2013-06-201-7/+5
* Simplify QObjectWrapper calls from within other type wrappersSimon Hausmann2013-06-071-1/+1
* Get rid of QV8QObjectWrapper::getPropertySimon Hausmann2013-06-071-2/+3
* Fix regression with meta object revision checkingSimon Hausmann2013-06-031-1/+1
* Convert more subclasses of Managed to the new casting schemeLars Knoll2013-05-311-1/+0
* Move Variant and QtObject over to new casting schemeLars Knoll2013-05-311-1/+1
* Start converting casting of Managed to subtypes to a better schemeLars Knoll2013-05-311-6/+6
* Get rid of v8::UserObjectComparisonCallbackLars Knoll2013-05-311-2/+15
* Port the list wrapper over to v4Lars Knoll2013-05-311-1/+0
* Smaller cleanupsLars Knoll2013-05-301-8/+0
* Fix all autotests related to value typesLars Knoll2013-05-301-2/+4
* Port the value type wrapper over to use V4Lars Knoll2013-05-301-0/+396