Ignore:
Timestamp:
Oct 31, 2008, 2:40:34 PM (17 years ago)
Author:
[email protected]
Message:

2008-10-31 Cameron Zwarich <[email protected]>

Rubber-stamped by Sam Weinig.

Move more files from the kjs subdirectory of JavaScriptCore to the
runtime subdirectory.

  • GNUmakefile.am:
  • JavaScriptCore.pri:
  • JavaScriptCore.xcodeproj/project.pbxproj:
  • JavaScriptCoreSources.bkl:
  • kjs/AllInOneFile.cpp:
  • kjs/RegExpConstructor.cpp: Removed.
  • kjs/RegExpConstructor.h: Removed.
  • kjs/RegExpMatchesArray.h: Removed.
  • kjs/RegExpObject.cpp: Removed.
  • kjs/RegExpObject.h: Removed.
  • kjs/RegExpPrototype.cpp: Removed.
  • kjs/RegExpPrototype.h: Removed.
  • runtime/RegExpConstructor.cpp: Copied from kjs/RegExpConstructor.cpp.
  • runtime/RegExpConstructor.h: Copied from kjs/RegExpConstructor.h.
  • runtime/RegExpMatchesArray.h: Copied from kjs/RegExpMatchesArray.h.
  • runtime/RegExpObject.cpp: Copied from kjs/RegExpObject.cpp.
  • runtime/RegExpObject.h: Copied from kjs/RegExpObject.h.
  • runtime/RegExpPrototype.cpp: Copied from kjs/RegExpPrototype.cpp.
  • runtime/RegExpPrototype.h: Copied from kjs/RegExpPrototype.h.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/JavaScriptCore.pri

    r38047 r38052  
    2121    runtime/ArrayPrototype.cpp \
    2222    runtime/MathObject.cpp \
    23     kjs/RegExpConstructor.cpp \
    24     kjs/RegExpObject.cpp
     23    runtime/RegExpConstructor.cpp \
     24    runtime/RegExpObject.cpp
    2525
    2626KEYWORDLUT_FILES += \
     
    126126    runtime/PrototypeFunction.cpp \
    127127    kjs/regexp.cpp \
    128     kjs/RegExpConstructor.cpp \
    129     kjs/RegExpObject.cpp \
    130     kjs/RegExpPrototype.cpp \
     128    runtime/RegExpConstructor.cpp \
     129    runtime/RegExpObject.cpp \
     130    runtime/RegExpPrototype.cpp \
    131131    kjs/ScopeChain.cpp \
    132132    runtime/SmallStrings.cpp \
Note: See TracChangeset for help on using the changeset viewer.