Continue the work to move Values inside the v4 engine to the js stack
authorLars Knoll <lars.knoll@theqtcompany.com>
Wed, 25 Mar 2015 12:49:51 +0000 (13:49 +0100)
committerSimon Hausmann <simon.hausmann@theqtcompany.com>
Fri, 24 Apr 2015 15:21:20 +0000 (15:21 +0000)
commit7501c394d00df4a4f8db0b92107250ccefabdfb4
treef0b074cb6b3eb28d9d38e657ae8305f35000531a
parent0d54025cd2c7f8aa6138926014fd2056f2d74501
Continue the work to move Values inside the v4 engine to the js stack

Started with objectPrototype, the next commits will move more
of them over into the new data structure.

Change-Id: I1a048e95149ce69e4e42094db2dd738ce49b50b8
Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
src/qml/jsruntime/qv4argumentsobject.cpp
src/qml/jsruntime/qv4engine.cpp
src/qml/jsruntime/qv4engine_p.h
src/qml/jsruntime/qv4functionobject.cpp
src/qml/jsruntime/qv4jsonobject.cpp
src/qml/jsruntime/qv4mathobject.cpp
src/qml/jsruntime/qv4object_p.h
src/qml/jsruntime/qv4regexpobject_p.h
src/qml/jsruntime/qv4runtime.cpp