Get rid of hasAccessorProperty in Heap::Base
authorLars Knoll <lars.knoll@theqtcompany.com>
Fri, 9 Jan 2015 12:13:04 +0000 (13:13 +0100)
committerSimon Hausmann <simon.hausmann@digia.com>
Mon, 12 Jan 2015 10:04:19 +0000 (11:04 +0100)
commit3840beb6c61023542a689c7f125a7b521d3b2551
treeb787c7383fd6ea631d81f6952f4687804e4c4e48
parent462496c2bbf9a35ce13762af8830cb2f87b0c27e
Get rid of hasAccessorProperty in Heap::Base

This shouldn't affect performance as we can just as well
check for cases where we need to take the slow path
differently.

Change-Id: I4b9f69c39e9e64b437820ca3a6ea43e8877f2cf3
Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
src/qml/jsruntime/qv4argumentsobject.cpp
src/qml/jsruntime/qv4arraydata.cpp
src/qml/jsruntime/qv4arrayobject.cpp
src/qml/jsruntime/qv4functionobject.cpp
src/qml/jsruntime/qv4object.cpp
src/qml/jsruntime/qv4object_p.h
src/qml/jsruntime/qv4value_p.h