aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4managed_p.h
Commit message (Expand)AuthorAgeFilesLines
* 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