aboutsummaryrefslogtreecommitdiffstats
path: root/qmljs_engine.h
diff options
context:
space:
mode:
authorErik Verbruggen <erik.verbruggen@digia.com>2012-11-20 13:41:49 +0100
committerLars Knoll <lars.knoll@digia.com>2012-11-21 15:47:14 +0100
commit7704d8b3b6024881da15fea44f51db3b87286709 (patch)
tree1754460f338680ff6f32a7bc0d3b53067fd80483 /qmljs_engine.h
parent71446af5495a429f3c465c8bd2bcea4871408d57 (diff)
Keep the EvalISelFactory in the ExecutionEngine.
Also corrected the class name cApiTaliSatiOn. Change-Id: I131566e904c8ee575686a469f16d098dd512d865 Reviewed-by: Lars Knoll <lars.knoll@digia.com>
Diffstat (limited to 'qmljs_engine.h')
-rw-r--r--qmljs_engine.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/qmljs_engine.h b/qmljs_engine.h
index 862ad57b1f..5460412576 100644
--- a/qmljs_engine.h
+++ b/qmljs_engine.h
@@ -83,6 +83,7 @@ struct URIErrorPrototype;
struct ExecutionEngine
{
+ EvalISelFactory *iselFactory;
ExecutionContext *current;
ExecutionContext *rootContext;
@@ -138,7 +139,7 @@ struct ExecutionEngine
QVector<ExceptionHandler> unwindStack;
Value exception;
- ExecutionEngine(EValISelFactory *factory);
+ ExecutionEngine(EvalISelFactory *iselFactory);
ExecutionContext *newContext();