Improve handling of binops on LHS expressions
authorLars Knoll <lars.knoll@digia.com>
Sat, 10 Nov 2012 22:35:06 +0000 (23:35 +0100)
committerLars Knoll <lars.knoll@digia.com>
Sun, 11 Nov 2012 20:24:43 +0000 (21:24 +0100)
commit0c1424362fad42cd4ed027adad811ecdaea6d676
treecf6b816bd1d9c94b8485596905b6610444e80db3
parentd5fe0946bd1aa7eb74b74b37303d3953dd5f12d5
Improve handling of binops on LHS expressions

Add a generic method to handle binops such as +=
to Object and use it. We can probably remove
most of the __qmljs_inplace_xxx methods later
on and call one generic method instead.

Change-Id: If7cbd2e3012ad381e29b9eec2059e17f02a0a38a
Reviewed-by: Erik Verbruggen <erik.verbruggen@digia.com>
qmljs_objects.cpp
qmljs_objects.h
qmljs_runtime.cpp
qmljs_runtime.h