diff options
author | Kent Hansen <khansen@trolltech.com> | 2009-06-24 09:51:35 (GMT) |
---|---|---|
committer | Kent Hansen <khansen@trolltech.com> | 2009-06-24 09:51:35 (GMT) |
commit | 22f99440c8b586ab7da4799e7ae1f4d12eaab9e3 (patch) | |
tree | c598fffe96649a6f0ed4fb786667c206a478d595 /src/script/api/qscriptcontext_p.h | |
parent | 79e8a79d3be6586b37ab02168fb0ca671ffef57f (diff) | |
download | Qt-22f99440c8b586ab7da4799e7ae1f4d12eaab9e3.zip Qt-22f99440c8b586ab7da4799e7ae1f4d12eaab9e3.tar.gz Qt-22f99440c8b586ab7da4799e7ae1f4d12eaab9e3.tar.bz2 |
make more qscriptengine tests run
Not everything passes but at least nothing asserts anymore, so
the test runs to completion.
Diffstat (limited to 'src/script/api/qscriptcontext_p.h')
-rw-r--r-- | src/script/api/qscriptcontext_p.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/script/api/qscriptcontext_p.h b/src/script/api/qscriptcontext_p.h index 5041845..debf399 100644 --- a/src/script/api/qscriptcontext_p.h +++ b/src/script/api/qscriptcontext_p.h @@ -48,6 +48,7 @@ public: JSC::JSValue thisObject, const JSC::ArgList &args, bool calledAsConstructor, + QScriptContext *parentContext, QScriptEnginePrivate *engine); ~QScriptContextPrivate(); @@ -57,6 +58,7 @@ public: JSC::JSValue thisObject; const JSC::ArgList &args; bool calledAsConstructor; + QScriptContext *parentContext; QScriptEnginePrivate *engine; }; |