Move the destructor into the new vtable.
authorLars Knoll <lars.knoll@digia.com>
Thu, 14 Feb 2013 14:00:06 +0000 (15:00 +0100)
committerSimon Hausmann <simon.hausmann@digia.com>
Thu, 14 Feb 2013 14:05:47 +0000 (15:05 +0100)
commitda5ac2aabd504e96156efede8aebc6b78370fb7d
tree06abcaedc8e04171a3762b688953343f78fafc40
parent134abefda26a5f8811e4099b5430ab3154e1bace
Move the destructor into the new vtable.

This makes all runtime structures fully non virtual.

Change-Id: I804568ca9bc33d4be0324ed542df8eab5892c0eb
Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
15 files changed:
src/v4/qv4argumentsobject.cpp
src/v4/qv4argumentsobject.h
src/v4/qv4errorobject.cpp
src/v4/qv4errorobject.h
src/v4/qv4functionobject.cpp
src/v4/qv4functionobject.h
src/v4/qv4managed.cpp
src/v4/qv4managed.h
src/v4/qv4mm.cpp
src/v4/qv4object.cpp
src/v4/qv4object.h
src/v4/qv4regexpobject.cpp
src/v4/qv4regexpobject.h
src/v4/qv4string.cpp
src/v4/qv4string.h