aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4managed.cpp
Commit message (Expand)AuthorAgeFilesLines
* Reorder members in ManagedVTableLars Knoll2014-01-211-4/+4
* Don't return a Property pointer in Object::advanceIteratorLars Knoll2014-01-201-2/+2
* Rework array handling for JS objectsLars Knoll2014-01-091-0/+1
* Move Managed::type and some flags into the vtableLars Knoll2014-01-031-3/+15
* Encapsulate the current context and fix it's usageLars Knoll2013-12-041-4/+4
* Move the vtable pointer from the object to the internal classLars Knoll2013-12-041-9/+14
* Speedup JS instanceof operatorLars Knoll2013-12-041-11/+0
* Fix various compiler warnings in order to remove warn_off in the near futureErik Verbruggen2013-11-041-0/+6
* Avoid side effects when en exception has been thrown.Lars Knoll2013-10-291-5/+4
* 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