Remove all is*Object methods.
authorErik Verbruggen <erik.verbruggen@digia.com>
Thu, 25 Oct 2012 07:15:11 +0000 (09:15 +0200)
committerLars Knoll <lars.knoll@digia.com>
Thu, 25 Oct 2012 07:29:37 +0000 (09:29 +0200)
commit4554cdfdcbad336b49394bd534460a278cf1c9b4
tree68faa8ece2c1dfa35d8106661a98c5719a6ce2f0
parent966429f5527ff139ac9a630bf9ca3971e6576266
Remove all is*Object methods.

They differ from the isObject/isUndefined/etc. methods because they do
an extra virtual function call. And with isObject and friends being
cheap, is*Object methods could have made the same (but faulty)
impression.

Change-Id: I32f26a96e73251bd14f8198b0a1ffb5d59e53f31
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
qmljs_runtime.cpp
qmljs_runtime.h
qv4ecmaobjects.cpp