diff options
author | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-12-02 02:35:38 (GMT) |
---|---|---|
committer | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-12-02 02:35:38 (GMT) |
commit | cb70f2096cbc66e6e8b5324e0e9508c788144e7e (patch) | |
tree | dd4f6f98e2b27d09f2b7c275e705b5a28e89d541 /src/declarative/qml/qmlcompiler_p.h | |
parent | ec42d6843ca0937f338e5e2d7d3353134d143eb6 (diff) | |
download | Qt-cb70f2096cbc66e6e8b5324e0e9508c788144e7e.zip Qt-cb70f2096cbc66e6e8b5324e0e9508c788144e7e.tar.gz Qt-cb70f2096cbc66e6e8b5324e0e9508c788144e7e.tar.bz2 |
Cache binding closures
Diffstat (limited to 'src/declarative/qml/qmlcompiler_p.h')
-rw-r--r-- | src/declarative/qml/qmlcompiler_p.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/declarative/qml/qmlcompiler_p.h b/src/declarative/qml/qmlcompiler_p.h index b54a62a..ca26062 100644 --- a/src/declarative/qml/qmlcompiler_p.h +++ b/src/declarative/qml/qmlcompiler_p.h @@ -114,6 +114,7 @@ public: QList<QmlParser::Location> locations; QList<QmlInstruction> bytecode; QList<QScriptProgram *> programs; + QList<QScriptValue *> cachedValues; QList<QmlPropertyCache *> propertyCaches; QList<QmlIntegerCache *> contextCaches; QList<QmlParser::Object::ScriptBlock> scripts; |