rename qv4ecmaobjects.* to qv4objectproto.*

Change-Id: I4bf60a424542cb7e53d54011ac5d0c503453913f
Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
This commit is contained in:
Lars Knoll 2013-01-21 22:17:55 +01:00 committed by Simon Hausmann
parent 64fda7f790
commit bd66309251
16 changed files with 16 additions and 16 deletions

View File

@ -54,7 +54,7 @@
#include "qv4isel_moth_p.h"
#include "qv4vme_moth_p.h"
#include "qv4syntaxchecker_p.h"
#include "qv4ecmaobjects_p.h"
#include "qv4objectproto.h"
#include "qv4isel_p.h"
#include "qv4mm.h"
#include "qmljs_environment.h"

View File

@ -40,7 +40,7 @@
****************************************************************************/
#include <qmljs_engine.h>
#include <qv4object.h>
#include <qv4ecmaobjects_p.h>
#include <qv4objectproto.h>
#include <qv4arrayobject.h>
#include <qv4booleanobject.h>
#include <qv4globalobject.h>

View File

@ -43,7 +43,7 @@
#include "debugging.h"
#include <qmljs_environment.h>
#include <qv4object.h>
#include <qv4ecmaobjects_p.h>
#include <qv4objectproto.h>
#include "qv4mm.h"
#include <qv4argumentsobject.h>

View File

@ -43,7 +43,7 @@
#include "qmljs_runtime.h"
#include "qv4object.h"
#include "qv4ir_p.h"
#include "qv4ecmaobjects_p.h"
#include "qv4objectproto.h"
#include "private/qlocale_tools_p.h"
#include <QtCore/qmath.h>

View File

@ -40,7 +40,7 @@
****************************************************************************/
#include <qmljs_engine.h>
#include <qv4object.h>
#include <qv4ecmaobjects_p.h>
#include <qv4objectproto.h>
namespace QQmlJS {
namespace VM {

View File

@ -41,7 +41,7 @@
#include "qv4dateobject.h"
#include "qv4ecmaobjects_p.h"
#include "qv4objectproto.h"
#include "qv4mm.h"
#include <QtCore/qnumeric.h>
#include <QtCore/qmath.h>

View File

@ -42,7 +42,7 @@
#include "qv4object.h"
#include "qv4ir_p.h"
#include "qv4isel_p.h"
#include "qv4ecmaobjects_p.h"
#include "qv4objectproto.h"
#include "qv4stringobject.h"
#include "qv4mm.h"

View File

@ -42,7 +42,7 @@
#include "qv4globalobject.h"
#include "qv4ir_p.h"
#include "qv4isel_p.h"
#include "qv4ecmaobjects_p.h"
#include "qv4objectproto.h"
#include "qv4stringobject.h"
#include "qv4mm.h"

View File

@ -39,7 +39,7 @@
**
****************************************************************************/
#include <qv4jsonobject.h>
#include <qv4ecmaobjects_p.h>
#include <qv4objectproto.h>
#include <qjsondocument.h>
#include <qjsonobject.h>
#include <qjsonarray.h>

View File

@ -29,7 +29,7 @@
#include "qmljs_engine.h"
#include "qv4object.h"
#include "qv4ecmaobjects_p.h"
#include "qv4objectproto.h"
#include "qv4mm.h"
#include "PageAllocation.h"
#include "StdLibExtras.h"

View File

@ -42,7 +42,7 @@
#include "qv4object.h"
#include "qv4ir_p.h"
#include "qv4isel_p.h"
#include "qv4ecmaobjects_p.h"
#include "qv4objectproto.h"
#include "qv4stringobject.h"
#include "qv4mm.h"

View File

@ -40,7 +40,7 @@
****************************************************************************/
#include "qv4ecmaobjects_p.h"
#include "qv4objectproto.h"
#include "qv4mm.h"
#include <QtCore/qnumeric.h>
#include <QtCore/qmath.h>

View File

@ -42,7 +42,7 @@
#include "qv4regexpobject.h"
#include "qv4ir_p.h"
#include "qv4isel_p.h"
#include "qv4ecmaobjects_p.h"
#include "qv4objectproto.h"
#include "qv4stringobject.h"
#include "qv4mm.h"

View File

@ -42,7 +42,7 @@
#include "qv4stringobject.h"
#include "qv4regexpobject.h"
#include "qv4ecmaobjects_p.h"
#include "qv4objectproto.h"
#include "qv4mm.h"
#include <QtCore/qnumeric.h>
#include <QtCore/qmath.h>

4
v4.pro
View File

@ -18,7 +18,6 @@ SOURCES += main.cpp \
qmljs_runtime.cpp \
qmljs_value.cpp \
qv4syntaxchecker.cpp \
qv4ecmaobjects.cpp \
qv4isel_masm.cpp \
llvm_runtime.cpp \
qv4isel_p.cpp \
@ -37,6 +36,7 @@ SOURCES += main.cpp \
qv4mathobject.cpp \
qv4numberobject.cpp \
qv4object.cpp \
qv4objectproto.cpp \
qv4regexpobject.cpp \
qv4stringobject.cpp \
qv4string.cpp \
@ -52,7 +52,6 @@ HEADERS += \
qmljs_math.h \
qmljs_value.h \
qv4syntaxchecker_p.h \
qv4ecmaobjects_p.h \
qv4isel_masm_p.h \
qv4isel_p.h \
qv4isel_util_p.h \
@ -71,6 +70,7 @@ HEADERS += \
qv4mathobject.h \
qv4numberobject.h \
qv4object.h \
qv4objectproto.h \
qv4regexpobject.h \
qv4stringobject.h \
qv4string.h \