aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4arrayobject.cpp
Commit message (Expand)AuthorAgeFilesLines
* Convert builtin methods to return a ReturnedValueLars Knoll2013-09-181-58/+58
* Use a ReturnedValue for Managed::getIndexed()Lars Knoll2013-09-181-21/+43
* Use ReturnedValue for Managed::get().Lars Knoll2013-09-181-18/+23
* Use ReturnedValue for Managed::construct()Lars Knoll2013-09-181-3/+3
* Rename QV4::ValueScope to QV4::ScopeLars Knoll2013-09-181-10/+10
* Require a ValueScope for ScopedCallData as wellLars Knoll2013-09-181-18/+22
* Use a ReturnedValue for Managed::call()Lars Knoll2013-09-181-22/+33
* Continue conversion to using scoped valuesLars Knoll2013-09-111-4/+10
* Change signature of call/construct() to take a pointer to a CallDataLars Knoll2013-09-111-8/+8
* Move CallData onto the JS stackLars Knoll2013-09-111-46/+47
* Move prototype pointer into QV4::InternalClassLars Knoll2013-09-021-2/+2
* Fix incorrect implementation of Array.toString()Lars Knoll2013-09-021-1/+9
* change calling convention for JS function callsLars Knoll2013-09-021-45/+52
* Factor out protoHasArray and hasAccessorPropertyPeter Varga2013-08-171-21/+3
* Never convert the this object when calling a builtin functionLars Knoll2013-08-171-9/+12
* Fix Array.prototype.concatPeter Varga2013-08-141-1/+4
* Restructure source codeLars Knoll2013-08-081-0/+865