Store a double in NumberObject
authorLars Knoll <lars.knoll@theqtcompany.com>
Fri, 16 Jan 2015 11:44:51 +0000 (12:44 +0100)
committerLars Knoll <lars.knoll@digia.com>
Fri, 23 Jan 2015 11:30:41 +0000 (12:30 +0100)
commit0c2ab6e20ca23e74055d0a95539315cf1bf360bf
treeb36a65f2f32c87c7c11661e82d3a881211a79207
parentef6b4938b9ec309d5faf0c966cb2b58f3de2ca77
Store a double in NumberObject

Makes more sense than storing a Value in there.

Change-Id: I2e6ca71477100c1e1639bb89cced4f4049b5e5c2
Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
src/qml/jsruntime/qv4engine.cpp
src/qml/jsruntime/qv4engine_p.h
src/qml/jsruntime/qv4jsonobject.cpp
src/qml/jsruntime/qv4numberobject.cpp
src/qml/jsruntime/qv4object_p.h
src/qml/jsruntime/qv4runtime.cpp