Changeset 39071 in webkit for trunk/JavaScriptCore/JavaScriptCore.xcodeproj
- Timestamp:
- Dec 6, 2008, 2:19:22 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj
r39062 r39071 313 313 BCDE3B430E6C832D001453A7 /* Structure.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BCDE3AB00E6C82CF001453A7 /* Structure.cpp */; }; 314 314 BCF605140E203EF800B9A64D /* ArgList.h in Headers */ = {isa = PBXBuildFile; fileRef = BCF605120E203EF800B9A64D /* ArgList.h */; settings = {ATTRIBUTES = (Private, ); }; }; 315 BCFD8C920EEB2EE700283848 /* JumpTable.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BCFD8C900EEB2EE700283848 /* JumpTable.cpp */; }; 316 BCFD8C930EEB2EE700283848 /* JumpTable.h in Headers */ = {isa = PBXBuildFile; fileRef = BCFD8C910EEB2EE700283848 /* JumpTable.h */; }; 315 317 C0A272630E50A06300E96E15 /* NotFound.h in Headers */ = {isa = PBXBuildFile; fileRef = C0A2723F0E509F1E00E96E15 /* NotFound.h */; settings = {ATTRIBUTES = (Private, ); }; }; 316 318 E124A8F70E555775003091F1 /* OpaqueJSString.h in Headers */ = {isa = PBXBuildFile; fileRef = E124A8F50E555775003091F1 /* OpaqueJSString.h */; settings = {ATTRIBUTES = (Private, ); }; }; … … 719 721 BCF605120E203EF800B9A64D /* ArgList.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ArgList.h; sourceTree = "<group>"; }; 720 722 BCF6553B0A2048DE0038A194 /* MathExtras.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = MathExtras.h; sourceTree = "<group>"; }; 723 BCFD8C900EEB2EE700283848 /* JumpTable.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = JumpTable.cpp; sourceTree = "<group>"; }; 724 BCFD8C910EEB2EE700283848 /* JumpTable.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JumpTable.h; sourceTree = "<group>"; }; 721 725 C0A2723F0E509F1E00E96E15 /* NotFound.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NotFound.h; sourceTree = "<group>"; }; 722 726 D21202280AD4310C00ED79B6 /* DateMath.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = DateMath.cpp; sourceTree = "<group>"; }; … … 1384 1388 969A07920ED1D3AE00F1F681 /* EvalCodeCache.h */, 1385 1389 969A07930ED1D3AE00F1F681 /* Instruction.h */, 1390 BCFD8C900EEB2EE700283848 /* JumpTable.cpp */, 1391 BCFD8C910EEB2EE700283848 /* JumpTable.h */, 1386 1392 969A07940ED1D3AE00F1F681 /* Opcode.cpp */, 1387 1393 969A07950ED1D3AE00F1F681 /* Opcode.h */, … … 1638 1644 86C36EEA0EE1289D00B3DF59 /* MacroAssembler.h in Headers */, 1639 1645 86CC85A10EE79A4700288682 /* JITInlineMethods.h in Headers */, 1646 BCFD8C930EEB2EE700283848 /* JumpTable.h in Headers */, 1640 1647 ); 1641 1648 runOnlyForDeploymentPostprocessing = 0; … … 1980 1987 86CC85C40EE7A89400288682 /* JITPropertyAccess.cpp in Sources */, 1981 1988 86A90ED00EE7D51F00AB350D /* JITArithmetic.cpp in Sources */, 1989 BCFD8C920EEB2EE700283848 /* JumpTable.cpp in Sources */, 1982 1990 ); 1983 1991 runOnlyForDeploymentPostprocessing = 0;
Note:
See TracChangeset
for help on using the changeset viewer.