Remove the callFunction() method
authorLars Knoll <lars.knoll@digia.com>
Sat, 1 Dec 2012 19:08:26 +0000 (20:08 +0100)
committerSimon Hausmann <simon.hausmann@digia.com>
Sun, 2 Dec 2012 14:55:36 +0000 (15:55 +0100)
commit5d2f12ee03d942e5bd37df2b976b90525f51a1e4
tree6ba79f1a710e99c483fe0103e28e5bcc90c97e64
parent751ceb0f8ff517e83c96d39a5d0b74132adb78aa
Remove the callFunction() method

Give Object a virtual call() method, that simply throws
a type error. FunctionObject reimplements this to do the
right thing.

Change-Id: I5a11a4de0302ad86b9ad3a822501224e11692b70
Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
qmljs_objects.cpp
qmljs_objects.h
qmljs_runtime.cpp