Fix the worst problems with eval()
authorLars Knoll <lars.knoll@digia.com>
Sun, 25 Nov 2012 19:53:57 +0000 (20:53 +0100)
committerErik Verbruggen <erik.verbruggen@digia.com>
Mon, 26 Nov 2012 10:09:14 +0000 (11:09 +0100)
commit42aa43d28908ed44485d47d450e23f08debfadf7
treeeb490fbf80ff752bc5cdb85e717b600cebf72e00
parent15326415d127e17016b60820b85c85016c3682e6
Fix the worst problems with eval()

Support is still not fully compliant. Especially
variables declared within eval() might end
up in the wrong (global) scope in some cases.

Change-Id: I44d60f57b2af0b54a2759bd887fb2b3751116cd2
Reviewed-by: Erik Verbruggen <erik.verbruggen@digia.com>
qmljs_objects.cpp