summaryrefslogtreecommitdiffstats
path: root/src/v4/qv4engine.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/v4/qv4engine.h')
-rw-r--r--src/v4/qv4engine.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/v4/qv4engine.h b/src/v4/qv4engine.h
index a4b3bd83..b3dd3dc0 100644
--- a/src/v4/qv4engine.h
+++ b/src/v4/qv4engine.h
@@ -201,6 +201,7 @@ struct Q_V4_EXPORT ExecutionEngine
ExecutionContext *newWithContext(Object *with);
ExecutionContext *newCatchContext(String* exceptionVarName, const QQmlJS::VM::Value &exceptionValue);
ExecutionContext *newCallContext(FunctionObject *f, const QQmlJS::VM::Value &thisObject, QQmlJS::VM::Value *args, int argc);
+ ExecutionContext *newCallContext(void *stackSpace, FunctionObject *f, const QQmlJS::VM::Value &thisObject, QQmlJS::VM::Value *args, int argc);
ExecutionContext *pushGlobalContext();
ExecutionContext *popContext();