Further clean up the ExecutionContext
authorLars Knoll <lars.knoll@digia.com>
Sat, 1 Dec 2012 13:25:54 +0000 (14:25 +0100)
committerSimon Hausmann <simon.hausmann@digia.com>
Sun, 2 Dec 2012 14:52:10 +0000 (15:52 +0100)
commit4e643637dd7997b36b58edad079c2d4c71dc7222
treea71dbf7eb96796318e85af8962ac901e1480a50d
parent2104e7fdcb9c16cabc58e93f0cd1d11e36bdca34
Further clean up the ExecutionContext

remove the distinction between initCallContext and
initConstructorContext. Since the context now has a
pointer to the current function, we can also simplify
the wireupPrototype method.

Change-Id: I06cbaced2438b01b3033182e136e1504c087c8c0
Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
qmljs_environment.cpp
qmljs_environment.h
qmljs_objects.cpp
qv4ecmaobjects.cpp