Rename QmlJS::Check -> QmlJS::Evaluate.

It is used to evaluate expressions to values.
Done to make room for a real 'check' pass.
This commit is contained in:
Christian Kamm
2010-02-15 11:52:39 +01:00
parent 5448a9f0b7
commit b23fc0c572
7 changed files with 113 additions and 113 deletions

View File

@@ -14,7 +14,7 @@ INCLUDEPATH += $$PWD/..
HEADERS += \
$$PWD/qmljs_global.h \
$$PWD/qmljsbind.h \
$$PWD/qmljscheck.h \
$$PWD/qmljsevaluate.h \
$$PWD/qmljsdocument.h \
$$PWD/qmljsscanner.h \
$$PWD/qmljsinterpreter.h \
@@ -22,7 +22,7 @@ HEADERS += \
SOURCES += \
$$PWD/qmljsbind.cpp \
$$PWD/qmljscheck.cpp \
$$PWD/qmljsevaluate.cpp \
$$PWD/qmljsdocument.cpp \
$$PWD/qmljsscanner.cpp \
$$PWD/qmljsinterpreter.cpp \