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.xcodeproj/project.pbxproj

    r38050 r38052  
    11221122                                F692A87D0255597D01FF60F7 /* regexp.cpp */,
    11231123                                F692A87E0255597D01FF60F7 /* regexp.h */,
    1124                                 BCD202BD0E1706A7002C7E82 /* RegExpConstructor.cpp */,
    1125                                 BCD202BE0E1706A7002C7E82 /* RegExpConstructor.h */,
    1126                                 93CEDDFB0EA91EE600258EBE /* RegExpMatchesArray.h */,
    1127                                 F692A87B0255597D01FF60F7 /* RegExpObject.cpp */,
    1128                                 F692A87C0255597D01FF60F7 /* RegExpObject.h */,
    1129                                 BCD202BF0E1706A7002C7E82 /* RegExpPrototype.cpp */,
    1130                                 BCD202C00E1706A7002C7E82 /* RegExpPrototype.h */,
    11311124                                869EBCB60E8C6D4A008722CC /* ResultType.h */,
    11321125                                9374D3A8038D9D74008635CE /* ScopeChain.cpp */,
     
    12571250                                BC257DF20E1F53740016B6C9 /* PrototypeFunction.h */,
    12581251                                147B84620E6DE6B1004775A4 /* PutPropertySlot.h */,
     1252                                BCD202BD0E1706A7002C7E82 /* RegExpConstructor.cpp */,
     1253                                BCD202BE0E1706A7002C7E82 /* RegExpConstructor.h */,
     1254                                93CEDDFB0EA91EE600258EBE /* RegExpMatchesArray.h */,
     1255                                F692A87B0255597D01FF60F7 /* RegExpObject.cpp */,
     1256                                F692A87C0255597D01FF60F7 /* RegExpObject.h */,
     1257                                BCD202BF0E1706A7002C7E82 /* RegExpPrototype.cpp */,
     1258                                BCD202C00E1706A7002C7E82 /* RegExpPrototype.h */,
    12591259                                93303FE80E6A72B500786E6A /* SmallStrings.cpp */,
    12601260                                93303FEA0E6A72C000786E6A /* SmallStrings.h */,
Note: See TracChangeset for help on using the changeset viewer.