Get rid of v8::Local
authorLars Knoll <lars.knoll@digia.com>
Mon, 6 May 2013 13:57:06 +0000 (15:57 +0200)
committerSimon Hausmann <simon.hausmann@digia.com>
Mon, 6 May 2013 14:10:21 +0000 (16:10 +0200)
commit8b5fbb56299851896fbcf136bdcfdcd4487484b5
tree16a5a586d2dbe0b8e6d60b0ba76803dcce2560db
parent19c6f620dd35916466c36234231d798f79732ab0
Get rid of v8::Local

The class was doing exactly the same thing as v8::Handle
in our implementation. Removing it cleans up quite a bit
of code.

Change-Id: I37a3dcdef062fc388751e9ef0a158b5926ba2efb
Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
54 files changed:
src/imports/localstorage/plugin.cpp
src/imports/testlib/main.cpp
src/particles/qquickv8particledata.cpp
src/qml/debugger/qv8profilerservice.cpp
src/qml/qml/ftw/qhashedstring_p.h
src/qml/qml/qqmlbinding.cpp
src/qml/qml/qqmlcomponent.cpp
src/qml/qml/qqmlexpression.cpp
src/qml/qml/qqmlexpression_p.h
src/qml/qml/qqmljavascriptexpression.cpp
src/qml/qml/qqmljavascriptexpression_p.h
src/qml/qml/qqmllocale.cpp
src/qml/qml/qqmlpropertycache_p.h
src/qml/qml/qqmlvme.cpp
src/qml/qml/qqmlvmemetaobject.cpp
src/qml/qml/qqmlxmlhttprequest.cpp
src/qml/qml/v4/qv4v8.cpp
src/qml/qml/v4/qv4v8_p.h
src/qml/qml/v8/qqmlbuiltinfunctions.cpp
src/qml/qml/v8/qv4domerrors_p.h
src/qml/qml/v8/qv8bindings.cpp
src/qml/qml/v8/qv8contextwrapper.cpp
src/qml/qml/v8/qv8contextwrapper_p.h
src/qml/qml/v8/qv8engine.cpp
src/qml/qml/v8/qv8engine_p.h
src/qml/qml/v8/qv8include.cpp
src/qml/qml/v8/qv8include_p.h
src/qml/qml/v8/qv8listwrapper.cpp
src/qml/qml/v8/qv8listwrapper_p.h
src/qml/qml/v8/qv8qobjectwrapper.cpp
src/qml/qml/v8/qv8qobjectwrapper_p.h
src/qml/qml/v8/qv8sequencewrapper.cpp
src/qml/qml/v8/qv8sequencewrapper_p.h
src/qml/qml/v8/qv8sequencewrapper_p_p.h
src/qml/qml/v8/qv8typewrapper.cpp
src/qml/qml/v8/qv8typewrapper_p.h
src/qml/qml/v8/qv8valuetypewrapper.cpp
src/qml/qml/v8/qv8valuetypewrapper_p.h
src/qml/qml/v8/qv8variantwrapper.cpp
src/qml/qml/v8/qv8variantwrapper_p.h
src/qml/qml/v8/qv8worker.cpp
src/qml/types/qqmldelegatemodel.cpp
src/qml/types/qqmldelegatemodel_p_p.h
src/qml/types/qqmllistmodel.cpp
src/qml/types/qquickworkerscript.cpp
src/qml/util/qqmladaptormodel.cpp
src/qmltest/quicktestresult.cpp
src/quick/items/context2d/qquickcontext2d.cpp
src/quick/items/context2d/qquickcontext2d_p.h
src/quick/items/qquickdrag.cpp
src/quick/items/qquickdroparea.cpp
src/quick/items/qquickitem.cpp
src/quick/items/qquickloader.cpp
src/quick/items/qquicktextinput.cpp