aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4qobjectwrapper.cpp
Commit message (Expand)AuthorAgeFilesLines
* Avoid crash when a QML signal is connected to a non-void slotJ-P Nurmi2013-10-221-5/+3
* Remove internal method from public APILars Knoll2013-10-191-1/+1
* Fix performance regression when doing property lookups for non-existant prope...Simon Hausmann2013-10-161-1/+1
* Fix the remaining objects against self destructionLars Knoll2013-10-111-0/+3
* Smaller cleanupsLars Knoll2013-10-111-2/+7
* Change exception handling APISimon Hausmann2013-10-021-5/+3
* Cleanup API of Safe<T>Lars Knoll2013-10-021-4/+3
* Use SafeValue instead of Value in ScopedValue methodsLars Knoll2013-10-021-1/+1
* Fix ObjectIterator API to be GC safeLars Knoll2013-10-021-10/+6
* Remove most uses of Value from qml/qmlLars Knoll2013-09-301-2/+2
* Remove more occurrences of QV4::ValueLars Knoll2013-09-301-33/+43
* Remove Value::fromString()Lars Knoll2013-09-281-2/+2
* Remove more direct QV4::Value usageLars Knoll2013-09-281-3/+3
* Make API of QV4::JsonObject GC cleanLars Knoll2013-09-281-3/+5
* Move Value::fromBool, ... to a new Primitive classLars Knoll2013-09-281-3/+3
* Fix CallContext to not hold arguments on the C stack anymoreLars Knoll2013-09-281-14/+14
* Move more API over to use ValueRefLars Knoll2013-09-261-52/+39
* Make parts of qv8engine_p.h GC safeLars Knoll2013-09-261-1/+1
* Fix QQmlV4Function API to be GC safeLars Knoll2013-09-261-2/+2
* Fix API of QQmlV4HandleLars Knoll2013-09-261-3/+3
* Fix Persistent/WeakValue APILars Knoll2013-09-261-40/+59
* Fix cases where mark() would access uninitialized memoryLars Knoll2013-09-221-2/+3
* Convert the remaining vtable methods to be GC safeLars Knoll2013-09-221-1/+1
* convert Managed::put() API to be GC safeLars Knoll2013-09-221-4/+4
* Use a StringRef for Managed::get()Lars Knoll2013-09-221-14/+19
* Cleanup Object::define*Property APILars Knoll2013-09-221-2/+2
* Don't use Value::emptyValue() anymore.Lars Knoll2013-09-221-13/+13
* Convert more methods to return a Returned<>Lars Knoll2013-09-181-3/+4
* Extend the ReturnedValue mechanism to pointers to Managed objectsLars Knoll2013-09-181-1/+1
* Convert most remaining return values from Value to ReturnedValueLars Knoll2013-09-181-80/+76
* Convert builtin methods to return a ReturnedValueLars Knoll2013-09-181-22/+22
* Use a ReturnedValue for Managed::getIndexed()Lars Knoll2013-09-181-1/+5
* Use ReturnedValue for Managed::get().Lars Knoll2013-09-181-7/+7
* Rename QV4::ValueScope to QV4::ScopeLars Knoll2013-09-181-2/+2
* Require a ValueScope for ScopedCallData as wellLars Knoll2013-09-181-1/+2
* Use a ReturnedValue for Managed::call()Lars Knoll2013-09-181-2/+2
* Use a ReturnedValue when converting to String or ObjectLars Knoll2013-09-121-2/+2
* Continue conversion to using scoped valuesLars Knoll2013-09-111-4/+5
* Change signature of call/construct() to take a pointer to a CallDataLars Knoll2013-09-111-6/+6
* Move CallData onto the JS stackLars Knoll2013-09-111-8/+9
* Remove more usages of Object::setPrototype()Lars Knoll2013-09-021-2/+0
* Cleanup calls to Object::setPrototype()Lars Knoll2013-09-021-4/+4
* Move prototype pointer into QV4::InternalClassLars Knoll2013-09-021-2/+2
* change calling convention for JS function callsLars Knoll2013-09-021-10/+11
* Restructure source codeLars Knoll2013-08-081-0/+1792