Changeset 34893 in webkit for trunk/JavaScriptCore/JavaScriptCore.xcodeproj
- Timestamp:
- Jun 30, 2008, 1:52:03 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj
r34876 r34893 601 601 BC02E98A0E183E38000F9297 /* ErrorInstance.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ErrorInstance.cpp; sourceTree = "<group>"; }; 602 602 BC02E98B0E183E38000F9297 /* ErrorInstance.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ErrorInstance.h; sourceTree = "<group>"; }; 603 BC02E9B60E1842FA000F9297 /* JSString.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = JSString.cpp; sourceTree = "<group>"; }; 604 BC02E9B70E1844CF000F9297 /* LabelStack.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = LabelStack.cpp; sourceTree = "<group>"; }; 605 BC02E9B80E184545000F9297 /* GetterSetter.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GetterSetter.cpp; sourceTree = "<group>"; }; 606 BC02E9B90E184580000F9297 /* JSNumberCell.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = JSNumberCell.cpp; sourceTree = "<group>"; }; 603 607 BC18C3C00E16EE3300B34460 /* StringConstructor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = StringConstructor.cpp; sourceTree = "<group>"; }; 604 608 BC18C3C10E16EE3300B34460 /* StringConstructor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = StringConstructor.h; sourceTree = "<group>"; }; … … 635 639 BC7952350E15EB5600A898AB /* BooleanPrototype.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BooleanPrototype.h; sourceTree = "<group>"; }; 636 640 BC8F3CCF0DAF17BA00577A80 /* ConstructData.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ConstructData.h; sourceTree = "<group>"; }; 641 BC9BB95B0E19680600DF8855 /* InternalFunction.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = InternalFunction.cpp; sourceTree = "<group>"; }; 637 642 BCD202BD0E1706A7002C7E82 /* RegExpConstructor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = RegExpConstructor.cpp; sourceTree = "<group>"; }; 638 643 BCD202BE0E1706A7002C7E82 /* RegExpConstructor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RegExpConstructor.h; sourceTree = "<group>"; }; … … 684 689 F692A85E0255597D01FF60F7 /* JSFunction.cpp */ = {isa = PBXFileReference; fileEncoding = 30; indentWidth = 4; lastKnownFileType = sourcecode.cpp.cpp; path = JSFunction.cpp; sourceTree = "<group>"; tabWidth = 8; }; 685 690 F692A85F0255597D01FF60F7 /* JSFunction.h */ = {isa = PBXFileReference; fileEncoding = 30; indentWidth = 4; lastKnownFileType = sourcecode.c.h; path = JSFunction.h; sourceTree = "<group>"; tabWidth = 8; }; 686 F692A8610255597D01FF60F7 /* internal.cpp */ = {isa = PBXFileReference; fileEncoding = 30; indentWidth = 4; lastKnownFileType = sourcecode.cpp.cpp; path = internal.cpp; sourceTree = "<group>"; tabWidth = 8; };687 691 F692A8620255597D01FF60F7 /* JSString.h */ = {isa = PBXFileReference; fileEncoding = 30; indentWidth = 4; lastKnownFileType = sourcecode.c.h; path = JSString.h; sourceTree = "<group>"; tabWidth = 8; }; 688 692 F692A8630255597D01FF60F7 /* interpreter.cpp */ = {isa = PBXFileReference; fileEncoding = 30; indentWidth = 4; lastKnownFileType = sourcecode.cpp.cpp; path = interpreter.cpp; sourceTree = "<group>"; tabWidth = 8; }; … … 1076 1080 F692A85D0255597D01FF60F7 /* FunctionPrototype.h */, 1077 1081 933A3499038AE7C6008635CE /* grammar.y */, 1082 BC02E9B80E184545000F9297 /* GetterSetter.cpp */, 1078 1083 933A349D038AE80F008635CE /* identifier.cpp */, 1079 1084 933A349A038AE7C6008635CE /* identifier.h */, 1080 1085 E178636C0D9BEEC300D74E75 /* InitializeThreading.cpp */, 1081 1086 E178633F0D9BEC0000D74E75 /* InitializeThreading.h */, 1082 F692A8610255597D01FF60F7 /* internal.cpp */,1087 BC9BB95B0E19680600DF8855 /* InternalFunction.cpp */, 1083 1088 F692A8630255597D01FF60F7 /* interpreter.cpp */, 1084 1089 F692A8640255597D01FF60F7 /* interpreter.h */, … … 1099 1104 A72700780DAC605600E548D7 /* JSNotAnObject.cpp */, 1100 1105 A72700770DAC605600E548D7 /* JSNotAnObject.h */, 1106 BC02E9B90E184580000F9297 /* JSNumberCell.cpp */, 1101 1107 BC22A3980E16E14800AF21C8 /* JSObject.cpp */, 1102 1108 BC22A3990E16E14800AF21C8 /* JSObject.h */, 1109 BC02E9B60E1842FA000F9297 /* JSString.cpp */, 1103 1110 F692A8620255597D01FF60F7 /* JSString.h */, 1104 1111 14ABB454099C2A0F00E2A24F /* JSType.h */, … … 1110 1117 65C7A1720A8EAACB00FA37EA /* JSWrapperObject.h */, 1111 1118 93F1981A08245AAE001E9ABC /* keywords.table */, 1119 BC02E9B70E1844CF000F9297 /* LabelStack.cpp */, 1112 1120 65B813A80CD1D01900DF59D6 /* LabelStack.h */, 1113 1121 931C6CF0038EE8DE008635CE /* list.cpp */,
Note:
See TracChangeset
for help on using the changeset viewer.