Properly set up the 'this' pointer
authorLars Knoll <lars.knoll@digia.com>
Mon, 10 Dec 2012 18:30:08 +0000 (19:30 +0100)
committerLars Knoll <lars.knoll@digia.com>
Mon, 10 Dec 2012 19:08:26 +0000 (20:08 +0100)
commit9c104bb97098f690e4c8af6e17b7217891a8c690
tree00a85b1e91d5f64c186355807b416a248e2b92d8
parentdf458859f443c6c559c39c667952bcb85f277e9a
Properly set up the 'this' pointer

Make sure the this pointer is setup correctly for
function calls. Also make sure we set the strict mode
flag correctly in all functions.

Change-Id: Idaacc92bf6469145b7addfac2bbddea588e85c2d
Reviewed-by: Erik Verbruggen <erik.verbruggen@digia.com>
qmljs_engine.cpp
qmljs_environment.cpp
qmljs_objects.cpp
qmljs_runtime.cpp
qv4codegen.cpp