Fix some more issues with exact GC
authorLars Knoll <lars.knoll@digia.com>
Mon, 14 Oct 2013 20:42:06 +0000 (22:42 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Tue, 15 Oct 2013 04:43:53 +0000 (06:43 +0200)
commit6fbf62e8e1e1739a3c993de1cec785c0f7625602
treedf5381afccf8ffad3f406020cd0d117804d8c581
parentdf267e50195c00f2085ed93ceb5f59ed81f89206
Fix some more issues with exact GC

Get the formal and local names of function object from the
compilation unit to avoid creating another set of strings.
Use a ScopedFunctionObject in eval()

Change-Id: I6693aec2e88818df9c160b3780db12d8df79c2fe
Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
src/qml/jsruntime/qv4function.cpp
src/qml/jsruntime/qv4globalobject.cpp