aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4managed_p.h
Commit message (Expand)AuthorAgeFilesLines
* Don't return a Property pointer in Object::advanceIteratorLars Knoll2014-01-201-2/+2
* Rework array handling for JS objectsLars Knoll2014-01-091-5/+7
* Get rid of the nonStrictArgumentsObject flag in ManagedLars Knoll2014-01-031-1/+1
* Use the flags to check whether a Managed is of a certain typeLars Knoll2014-01-031-4/+4
* Fix compiler warning about wrong reinterpret_castLars Knoll2014-01-031-4/+4
* Move Managed::type and some flags into the vtableLars Knoll2014-01-031-19/+79
* Fix data layout of Managed classLars Knoll2013-12-051-4/+4
* Encapsulate the current context and fix it's usageLars Knoll2013-12-041-1/+1
* Remove setVTable calls in performance critical areasLars Knoll2013-12-041-1/+4
* Move the vtable pointer from the object to the internal classLars Knoll2013-12-041-12/+14
* Speedup JS instanceof operatorLars Knoll2013-12-041-5/+0
* Refactor marking GC'ed objectsLars Knoll2013-11-051-8/+2
* inline get_element callsLars Knoll2013-10-141-12/+16
* Remove some unused flags from ManagedLars Knoll2013-10-121-5/+3
* Use SafeValue instead of Value in ScopedValue methodsLars Knoll2013-10-021-12/+0
* Fix ObjectIterator API to be GC safeLars Knoll2013-10-021-3/+2
* Convert the remaining vtable methods to be GC safeLars Knoll2013-09-221-11/+7
* Convert putIndexed()Lars Knoll2013-09-221-3/+2
* convert Managed::put() API to be GC safeLars Knoll2013-09-221-7/+5
* Use a StringRef for Managed::get()Lars Knoll2013-09-221-2/+2
* Further work towards an exact GCLars Knoll2013-09-221-23/+30
* Refactor our NaN boxing to be more efficientLars Knoll2013-09-181-4/+14
* Convert a few more methods in ExecutionEngine to use protected pointersLars Knoll2013-09-181-0/+2
* Convert methods in qv4runtime to use Returned<X>Lars Knoll2013-09-181-0/+1
* Extend the ReturnedValue mechanism to pointers to Managed objectsLars Knoll2013-09-181-4/+14
* Convert lookups to use ReturnedValueLars Knoll2013-09-181-4/+4
* Use a ReturnedValue for Managed::getIndexed()Lars Knoll2013-09-181-2/+2
* Use ReturnedValue for Managed::get().Lars Knoll2013-09-181-2/+10
* Use ReturnedValue for Managed::construct()Lars Knoll2013-09-181-3/+3
* Use a ReturnedValue for Managed::call()Lars Knoll2013-09-181-3/+3
* 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-15/+10
* change calling convention for JS function callsLars Knoll2013-09-021-6/+26
* Factor out protoHasArray and hasAccessorPropertyPeter Varga2013-08-171-2/+3
* Restructure source codeLars Knoll2013-08-081-0/+321