Simplify __qmljs_call_property_lookup
authorLars Knoll <lars.knoll@digia.com>
Fri, 16 Aug 2013 20:08:31 +0000 (22:08 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Sat, 17 Aug 2013 07:26:48 +0000 (09:26 +0200)
commit900ff8ed90468fc89f4800c793dd3cde3e586d21
tree7c37d5247fa2078b4802f102073026b97fca89e3
parent0da208381f98ffd22790716a144aa5f22a5fd07e
Simplify __qmljs_call_property_lookup

This was still using the older (and slower) member of Lookup. Instead
call the function pointer to resolve the lookup.

Change-Id: I840b063ce4cc71f71be9be23ea7ce164887c2a91
Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
src/qml/jsruntime/qv4runtime.cpp