Move more objects from the v4 engine to the js stack
authorLars Knoll <lars.knoll@theqtcompany.com>
Wed, 25 Mar 2015 13:40:35 +0000 (14:40 +0100)
committerSimon Hausmann <simon.hausmann@theqtcompany.com>
Fri, 24 Apr 2015 15:21:28 +0000 (15:21 +0000)
commitf9440c704ed191a38076c68480308b90147a7673
tree686afa055f51e1a70949c388f74f1d77eeed0afb
parent7501c394d00df4a4f8db0b92107250ccefabdfb4
Move more objects from the v4 engine to the js stack

Convert most of the prototype objects in the v4 engine.

Change-Id: I365f290493c20973bc991b6a383649836e42a16a
Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
17 files changed:
src/qml/jsapi/qjsengine.cpp
src/qml/jsruntime/qv4dateobject.cpp
src/qml/jsruntime/qv4dateobject_p.h
src/qml/jsruntime/qv4engine.cpp
src/qml/jsruntime/qv4engine_p.h
src/qml/jsruntime/qv4errorobject.cpp
src/qml/jsruntime/qv4functionobject.cpp
src/qml/jsruntime/qv4lookup.cpp
src/qml/jsruntime/qv4object.cpp
src/qml/jsruntime/qv4object_p.h
src/qml/jsruntime/qv4qobjectwrapper.cpp
src/qml/jsruntime/qv4regexpobject.cpp
src/qml/jsruntime/qv4sequenceobject.cpp
src/qml/jsruntime/qv4stringobject.cpp
src/qml/jsruntime/qv4variantobject.cpp
src/qml/qml/qqmllocale.cpp
src/qml/qml/v8/qqmlbuiltinfunctions.cpp