Remove Object::call()
authorLars Knoll <lars.knoll@digia.com>
Tue, 29 Jan 2013 12:45:32 +0000 (13:45 +0100)
committerLars Knoll <lars.knoll@digia.com>
Tue, 29 Jan 2013 19:17:03 +0000 (20:17 +0100)
commitcac94a5a9fe203726b4232badc8602b3c8280fe2
tree9777218f46f45320b08891ceab06ad547fa0d727
parent87b61295d3cfc629bb01b516ba6d86b313424d9d
Remove Object::call()

The method didn't make any sense. It's easier to directly
cast to a FunctionObject and check whether that succeded.

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