Cleanup variant conversion code
authorLars Knoll <lars.knoll@theqtcompany.com>
Fri, 2 Jan 2015 14:07:35 +0000 (15:07 +0100)
committerLars Knoll <lars.knoll@digia.com>
Fri, 9 Jan 2015 09:27:57 +0000 (10:27 +0100)
commitca977a0c8fa25d5df4dbddba08bc2fb022df7c1c
tree24953329bba5bbb7ea8611d09098b8a6c8ba39c3
parent7041eb353a4ad416f51245cc17342e16b3a02a9b
Cleanup variant conversion code

Make public methods proper members of the ExecutionEngine, and
move private methods into the .cpp file only.

Change-Id: I3ca49e39bb1c4e559a2c63346e6ae6cfa446147d
Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
22 files changed:
src/imports/localstorage/plugin.cpp
src/imports/xmllistmodel/qqmlxmllistmodel.cpp
src/qml/jsapi/qjsengine.cpp
src/qml/jsapi/qjsvalue.cpp
src/qml/jsruntime/qv4engine.cpp
src/qml/jsruntime/qv4engine_p.h
src/qml/jsruntime/qv4qobjectwrapper.cpp
src/qml/jsruntime/qv4serialize.cpp
src/qml/qml/qqmlbinding.cpp
src/qml/qml/qqmlboundsignal.cpp
src/qml/qml/qqmlcontextwrapper.cpp
src/qml/qml/qqmlexpression.cpp
src/qml/qml/qqmlproperty.cpp
src/qml/qml/qqmlvaluetypewrapper.cpp
src/qml/qml/qqmlvmemetaobject.cpp
src/qml/qml/v8/qqmlbuiltinfunctions.cpp
src/qml/types/qqmldelegatemodel.cpp
src/qml/types/qqmllistmodel.cpp
src/qml/util/qqmladaptormodel.cpp
src/qmltest/quicktestresult.cpp
src/quick/items/context2d/qquickcontext2d.cpp
tests/auto/qml/qqmlecmascript/tst_qqmlecmascript.cpp