Use PropertyAttributes in PropertyDescriptor
authorLars Knoll <lars.knoll@digia.com>
Tue, 9 Apr 2013 11:37:31 +0000 (13:37 +0200)
committerSimon Hausmann <simon.hausmann@digia.com>
Fri, 12 Apr 2013 12:30:58 +0000 (14:30 +0200)
commit380a486ae72457a0684d5d85c8bab79579509dcc
treea7aef56538f29cec50ef40ede99203a4d947d5d0
parent6c14ede1dd54f189fc461267e6671cb0f690c629
Use PropertyAttributes in PropertyDescriptor

This further encapsulates the property attribute handling,
and will allow to separate the attributes from the
proprety data.

Change-Id: I140a6c9349cd1e871cd9fdcef51abac7ae78e517
Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
19 files changed:
src/v4/qv4argumentsobject.cpp
src/v4/qv4arrayobject.cpp
src/v4/qv4context.cpp
src/v4/qv4engine.cpp
src/v4/qv4functionobject.cpp
src/v4/qv4global.h
src/v4/qv4internalclass.cpp
src/v4/qv4jsonobject.cpp
src/v4/qv4object.cpp
src/v4/qv4object.h
src/v4/qv4objectiterator.cpp
src/v4/qv4objectproto.cpp
src/v4/qv4propertydescriptor.h
src/v4/qv4regexpobject.cpp
src/v4/qv4runtime.cpp
src/v4/qv4sparsearray.cpp
src/v4/qv4string.cpp
src/v4/qv4stringobject.cpp
src/v4/qv4v8.cpp