Move function execution into a little ExecutionEngine::run helper function
authorSimon Hausmann <simon.hausmann@digia.com>
Tue, 5 Mar 2013 15:11:22 +0000 (16:11 +0100)
committerLars Knoll <lars.knoll@digia.com>
Tue, 5 Mar 2013 15:34:10 +0000 (16:34 +0100)
commitf09042c2ee210878ee0639e32cf490c012021847
treed5dc72deea4259926a3938ad7fe14654f88daf24
parent471e0b0f7522c246f6f4f214a8483343eb237285
Move function execution into a little ExecutionEngine::run helper function

This will allow for re-use from the v8 wrapper API.

Change-Id: I2330432dad43d7fd7af6147e96a0cbbb340cd917
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
src/v4/qmljs_engine.cpp
src/v4/qmljs_engine.h
tools/v4/main.cpp