Introduce an integer type for Value
authorLars Knoll <lars.knoll@digia.com>
Thu, 11 Oct 2012 14:39:17 +0000 (16:39 +0200)
committerSimon Hausmann <simon.hausmann@digia.com>
Fri, 12 Oct 2012 07:15:16 +0000 (09:15 +0200)
commite28e4e1ac68ce480daa539d62c3631a5782542a7
treedb063f708587d5673304df2c1df6b2852195a772
parente3142fee0fd6235a9d69118d31343d1a013852c2
Introduce an integer type for Value

The type is not being used yet, but all runtime
methods should be updated and able to deal with
integer Values correctly.

In addition started to clean up the use of some of
__qmljs_* Value constructors.

Change-Id: I1cb2169a5731f6adcc990dcbc92bc96aa008079f
Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
llvm_runtime.cpp
qmljs_runtime.cpp
qmljs_runtime.h
qv4ecmaobjects.cpp