aboutsummaryrefslogtreecommitdiffstats
path: root/qv4array.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Generate correct code when calling valuesLars Knoll2012-10-171-1/+1
| | | | | | | | | __qmljs_call_value was still using a pointer to a Value. In addition, qcv4isel_masm.cpp was using a wrong order of the arguments. Change-Id: I0414aa732ae8074420e4f11525f5b04712cc1bab Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
* Converting more methods to the new calling conventionLars Knoll2012-10-161-2/+1
| | | | | Change-Id: I5199a9e5439644cc259f131c8b0ba6a941989615 Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
* Add missing license headersSimon Hausmann2012-10-121-0/+41
| | | | | Change-Id: I59d602a0f2c1fefb03994ed32a3d697b176791ff Reviewed-by: Lars Knoll <lars.knoll@digia.com>
* Initial support for Array objects.Roberto Raggi2012-05-211-0/+20