Changeset 35021 in webkit for trunk/JavaScriptCore


Ignore:
Timestamp:
Jul 5, 2008, 5:10:04 PM (17 years ago)
Author:
[email protected]
Message:

JavaScriptCore:

2008-07-05 Sam Weinig <[email protected]>

Rubber-stamped by Cameron Zwarich.

Rename list.h/cpp to ArgList.h/cpp.

  • GNUmakefile.am:
  • JavaScriptCore.pri:
  • JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.vcproj:
  • JavaScriptCore.xcodeproj/project.pbxproj:
  • JavaScriptCoreSources.bkl:
  • VM/Machine.h:
  • kjs/AllInOneFile.cpp:
  • kjs/ArgList.cpp: Copied from JavaScriptCore/kjs/list.cpp.
  • kjs/ArgList.h: Copied from JavaScriptCore/kjs/list.h.
  • kjs/IndexToNameMap.cpp:
  • kjs/JSGlobalData.cpp:
  • kjs/JSGlobalData.h:
  • kjs/JSObject.h:
  • kjs/collector.cpp:
  • kjs/list.cpp: Removed.
  • kjs/list.h: Removed.

WebCore:

2008-07-05 Sam Weinig <[email protected]>

Rubber-stamped by Cameron Zwarich.

Rename list.h/cpp to ArgList.h/cpp.

  • ForwardingHeaders/kjs/ArgList.h: Copied from WebCore/ForwardingHeaders/kjs/list.h.
  • ForwardingHeaders/kjs/list.h: Removed.
  • WebCore.vcproj/WebCore.vcproj:
  • bridge/qt/qt_instance.cpp:
  • page/Console.cpp:
Location:
trunk/JavaScriptCore
Files:
13 edited
2 moved

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/ChangeLog

    r35020 r35021  
     12008-07-05  Sam Weinig  <[email protected]>
     2
     3        Rubber-stamped by Cameron Zwarich.
     4
     5        Rename list.h/cpp to ArgList.h/cpp.
     6
     7        * GNUmakefile.am:
     8        * JavaScriptCore.pri:
     9        * JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.vcproj:
     10        * JavaScriptCore.xcodeproj/project.pbxproj:
     11        * JavaScriptCoreSources.bkl:
     12        * VM/Machine.h:
     13        * kjs/AllInOneFile.cpp:
     14        * kjs/ArgList.cpp: Copied from JavaScriptCore/kjs/list.cpp.
     15        * kjs/ArgList.h: Copied from JavaScriptCore/kjs/list.h.
     16        * kjs/IndexToNameMap.cpp:
     17        * kjs/JSGlobalData.cpp:
     18        * kjs/JSGlobalData.h:
     19        * kjs/JSObject.h:
     20        * kjs/collector.cpp:
     21        * kjs/list.cpp: Removed.
     22        * kjs/list.h: Removed.
     23
    1242008-07-05  Sam Weinig  <[email protected]>
    225
  • trunk/JavaScriptCore/GNUmakefile.am

    r35016 r35021  
    7575
    7676javascriptcore_sources += \
     77        JavaScriptCore/kjs/ArgList.cpp \
    7778        JavaScriptCore/kjs/Arguments.cpp \
    7879        JavaScriptCore/kjs/ArrayConstructor.cpp \
     
    116117        JavaScriptCore/kjs/LabelStack.cpp \
    117118        JavaScriptCore/kjs/lexer.cpp \
    118         JavaScriptCore/kjs/list.cpp \
    119119        JavaScriptCore/kjs/lookup.cpp \
    120120        JavaScriptCore/kjs/MathObject.cpp \
  • trunk/JavaScriptCore/JavaScriptCore.pri

    r35016 r35021  
    6262# Other compilers may be able to do this at link time
    6363SOURCES += \
     64    kjs/ArgList.cpp \
    6465    kjs/Arguments.cpp \
    6566    kjs/ArrayConstructor.cpp \
     
    103104    kjs/LabelStack.cpp \
    104105    kjs/lexer.cpp \
    105     kjs/list.cpp \
    106106    kjs/lookup.cpp \
    107107    kjs/MathObject.cpp \
  • trunk/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.vcproj

    r35016 r35021  
    270270                        >
    271271                        <File
    272                                 RelativePath="..\..\kjs\Activation.h"
     272                                RelativePath="..\..\kjs\ArgList.cpp"
     273                                >
     274                        </File>
     275                        <File
     276                                RelativePath="..\..\kjs\ArgList.h"
    273277                                >
    274278                        </File>
     
    643647                        <File
    644648                                RelativePath="..\..\kjs\LabelStack.h"
    645                                 >
    646                         </File>
    647                         <File
    648                                 RelativePath="..\..\kjs\list.cpp"
    649                                 >
    650                         </File>
    651                         <File
    652                                 RelativePath="..\..\kjs\list.h"
    653649                                >
    654650                        </File>
  • trunk/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj

    r35016 r35021  
    179179                BC18C4300E16F5CD00B34460 /* LabelStack.h in Headers */ = {isa = PBXBuildFile; fileRef = 65B813A80CD1D01900DF59D6 /* LabelStack.h */; settings = {ATTRIBUTES = (Private, ); }; };
    180180                BC18C4310E16F5CD00B34460 /* lexer.h in Headers */ = {isa = PBXBuildFile; fileRef = F692A8660255597D01FF60F7 /* lexer.h */; };
    181                 BC18C4330E16F5CD00B34460 /* list.h in Headers */ = {isa = PBXBuildFile; fileRef = 931C6CEF038EE8DE008635CE /* list.h */; settings = {ATTRIBUTES = (Private, ); }; };
    182181                BC18C4340E16F5CD00B34460 /* ListHashSet.h in Headers */ = {isa = PBXBuildFile; fileRef = 657EB7450B708F540063461B /* ListHashSet.h */; settings = {ATTRIBUTES = (Private, ); }; };
    183182                BC18C4350E16F5CD00B34460 /* ListRefPtr.h in Headers */ = {isa = PBXBuildFile; fileRef = 148A1626095D16BB00666D0D /* ListRefPtr.h */; settings = {ATTRIBUTES = (Private, ); }; };
     
    268267                BCD2034C0E17135E002C7E82 /* DatePrototype.h in Headers */ = {isa = PBXBuildFile; fileRef = BCD203480E17135E002C7E82 /* DatePrototype.h */; };
    269268                BCD203E80E1718F4002C7E82 /* DatePrototype.lut.h in Headers */ = {isa = PBXBuildFile; fileRef = BCD203E70E1718F4002C7E82 /* DatePrototype.lut.h */; };
     269                BCF605140E203EF800B9A64D /* ArgList.h in Headers */ = {isa = PBXBuildFile; fileRef = BCF605120E203EF800B9A64D /* ArgList.h */; settings = {ATTRIBUTES = (Private, ); }; };
    270270                E178636D0D9BEEC300D74E75 /* InitializeThreading.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E178636C0D9BEEC300D74E75 /* InitializeThreading.cpp */; };
    271271                E18E3A590DF9278C00D90B34 /* JSGlobalData.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E18E3A570DF9278C00D90B34 /* JSGlobalData.cpp */; };
     
    559559                930754CE08B0F74500AB3056 /* pcre_tables.cpp */ = {isa = PBXFileReference; fileEncoding = 30; indentWidth = 4; lastKnownFileType = sourcecode.cpp.cpp; name = pcre_tables.cpp; path = pcre/pcre_tables.cpp; sourceTree = "<group>"; tabWidth = 8; };
    560560                930754E908B0F78500AB3056 /* pcre_exec.cpp */ = {isa = PBXFileReference; fileEncoding = 30; indentWidth = 4; lastKnownFileType = sourcecode.cpp.cpp; name = pcre_exec.cpp; path = pcre/pcre_exec.cpp; sourceTree = "<group>"; tabWidth = 8; };
    561                 931C6CEF038EE8DE008635CE /* list.h */ = {isa = PBXFileReference; fileEncoding = 4; indentWidth = 4; lastKnownFileType = sourcecode.c.h; path = list.h; sourceTree = "<group>"; tabWidth = 8; };
    562                 931C6CF0038EE8DE008635CE /* list.cpp */ = {isa = PBXFileReference; fileEncoding = 4; indentWidth = 4; lastKnownFileType = sourcecode.cpp.cpp; path = list.cpp; sourceTree = "<group>"; tabWidth = 8; };
    563561                9322A00306C341D3009067BB /* libicucore.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libicucore.dylib; path = /usr/lib/libicucore.dylib; sourceTree = "<absolute>"; };
    564562                932F5BD80822A1C700736975 /* Info.plist */ = {isa = PBXFileReference; indentWidth = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; tabWidth = 8; usesTabs = 1; };
     
    684682                BCD203480E17135E002C7E82 /* DatePrototype.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DatePrototype.h; sourceTree = "<group>"; };
    685683                BCD203E70E1718F4002C7E82 /* DatePrototype.lut.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DatePrototype.lut.h; sourceTree = "<group>"; };
     684                BCF605110E203EF800B9A64D /* ArgList.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ArgList.cpp; sourceTree = "<group>"; };
     685                BCF605120E203EF800B9A64D /* ArgList.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ArgList.h; sourceTree = "<group>"; };
    686686                BCF6553B0A2048DE0038A194 /* MathExtras.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = MathExtras.h; sourceTree = "<group>"; };
    687687                D21202280AD4310C00ED79B6 /* DateMath.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = DateMath.cpp; sourceTree = "<group>"; };
     
    10651065                        children = (
    10661066                                659126BC0BDD1728001921FB /* AllInOneFile.cpp */,
     1067                                BCF605110E203EF800B9A64D /* ArgList.cpp */,
     1068                                BCF605120E203EF800B9A64D /* ArgList.h */,
    10671069                                BC257DE50E1F51C50016B6C9 /* Arguments.cpp */,
    10681070                                BC257DE60E1F51C50016B6C9 /* Arguments.h */,
     
    11641166                                BC02E9B70E1844CF000F9297 /* LabelStack.cpp */,
    11651167                                65B813A80CD1D01900DF59D6 /* LabelStack.h */,
    1166                                 931C6CF0038EE8DE008635CE /* list.cpp */,
    1167                                 931C6CEF038EE8DE008635CE /* list.h */,
    11681168                                F692A8680255597D01FF60F7 /* lookup.cpp */,
    11691169                                F692A8690255597D01FF60F7 /* lookup.h */,
     
    13851385                                BC18C4300E16F5CD00B34460 /* LabelStack.h in Headers */,
    13861386                                BC18C4310E16F5CD00B34460 /* lexer.h in Headers */,
    1387                                 BC18C4330E16F5CD00B34460 /* list.h in Headers */,
    13881387                                BC18C4340E16F5CD00B34460 /* ListHashSet.h in Headers */,
    13891388                                BC18C4350E16F5CD00B34460 /* ListRefPtr.h in Headers */,
     
    14861485                                BC257DF40E1F53740016B6C9 /* PrototypeFunction.h in Headers */,
    14871486                                BC756FC90E2031B200DE7D12 /* JSGlobalObjectFunctions.h in Headers */,
     1487                                BCF605140E203EF800B9A64D /* ArgList.h in Headers */,
    14881488                        );
    14891489                        runOnlyForDeploymentPostprocessing = 0;
  • trunk/JavaScriptCore/JavaScriptCoreSources.bkl

    r35016 r35021  
    4444    <set append="1" var="JSCORE_SOURCES_KJS">
    4545        DerivedSources/JavaScriptCore/grammar.cpp
     46        kjs/ArgList.cpp
    4647        kjs/Arguments.cpp
    4748        kjs/ArrayConstructor.cpp
     
    9192        kjs/LabelStack.cpp
    9293        kjs/lexer.cpp
    93         kjs/list.cpp
    9494        kjs/lookup.cpp
    9595        kjs/MathObject.cpp
  • trunk/JavaScriptCore/VM/Machine.h

    r34964 r35021  
    3030#define Machine_h
    3131
     32#include "ArgList.h"
    3233#include "JSCell.h"
    3334#include "JSValue.h"
    3435#include "Opcode.h"
    3536#include "RegisterFile.h"
    36 #include <kjs/list.h>
    3737#include <wtf/HashMap.h>
    3838
  • trunk/JavaScriptCore/kjs/AllInOneFile.cpp

    r35016 r35021  
    6767#include "JSWrapperObject.cpp"
    6868#include "lexer.cpp"
    69 #include "list.cpp"
     69#include "ArgList.cpp"
    7070#include "lookup.cpp"
    7171#include "MathObject.cpp"
  • trunk/JavaScriptCore/kjs/ArgList.cpp

    r35006 r35021  
    2020
    2121#include "config.h"
    22 #include "list.h"
     22#include "ArgList.h"
    2323
    2424#include "JSValue.h"
  • trunk/JavaScriptCore/kjs/ArgList.h

    r35006 r35021  
    2020 */
    2121
    22 #ifndef KJS_LIST_H
    23 #define KJS_LIST_H
     22#ifndef ArgList_h
     23#define ArgList_h
    2424
    2525#include "JSImmediate.h"
     
    3131
    3232    class JSValue;
    33     class ArgList;
    3433   
    3534    class ArgList : Noncopyable {
     
    139138        void operator delete(void*, size_t);
    140139    };
    141    
     140
    142141} // namespace KJS
    143142
    144 #endif // KJS_LIST_H
     143#endif // ArgList_h
  • trunk/JavaScriptCore/kjs/IndexToNameMap.cpp

    r35019 r35021  
    2626#include "IndexToNameMap.h"
    2727
     28#include "ArgList.h"
    2829#include "JSFunction.h"
    2930#include "identifier.h"
    30 #include "list.h"
    3131
    3232namespace KJS {
  • trunk/JavaScriptCore/kjs/JSGlobalData.cpp

    r34979 r35021  
    3030#include "JSGlobalData.h"
    3131
    32 #include "collector.h"
     32#include "ArgList.h"
    3333#include "CommonIdentifiers.h"
    3434#include "JSLock.h"
     35#include "Machine.h"
     36#include "Parser.h"
     37#include "collector.h"
    3538#include "lexer.h"
    36 #include "list.h"
    3739#include "lookup.h"
    38 #include "Machine.h"
    3940#include "nodes.h"
    40 #include "Parser.h"
    4141
    4242#if USE(MULTIPLE_THREADS)
  • trunk/JavaScriptCore/kjs/JSGlobalData.h

    r34977 r35021  
    3030#define JSGlobalData_h
    3131
    32 #include "list.h"
     32#include "ArgList.h"
    3333#include <wtf/HashCountedSet.h>
    3434#include <wtf/HashSet.h>
  • trunk/JavaScriptCore/kjs/JSObject.h

    r35007 r35021  
    2424#define JSObject_h
    2525
     26#include "ArgList.h"
    2627#include "ClassInfo.h"
    2728#include "CommonIdentifiers.h"
     
    3233#include "PropertySlot.h"
    3334#include "ScopeChain.h"
    34 #include "list.h"
    3535
    3636namespace KJS {
  • trunk/JavaScriptCore/kjs/collector.cpp

    r34977 r35021  
    2222#include "collector.h"
    2323
     24#include "ArgList.h"
    2425#include "ExecState.h"
    2526#include "JSGlobalObject.h"
     
    2728#include "JSString.h"
    2829#include "JSValue.h"
    29 #include "list.h"
    3030#include "Machine.h"
    3131#include "Tracing.h"
Note: See TracChangeset for help on using the changeset viewer.