Move some methods from ExecutionContext to CallContext
authorLars Knoll <lars.knoll@digia.com>
Wed, 5 Mar 2014 15:24:56 +0000 (16:24 +0100)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Fri, 7 Mar 2014 15:55:12 +0000 (16:55 +0100)
commitb287d58b3937160b30388f29410df0f14bb0d778
treea9ade90f36a77b8839ec69f4d7ad3881a5da6c97
parentb8ca4132433c2d1eef0a6cda8be8a1754786702b
Move some methods from ExecutionContext to CallContext

This is where they really belong. Slightly simplifies
and cleans up the code.

Change-Id: Ib5782c1f57c761c46f4bc52c3d496220299f8ac9
Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
src/qml/jsruntime/qv4context.cpp
src/qml/jsruntime/qv4context_p.h
src/qml/jsruntime/qv4script.cpp