aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4variantobject.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove setVTable calls in performance critical areasLars Knoll2013-12-041-2/+0
* Move the vtable pointer from the object to the internal classLars Knoll2013-12-041-2/+2
* Simplify & speed up function callingLars Knoll2013-11-091-4/+4
* Fix the remaining objects against self destructionLars Knoll2013-10-111-1/+1
* Remove more direct QV4::Value usageLars Knoll2013-09-281-2/+2
* Fix CallContext to not hold arguments on the C stack anymoreLars Knoll2013-09-281-5/+9
* Move more API over to use ValueRefLars Knoll2013-09-261-13/+14
* Use a StringRef for Managed::get()Lars Knoll2013-09-221-2/+2
* Cleanup Object::define*Property APILars Knoll2013-09-221-5/+5
* Don't use Value::emptyValue() anymore.Lars Knoll2013-09-221-1/+1
* Convert builtin methods to return a ReturnedValueLars Knoll2013-09-181-14/+14
* Remove more usages of Object::setPrototype()Lars Knoll2013-09-021-2/+1
* Move prototype pointer into QV4::InternalClassLars Knoll2013-09-021-4/+11
* Restructure source codeLars Knoll2013-08-081-0/+203