aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4object.cpp
Commit message (Expand)AuthorAgeFilesLines
* Encapsulate the current context and fix it's usageLars Knoll2013-12-041-11/+11
* Remove setVTable calls in performance critical areasLars Knoll2013-12-041-4/+1
* Move the vtable pointer from the object to the internal classLars Knoll2013-12-041-4/+6
* Prospective fix for crashes when sorting JS arrays on WindowsSimon Hausmann2013-11-271-6/+2
* Speed up arguments objectLars Knoll2013-11-221-1/+1
* V4: fix Array.indexOf() for QStringListLiang Qi2013-11-201-1/+1
* Greatly reduce memory consumed by QQmlEngine instancesLars Knoll2013-11-191-2/+2
* Fix interaction between head room and appending in arraysLars Knoll2013-11-181-6/+6
* Simplify & speed up function callingLars Knoll2013-11-091-4/+4
* Refactor marking GC'ed objectsLars Knoll2013-11-051-9/+9
* Fix various compiler warnings in order to remove warn_off in the near futureErik Verbruggen2013-11-041-10/+14
* Protect write accesses to objectsLars Knoll2013-10-291-1/+22
* Avoid side effects when en exception has been thrown.Lars Knoll2013-10-291-3/+7
* Some minor optimizationsLars Knoll2013-10-191-27/+31
* inline get_element callsLars Knoll2013-10-141-0/+5
* Avoid creating array attributes if possibleLars Knoll2013-10-141-35/+28
* Cleanup API of Safe<T>Lars Knoll2013-10-021-2/+2
* Remove more uses of ValueLars Knoll2013-10-021-2/+2
* Fix ObjectIterator API to be GC safeLars Knoll2013-10-021-14/+3
* V4: remove inplace operationsErik Verbruggen2013-09-301-46/+0
* Remove more occurrences of QV4::ValueLars Knoll2013-09-301-13/+13
* Fix API for Object::define*PropertyLars Knoll2013-09-281-8/+8
* Fix Value usage in ErrorObjectsLars Knoll2013-09-281-3/+6
* Remove more direct QV4::Value usageLars Knoll2013-09-281-1/+1
* Move Value::fromBool, ... to a new Primitive classLars Knoll2013-09-281-12/+12
* Fix cases where mark() would access uninitialized memoryLars Knoll2013-09-221-4/+6
* Prevent objects from being collected while in their constructorLars Knoll2013-09-221-0/+2
* Convert the last methods in qv4object_p.hLars Knoll2013-09-221-8/+8
* Fix some more methods to take ValueRef'sLars Knoll2013-09-221-2/+4
* Convert Object::inplaceBinOp to be GC safeLars Knoll2013-09-221-14/+10
* Convert the remaining vtable methods to be GC safeLars Knoll2013-09-221-5/+5
* Convert putIndexed()Lars Knoll2013-09-221-6/+6
* convert Managed::put() API to be GC safeLars Knoll2013-09-221-20/+22
* Use a StringRef for Managed::get()Lars Knoll2013-09-221-6/+17
* Use StringRef for most methods in ObjectLars Knoll2013-09-221-22/+22
* Cleanup Object::define*Property APILars Knoll2013-09-221-36/+21
* Add a Safe<T> class and start using itLars Knoll2013-09-221-7/+13
* Start using StringRef for parameter passingLars Knoll2013-09-221-13/+15
* Introduce a Referenced<T> class to pass Objects into methodsLars Knoll2013-09-221-4/+7
* Cleanup ExecutionEngine::newBuiltinFunction() usagesLars Knoll2013-09-221-10/+13
* Refactor our NaN boxing to be more efficientLars Knoll2013-09-181-1/+1
* Convert more methods to return a Returned<>Lars Knoll2013-09-181-0/+2
* Convert most remaining return values from Value to ReturnedValueLars Knoll2013-09-181-5/+5
* Convert builtin methods to return a ReturnedValueLars Knoll2013-09-181-4/+4
* Convert lookups to use ReturnedValueLars Knoll2013-09-181-12/+4
* Use a ReturnedValue for Managed::getIndexed()Lars Knoll2013-09-181-9/+13
* Use ReturnedValue for Managed::get().Lars Knoll2013-09-181-12/+12
* Rename QV4::ValueScope to QV4::ScopeLars Knoll2013-09-181-9/+9
* Require a ValueScope for ScopedCallData as wellLars Knoll2013-09-181-4/+8
* Use a ReturnedValue for Managed::call()Lars Knoll2013-09-181-1/+1