aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4managed.cpp
Commit message (Expand)AuthorAgeFilesLines
* inline get_element callsLars Knoll2013-10-141-0/+1
* Fix ObjectIterator API to be GC safeLars Knoll2013-10-021-0/+5
* Convert the remaining vtable methods to be GC safeLars Knoll2013-09-221-1/+16
* Convert putIndexed()Lars Knoll2013-09-221-0/+5
* convert Managed::put() API to be GC safeLars Knoll2013-09-221-1/+11
* Use a StringRef for Managed::get()Lars Knoll2013-09-221-1/+1
* Convert lookups to use ReturnedValueLars Knoll2013-09-181-1/+2
* Use a ReturnedValue for Managed::getIndexed()Lars Knoll2013-09-181-1/+1
* Use ReturnedValue for Managed::get().Lars Knoll2013-09-181-1/+1
* Use ReturnedValue for Managed::construct()Lars Knoll2013-09-181-1/+1
* Use a ReturnedValue for Managed::call()Lars Knoll2013-09-181-1/+1
* Change signature of call/construct() to take a pointer to a CallDataLars Knoll2013-09-111-2/+2
* change calling convention for JS function callsLars Knoll2013-09-021-2/+2
* Restructure source codeLars Knoll2013-08-081-0/+212