Move string hash and error type fields
authorLars Knoll <lars.knoll@digia.com>
Wed, 30 Jan 2013 10:04:45 +0000 (11:04 +0100)
committerSimon Hausmann <simon.hausmann@digia.com>
Wed, 30 Jan 2013 13:08:37 +0000 (14:08 +0100)
commit3e8634bfccb8a5947edc1c075678e735f0c01825
tree104cd9699ff2a0a0a0ac72a11c34e420ef01f9ad
parent42adbb7da686a85b836bf12737d2079488242563
Move string hash and error type fields

Move the string hash back into the String class.
Add a subtype field to Managed, and use that to store
the type of the ErrorObject.

Change-Id: I4aa8f1f39f512e3a9084b249e173bff41175d543
Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
src/v4/qv4errorobject.cpp
src/v4/qv4errorobject.h
src/v4/qv4managed.cpp
src/v4/qv4managed.h
src/v4/qv4string.h