aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/compiler/qv4isel_p.h
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@digia.com>2013-08-14 15:44:53 +0200
committerSimon Hausmann <simon.hausmann@digia.com>2013-08-15 09:08:44 +0200
commit0d1e37e9f50b644c88578aee82859990e7378caf (patch)
tree29a142a092f69886ff87f98d8020049cb85a2e16 /src/qml/compiler/qv4isel_p.h
parent5f3ef18bf8c3e0e3ba1c80bcdeaece46cbb45c06 (diff)
Fix writing the function offset table and initialize the pointer to the compiled function in the runtime function
Change-Id: I9aed9f394fedc4a4ea334f6ab1b72fe749c64c72 Reviewed-by: Lars Knoll <lars.knoll@digia.com>
Diffstat (limited to 'src/qml/compiler/qv4isel_p.h')
-rw-r--r--src/qml/compiler/qv4isel_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qml/compiler/qv4isel_p.h b/src/qml/compiler/qv4isel_p.h
index d31d60db9a..7a049a88a3 100644
--- a/src/qml/compiler/qv4isel_p.h
+++ b/src/qml/compiler/qv4isel_p.h
@@ -73,6 +73,7 @@ protected:
QV4::Function *createFunctionMapping(QV4::Function *outer, V4IR::Function *irFunction);
QV4::ExecutionEngine *engine() const { return _engine; }
virtual void run(QV4::Function *vmFunction, V4IR::Function *function) = 0;
+ virtual void backendCompileStep() {}
int stringId(const QString &str) { return jsUnitGenerator.registerString(str); }