equal
deleted
inserted
replaced
1 /**************************************************************************** |
1 /**************************************************************************** |
2 ** |
2 ** |
3 ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). |
3 ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies). |
4 ** All rights reserved. |
4 ** All rights reserved. |
5 ** Contact: Nokia Corporation (qt-info@nokia.com) |
5 ** Contact: Nokia Corporation (qt-info@nokia.com) |
6 ** |
6 ** |
7 ** This file is part of the QtScript module of the Qt Toolkit. |
7 ** This file is part of the QtScript module of the Qt Toolkit. |
8 ** |
8 ** |
766 #endif |
766 #endif |
767 |
767 |
768 } // namespace QScript |
768 } // namespace QScript |
769 |
769 |
770 QScriptEnginePrivate::QScriptEnginePrivate() |
770 QScriptEnginePrivate::QScriptEnginePrivate() |
771 : registeredScriptValues(0), freeScriptValues(0), |
771 : registeredScriptValues(0), freeScriptValues(0), freeScriptValuesCount(0), |
772 registeredScriptStrings(0), inEval(false) |
772 registeredScriptStrings(0), inEval(false) |
773 { |
773 { |
774 qMetaTypeId<QScriptValue>(); |
774 qMetaTypeId<QScriptValue>(); |
775 qMetaTypeId<QList<int> >(); |
775 qMetaTypeId<QList<int> >(); |
776 #ifndef QT_NO_QOBJECT |
776 #ifndef QT_NO_QOBJECT |