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/JavaScriptCoreSources.bkl

    r38047 r38052  
    7070        kjs/PropertyNameArray.cpp
    7171        kjs/regexp.cpp
    72         kjs/RegExpConstructor.cpp
    73         kjs/RegExpObject.cpp
    74         kjs/RegExpPrototype.cpp
    7572        kjs/ScopeChain.cpp
    7673        kjs/ustring.cpp
     
    135132        runtime/PropertySlot.cpp
    136133        runtime/PrototypeFunction.cpp
     134        runtime/RegExpConstructor.cpp
     135        runtime/RegExpObject.cpp
     136        runtime/RegExpPrototype.cpp
    137137        runtime/SmallStrings.cpp
    138138        runtime/StringConstructor.cpp
Note: See TracChangeset for help on using the changeset viewer.