[SCM] WebKit Debian packaging branch, webkit-1.2, updated. upstream/1.1.90-6072-g9a69373

aroben at apple.com aroben at apple.com
Thu Apr 8 00:40:35 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit f40a95b16b1de7a68623b420d811d7383a8f71ee
Author: aroben at apple.com <aroben at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Dec 17 19:12:38 2009 +0000

    Sync JavaScriptCore.vcproj with JavaScriptCore.xcodeproj and the source tree
    
    Fixes <http://webkit.org/b/32665>.
    
    Reviewed by Ada Chan.
    
    * JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.vcproj: Moved
    around files and filters so that the structure matches
    JavaScriptCore.xcodeproj and the source tree. A few headers that were
    previously omitted have been added, as well as JSZombie.{cpp,h}.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@52265 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/JavaScriptCore/ChangeLog b/JavaScriptCore/ChangeLog
index a5bbadc..9e36810 100644
--- a/JavaScriptCore/ChangeLog
+++ b/JavaScriptCore/ChangeLog
@@ -1,5 +1,19 @@
 2009-12-17  Adam Roben  <aroben at apple.com>
 
+        Sync JavaScriptCore.vcproj with JavaScriptCore.xcodeproj and the
+        source tree
+
+        Fixes <http://webkit.org/b/32665>.
+
+        Reviewed by Ada Chan.
+
+        * JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.vcproj: Moved
+        around files and filters so that the structure matches
+        JavaScriptCore.xcodeproj and the source tree. A few headers that were
+        previously omitted have been added, as well as JSZombie.{cpp,h}.
+
+2009-12-17  Adam Roben  <aroben at apple.com>
+
         Remove HeavyProfile and TreeProfile completely
 
         These were mostly removed in r42808, but the empty files were left in
diff --git a/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.vcproj b/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.vcproj
index 995ff72..c183666 100644
--- a/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.vcproj
+++ b/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.vcproj
@@ -514,7 +514,7 @@
 	</References>
 	<Files>
 		<Filter
-			Name="JavaScriptCore"
+			Name="runtime"
 			>
 			<File
 				RelativePath="..\..\runtime\ArgList.cpp"
@@ -549,6 +549,10 @@
 				>
 			</File>
 			<File
+				RelativePath="..\..\runtime\BatchedTransitionOptimizer.h"
+				>
+			</File>
+			<File
 				RelativePath="..\..\runtime\BooleanConstructor.cpp"
 				>
 			</File>
@@ -573,10 +577,6 @@
 				>
 			</File>
 			<File
-				RelativePath="..\..\interpreter\CachedCall.h"
-				>
-			</File>
-			<File
 				RelativePath="..\..\runtime\CallData.cpp"
 				>
 			</File>
@@ -585,18 +585,6 @@
 				>
 			</File>
 			<File
-				RelativePath="..\..\interpreter\CallFrame.cpp"
-				>
-			</File>
-			<File
-				RelativePath="..\..\interpreter\CallFrame.h"
-				>
-			</File>
-			<File
-				RelativePath="..\..\interpreter\CallFrameClosure.h"
-				>
-			</File>
-			<File
 				RelativePath="..\..\runtime\ClassInfo.h"
 				>
 			</File>
@@ -629,10 +617,6 @@
 				>
 			</File>
 			<File
-				RelativePath="..\..\config.h"
-				>
-			</File>
-			<File
 				RelativePath="..\..\runtime\ConstructData.cpp"
 				>
 			</File>
@@ -717,10 +701,22 @@
 				>
 			</File>
 			<File
+				RelativePath="..\..\runtime\ExceptionHelpers.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\interpreter\ExceptionHelpers.h"
+				>
+			</File>
+			<File
 				RelativePath="..\..\runtime\Executable.cpp"
 				>
 			</File>
 			<File
+				RelativePath="..\..\runtime\Executable.h"
+				>
+			</File>
+			<File
 				RelativePath="..\..\runtime\FunctionConstructor.cpp"
 				>
 			</File>
@@ -785,14 +781,6 @@
 				>
 			</File>
 			<File
-				RelativePath="..\..\runtime\JSAPIValueWrapper.cpp"
-				>
-			</File>
-			<File
-				RelativePath="..\..\runtime\JSAPIValueWrapper.h"
-				>
-			</File>
-			<File
 				RelativePath="..\..\runtime\JSArray.cpp"
 				>
 			</File>
@@ -897,6 +885,14 @@
 				>
 			</File>
 			<File
+				RelativePath="..\..\runtime\JSPropertyNameIterator.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\runtime\JSPropertyNameIterator.h"
+				>
+			</File>
+			<File
 				RelativePath="..\..\runtime\JSStaticScopeObject.cpp"
 				>
 			</File>
@@ -917,6 +913,10 @@
 				>
 			</File>
 			<File
+				RelativePath="..\..\runtime\JSTypeInfo.h"
+				>
+			</File>
+			<File
 				RelativePath="..\..\runtime\JSValue.cpp"
 				>
 			</File>
@@ -941,7 +941,11 @@
 				>
 			</File>
 			<File
-				RelativePath="..\..\bytecompiler\LabelScope.h"
+				RelativePath="..\..\runtime\JSZombie.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\runtime\JSZombie.h"
 				>
 			</File>
 			<File
@@ -1109,6 +1113,10 @@
 				>
 			</File>
 			<File
+				RelativePath="..\..\runtime\RegExpMatchesArray.h"
+				>
+			</File>
+			<File
 				RelativePath="..\..\runtime\RegExpObject.cpp"
 				>
 			</File>
@@ -1145,14 +1153,6 @@
 				>
 			</File>
 			<File
-				RelativePath="..\..\parser\SourceCode.h"
-				>
-			</File>
-			<File
-				RelativePath="..\..\parser\SourceProvider.h"
-				>
-			</File>
-			<File
 				RelativePath="..\..\runtime\StringConstructor.cpp"
 				>
 			</File>
@@ -1205,6 +1205,14 @@
 				>
 			</File>
 			<File
+				RelativePath="..\..\runtime\TimeoutChecker.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\runtime\TimeoutChecker.h"
+				>
+			</File>
+			<File
 				RelativePath="..\..\runtime\UString.cpp"
 				>
 			</File>
@@ -1213,120 +1221,16 @@
 				>
 			</File>
 			<File
-				RelativePath="..\..\runtime\WeakRandom.h"
+				RelativePath="..\..\runtime\WeakGCMap.h"
 				>
 			</File>
-			<Filter
-				Name="DerivedSources"
+			<File
+				RelativePath="..\..\runtime\WeakRandom.h"
 				>
-				<File
-					RelativePath="$(WebKitOutputDir)\obj\$(ProjectName)\DerivedSources\ArrayPrototype.lut.h"
-					>
-				</File>
-				<File
-					RelativePath="$(WebKitOutputDir)\obj\$(ProjectName)\DerivedSources\DatePrototype.lut.h"
-					>
-				</File>
-				<File
-					RelativePath="$(WebKitOutputDir)\obj\$(ProjectName)\DerivedSources\Grammar.cpp"
-					>
-					<FileConfiguration
-						Name="Debug|Win32"
-						>
-						<Tool
-							Name="VCCLCompilerTool"
-							DisableSpecificWarnings="4701"
-						/>
-					</FileConfiguration>
-					<FileConfiguration
-						Name="Release|Win32"
-						>
-						<Tool
-							Name="VCCLCompilerTool"
-							DisableSpecificWarnings="4701"
-						/>
-					</FileConfiguration>
-					<FileConfiguration
-						Name="Debug_Internal|Win32"
-						>
-						<Tool
-							Name="VCCLCompilerTool"
-							DisableSpecificWarnings="4701"
-						/>
-					</FileConfiguration>
-					<FileConfiguration
-						Name="Release_PGOInstrument|Win32"
-						>
-						<Tool
-							Name="VCCLCompilerTool"
-							DisableSpecificWarnings="4701"
-						/>
-					</FileConfiguration>
-					<FileConfiguration
-						Name="Release_PGOOptimize|Win32"
-						>
-						<Tool
-							Name="VCCLCompilerTool"
-							DisableSpecificWarnings="4701"
-						/>
-					</FileConfiguration>
-					<FileConfiguration
-						Name="Debug_CFLite|Win32"
-						>
-						<Tool
-							Name="VCCLCompilerTool"
-							DisableSpecificWarnings="4701"
-						/>
-					</FileConfiguration>
-					<FileConfiguration
-						Name="Release_CFLite|Win32"
-						>
-						<Tool
-							Name="VCCLCompilerTool"
-							DisableSpecificWarnings="4701"
-						/>
-					</FileConfiguration>
-					<FileConfiguration
-						Name="Debug_All|Win32"
-						>
-						<Tool
-							Name="VCCLCompilerTool"
-							DisableSpecificWarnings="4701"
-						/>
-					</FileConfiguration>
-				</File>
-				<File
-					RelativePath="$(WebKitOutputDir)\obj\$(ProjectName)\DerivedSources\Grammar.h"
-					>
-				</File>
-				<File
-					RelativePath="$(WebKitOutputDir)\obj\$(ProjectName)\DerivedSources\lexer.lut.h"
-					>
-				</File>
-				<File
-					RelativePath="$(WebKitOutputDir)\obj\$(ProjectName)\DerivedSources\MathObject.lut.h"
-					>
-				</File>
-				<File
-					RelativePath="$(WebKitOutputDir)\obj\$(ProjectName)\DerivedSources\NumberConstructor.lut.h"
-					>
-				</File>
-				<File
-					RelativePath="$(WebKitOutputDir)\obj\$(ProjectName)\DerivedSources\RegExpConstructor.lut.h"
-					>
-				</File>
-				<File
-					RelativePath="$(WebKitOutputDir)\obj\$(ProjectName)\DerivedSources\RegExpObject.lut.h"
-					>
-				</File>
-				<File
-					RelativePath="$(WebKitOutputDir)\obj\$(ProjectName)\DerivedSources\StringPrototype.lut.h"
-					>
-				</File>
-			</Filter>
+			</File>
 		</Filter>
 		<Filter
-			Name="PCRE"
+			Name="pcre"
 			>
 			<File
 				RelativePath="..\..\pcre\pcre.h"
@@ -1377,6 +1281,14 @@
 				>
 			</File>
 			<File
+				RelativePath="..\..\runtime\JSAPIValueWrapper.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\runtime\JSAPIValueWrapper.h"
+				>
+			</File>
+			<File
 				RelativePath="..\..\API\JSBase.cpp"
 				>
 			</File>
@@ -1385,6 +1297,10 @@
 				>
 			</File>
 			<File
+				RelativePath="..\..\API\JSBasePrivate.h"
+				>
+			</File>
+			<File
 				RelativePath="..\..\API\JSCallbackConstructor.cpp"
 				>
 			</File>
@@ -1409,6 +1325,10 @@
 				>
 			</File>
 			<File
+				RelativePath="..\..\API\JSCallbackObjectFunctions.h"
+				>
+			</File>
+			<File
 				RelativePath="..\..\API\JSClassRef.cpp"
 				>
 			</File>
@@ -1486,9 +1406,13 @@
 			</File>
 		</Filter>
 		<Filter
-			Name="Profiler"
+			Name="profiler"
 			>
 			<File
+				RelativePath="..\..\profiler\CallIdentifier.h"
+				>
+			</File>
+			<File
 				RelativePath="..\..\profiler\Profile.cpp"
 				>
 			</File>
@@ -1522,386 +1446,526 @@
 			</File>
 		</Filter>
 		<Filter
-			Name="Compiler"
+			Name="bytecode"
 			>
 			<File
-				RelativePath="..\..\bytecompiler\BytecodeGenerator.cpp"
+				RelativePath="..\..\bytecode\CodeBlock.cpp"
 				>
 			</File>
 			<File
-				RelativePath="..\..\bytecompiler\BytecodeGenerator.h"
+				RelativePath="..\..\bytecode\CodeBlock.h"
 				>
 			</File>
 			<File
-				RelativePath="..\..\bytecompiler\Label.h"
+				RelativePath="..\..\bytecode\EvalCodeCache.h"
 				>
 			</File>
 			<File
-				RelativePath="..\..\parser\Lexer.cpp"
+				RelativePath="..\..\bytecode\Instruction.h"
 				>
 			</File>
 			<File
-				RelativePath="..\..\parser\Lexer.h"
+				RelativePath="..\..\bytecode\JumpTable.cpp"
 				>
 			</File>
 			<File
-				RelativePath="..\..\parser\NodeConstructors.h"
+				RelativePath="..\..\bytecode\JumpTable.h"
 				>
 			</File>
 			<File
-				RelativePath="..\..\parser\NodeInfo.h"
+				RelativePath="..\..\bytecode\Opcode.cpp"
 				>
 			</File>
 			<File
-				RelativePath="..\..\parser\Nodes.cpp"
+				RelativePath="..\..\bytecode\Opcode.h"
 				>
 			</File>
 			<File
-				RelativePath="..\..\parser\Nodes.h"
+				RelativePath="..\..\bytecode\SamplingTool.cpp"
 				>
 			</File>
 			<File
-				RelativePath="..\..\bytecompiler\NodesCodegen.cpp"
+				RelativePath="..\..\bytecode\SamplingTool.h"
 				>
 			</File>
 			<File
-				RelativePath="..\..\parser\Parser.cpp"
+				RelativePath="..\..\bytecode\StructureStubInfo.cpp"
 				>
 			</File>
 			<File
-				RelativePath="..\..\parser\Parser.h"
+				RelativePath="..\..\bytecode\StructureStubInfo.h"
 				>
 			</File>
+		</Filter>
+		<Filter
+			Name="debugger"
+			>
 			<File
-				RelativePath="..\..\parser\ParserArena.cpp"
+				RelativePath="..\..\debugger\Debugger.cpp"
 				>
 			</File>
 			<File
-				RelativePath="..\..\parser\ParserArena.h"
+				RelativePath="..\..\debugger\Debugger.h"
 				>
 			</File>
 			<File
-				RelativePath="..\..\bytecompiler\RegisterID.h"
+				RelativePath="..\..\debugger\DebuggerActivation.cpp"
 				>
 			</File>
-		</Filter>
-		<Filter
-			Name="bytecode"
-			>
 			<File
-				RelativePath="..\..\bytecode\CodeBlock.cpp"
+				RelativePath="..\..\debugger\DebuggerActivation.h"
 				>
 			</File>
 			<File
-				RelativePath="..\..\bytecode\CodeBlock.h"
+				RelativePath="..\..\debugger\DebuggerCallFrame.cpp"
 				>
 			</File>
 			<File
-				RelativePath="..\..\bytecode\EvalCodeCache.h"
+				RelativePath="..\..\debugger\DebuggerCallFrame.h"
 				>
 			</File>
+		</Filter>
+		<Filter
+			Name="assembler"
+			>
 			<File
-				RelativePath="..\..\runtime\ExceptionHelpers.cpp"
+				RelativePath="..\..\assembler\AbstractMacroAssembler.h"
 				>
 			</File>
 			<File
-				RelativePath="..\..\interpreter\ExceptionHelpers.h"
+				RelativePath="..\..\assembler\AssemblerBuffer.h"
 				>
 			</File>
 			<File
-				RelativePath="..\..\bytecode\Instruction.h"
+				RelativePath="..\..\assembler\CodeLocation.h"
 				>
 			</File>
 			<File
-				RelativePath="..\..\interpreter\Interpreter.cpp"
+				RelativePath="..\..\assembler\LinkBuffer.h"
 				>
 			</File>
 			<File
-				RelativePath="..\..\interpreter\Interpreter.h"
+				RelativePath="..\..\assembler\MacroAssembler.h"
 				>
 			</File>
 			<File
-				RelativePath="..\..\jit\JITStubs.cpp"
+				RelativePath="..\..\assembler\MacroAssemblerX86.h"
 				>
 			</File>
 			<File
-				RelativePath="..\..\jit\JITStubs.h"
+				RelativePath="..\..\assembler\MacroAssemblerX86Common.h"
 				>
 			</File>
 			<File
-				RelativePath="..\..\runtime\JSPropertyNameIterator.cpp"
+				RelativePath="..\..\assembler\RepatchBuffer.h"
 				>
 			</File>
 			<File
-				RelativePath="..\..\runtime\JSPropertyNameIterator.h"
+				RelativePath="..\..\assembler\X86Assembler.h"
 				>
 			</File>
+		</Filter>
+		<Filter
+			Name="wrec"
+			>
 			<File
-				RelativePath="..\..\bytecode\JumpTable.cpp"
+				RelativePath="..\..\wrec\CharacterClass.cpp"
 				>
 			</File>
 			<File
-				RelativePath="..\..\bytecode\JumpTable.h"
+				RelativePath="..\..\wrec\CharacterClass.h"
 				>
 			</File>
 			<File
-				RelativePath="..\..\bytecode\Opcode.cpp"
+				RelativePath="..\..\wrec\CharacterClassConstructor.cpp"
 				>
 			</File>
 			<File
-				RelativePath="..\..\bytecode\Opcode.h"
+				RelativePath="..\..\wrec\CharacterClassConstructor.h"
 				>
 			</File>
 			<File
-				RelativePath="..\..\interpreter\Register.h"
+				RelativePath="..\..\wrec\Escapes.h"
 				>
 			</File>
 			<File
-				RelativePath="..\..\interpreter\RegisterFile.cpp"
+				RelativePath="..\..\wrec\Quantifier.h"
 				>
 			</File>
 			<File
-				RelativePath="..\..\interpreter\RegisterFile.h"
+				RelativePath="..\..\wrec\WREC.cpp"
 				>
 			</File>
 			<File
-				RelativePath="..\..\bytecode\SamplingTool.cpp"
+				RelativePath="..\..\wrec\WREC.h"
 				>
 			</File>
 			<File
-				RelativePath="..\..\bytecode\SamplingTool.h"
+				RelativePath="..\..\wrec\WRECFunctors.cpp"
 				>
 			</File>
 			<File
-				RelativePath="..\..\bytecode\StructureStubInfo.cpp"
+				RelativePath="..\..\wrec\WRECFunctors.h"
 				>
 			</File>
 			<File
-				RelativePath="..\..\bytecode\StructureStubInfo.h"
+				RelativePath="..\..\wrec\WRECGenerator.cpp"
 				>
 			</File>
 			<File
-				RelativePath="..\..\runtime\TimeoutChecker.cpp"
+				RelativePath="..\..\wrec\WRECGenerator.h"
 				>
 			</File>
 			<File
-				RelativePath="..\..\runtime\TimeoutChecker.h"
+				RelativePath="..\..\wrec\WRECParser.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\wrec\WRECParser.h"
 				>
 			</File>
 		</Filter>
 		<Filter
-			Name="Debugger"
+			Name="yarr"
 			>
 			<File
-				RelativePath="..\..\debugger\Debugger.cpp"
+				RelativePath="..\..\yarr\RegexCompiler.cpp"
 				>
 			</File>
 			<File
-				RelativePath="..\..\debugger\Debugger.h"
+				RelativePath="..\..\yarr\RegexCompiler.h"
 				>
 			</File>
 			<File
-				RelativePath="..\..\debugger\DebuggerActivation.cpp"
+				RelativePath="..\..\yarr\RegexInterpreter.cpp"
 				>
 			</File>
 			<File
-				RelativePath="..\..\debugger\DebuggerActivation.h"
+				RelativePath="..\..\yarr\RegexInterpreter.h"
 				>
 			</File>
 			<File
-				RelativePath="..\..\debugger\DebuggerCallFrame.cpp"
+				RelativePath="..\..\yarr\RegexJIT.cpp"
 				>
 			</File>
 			<File
-				RelativePath="..\..\debugger\DebuggerCallFrame.h"
+				RelativePath="..\..\yarr\RegexJIT.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\yarr\RegexParser.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\yarr\RegexPattern.h"
 				>
 			</File>
 		</Filter>
 		<Filter
-			Name="assembler"
+			Name="jit"
 			>
 			<File
-				RelativePath="..\..\assembler\AbstractMacroAssembler.h"
+				RelativePath="..\..\jit\ExecutableAllocator.cpp"
 				>
 			</File>
 			<File
-				RelativePath="..\..\assembler\AssemblerBuffer.h"
+				RelativePath="..\..\jit\ExecutableAllocator.h"
 				>
 			</File>
 			<File
-				RelativePath="..\..\assembler\LinkBuffer.h"
+				RelativePath="..\..\jit\ExecutableAllocatorWin.cpp"
 				>
 			</File>
 			<File
-				RelativePath="..\..\assembler\MacroAssembler.h"
+				RelativePath="..\..\jit\JIT.cpp"
 				>
 			</File>
 			<File
-				RelativePath="..\..\assembler\MacroAssemblerX86.h"
+				RelativePath="..\..\jit\JIT.h"
 				>
 			</File>
 			<File
-				RelativePath="..\..\assembler\MacroAssemblerX86Common.h"
+				RelativePath="..\..\jit\JITArithmetic.cpp"
 				>
 			</File>
 			<File
-				RelativePath="..\..\assembler\RepatchBuffer.h"
+				RelativePath="..\..\jit\JITCall.cpp"
 				>
 			</File>
 			<File
-				RelativePath="..\..\assembler\X86Assembler.h"
+				RelativePath="..\..\jit\JITCode.h"
 				>
 			</File>
-		</Filter>
-		<Filter
-			Name="wrec"
-			>
 			<File
-				RelativePath="..\..\wrec\CharacterClass.cpp"
+				RelativePath="..\..\jit\JITInlineMethods.h"
 				>
 			</File>
 			<File
-				RelativePath="..\..\wrec\CharacterClass.h"
+				RelativePath="..\..\jit\JITOpcodes.cpp"
 				>
 			</File>
 			<File
-				RelativePath="..\..\wrec\CharacterClassConstructor.cpp"
+				RelativePath="..\..\jit\JITPropertyAccess.cpp"
 				>
 			</File>
 			<File
-				RelativePath="..\..\wrec\CharacterClassConstructor.h"
+				RelativePath="..\..\jit\JITStubCall.h"
 				>
 			</File>
 			<File
-				RelativePath="..\..\wrec\Quantifier.h"
+				RelativePath="..\..\jit\JITStubs.cpp"
 				>
 			</File>
 			<File
-				RelativePath="..\..\wrec\WREC.cpp"
+				RelativePath="..\..\jit\JITStubs.h"
 				>
 			</File>
+		</Filter>
+		<Filter
+			Name="Resources"
+			>
 			<File
-				RelativePath="..\..\wrec\WREC.h"
+				RelativePath=".\JavaScriptCore.rc"
 				>
 			</File>
+		</Filter>
+		<Filter
+			Name="interpreter"
+			>
 			<File
-				RelativePath="..\..\wrec\WRECFunctors.cpp"
+				RelativePath="..\..\interpreter\CachedCall.h"
 				>
 			</File>
 			<File
-				RelativePath="..\..\wrec\WRECFunctors.h"
+				RelativePath="..\..\interpreter\CallFrame.cpp"
 				>
 			</File>
 			<File
-				RelativePath="..\..\wrec\WRECGenerator.cpp"
+				RelativePath="..\..\interpreter\CallFrame.h"
 				>
 			</File>
 			<File
-				RelativePath="..\..\wrec\WRECGenerator.h"
+				RelativePath="..\..\interpreter\CallFrameClosure.h"
 				>
 			</File>
 			<File
-				RelativePath="..\..\wrec\WRECParser.cpp"
+				RelativePath="..\..\interpreter\Interpreter.cpp"
 				>
 			</File>
 			<File
-				RelativePath="..\..\wrec\WRECParser.h"
+				RelativePath="..\..\interpreter\Interpreter.h"
 				>
 			</File>
-		</Filter>
-		<Filter
-			Name="yarr"
-			>
 			<File
-				RelativePath="..\..\yarr\RegexCompiler.cpp"
+				RelativePath="..\..\interpreter\Register.h"
 				>
 			</File>
 			<File
-				RelativePath="..\..\yarr\RegexCompiler.h"
+				RelativePath="..\..\interpreter\RegisterFile.cpp"
 				>
 			</File>
 			<File
-				RelativePath="..\..\yarr\RegexInterpreter.cpp"
+				RelativePath="..\..\interpreter\RegisterFile.h"
 				>
 			</File>
+		</Filter>
+		<Filter
+			Name="bytecompiler"
+			>
 			<File
-				RelativePath="..\..\yarr\RegexInterpreter.h"
+				RelativePath="..\..\bytecompiler\BytecodeGenerator.cpp"
 				>
 			</File>
 			<File
-				RelativePath="..\..\yarr\RegexJIT.cpp"
+				RelativePath="..\..\bytecompiler\BytecodeGenerator.h"
 				>
 			</File>
 			<File
-				RelativePath="..\..\yarr\RegexJIT.h"
+				RelativePath="..\..\bytecompiler\Label.h"
 				>
 			</File>
 			<File
-				RelativePath="..\..\yarr\RegexParser.h"
+				RelativePath="..\..\bytecompiler\LabelScope.h"
 				>
 			</File>
 			<File
-				RelativePath="..\..\yarr\RegexPattern.h"
+				RelativePath="..\..\bytecompiler\NodesCodegen.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\bytecompiler\RegisterID.h"
 				>
 			</File>
 		</Filter>
 		<Filter
-			Name="jit"
+			Name="parser"
 			>
 			<File
-				RelativePath="..\..\jit\ExecutableAllocator.cpp"
+				RelativePath="..\..\parser\Lexer.cpp"
 				>
 			</File>
 			<File
-				RelativePath="..\..\jit\ExecutableAllocator.h"
+				RelativePath="..\..\parser\Lexer.h"
 				>
 			</File>
 			<File
-				RelativePath="..\..\jit\ExecutableAllocatorWin.cpp"
+				RelativePath="..\..\parser\NodeConstructors.h"
 				>
 			</File>
 			<File
-				RelativePath="..\..\jit\JIT.cpp"
+				RelativePath="..\..\parser\NodeInfo.h"
 				>
 			</File>
 			<File
-				RelativePath="..\..\jit\JIT.h"
+				RelativePath="..\..\parser\Nodes.cpp"
 				>
 			</File>
 			<File
-				RelativePath="..\..\jit\JITArithmetic.cpp"
+				RelativePath="..\..\parser\Nodes.h"
 				>
 			</File>
 			<File
-				RelativePath="..\..\jit\JITCall.cpp"
+				RelativePath="..\..\parser\Parser.cpp"
 				>
 			</File>
 			<File
-				RelativePath="..\..\jit\JITInlineMethods.h"
+				RelativePath="..\..\parser\Parser.h"
 				>
 			</File>
 			<File
-				RelativePath="..\..\jit\JITOpcodes.cpp"
+				RelativePath="..\..\parser\ParserArena.cpp"
 				>
 			</File>
 			<File
-				RelativePath="..\..\jit\JITPropertyAccess.cpp"
+				RelativePath="..\..\parser\ParserArena.h"
 				>
 			</File>
 			<File
-				RelativePath="..\..\jit\JITStubCall.h"
+				RelativePath="..\..\parser\ResultType.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\parser\SourceCode.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\parser\SourceProvider.h"
 				>
 			</File>
 		</Filter>
 		<Filter
-			Name="Resources"
+			Name="Derived Sources"
 			>
 			<File
-				RelativePath=".\JavaScriptCore.rc"
+				RelativePath="$(WebKitOutputDir)\obj\$(ProjectName)\DerivedSources\ArrayPrototype.lut.h"
+				>
+			</File>
+			<File
+				RelativePath="$(WebKitOutputDir)\obj\$(ProjectName)\DerivedSources\DatePrototype.lut.h"
+				>
+			</File>
+			<File
+				RelativePath="$(WebKitOutputDir)\obj\$(ProjectName)\DerivedSources\Grammar.cpp"
+				>
+				<FileConfiguration
+					Name="Debug|Win32"
+					>
+					<Tool
+						Name="VCCLCompilerTool"
+						DisableSpecificWarnings="4701"
+					/>
+				</FileConfiguration>
+				<FileConfiguration
+					Name="Release|Win32"
+					>
+					<Tool
+						Name="VCCLCompilerTool"
+						DisableSpecificWarnings="4701"
+					/>
+				</FileConfiguration>
+				<FileConfiguration
+					Name="Debug_Internal|Win32"
+					>
+					<Tool
+						Name="VCCLCompilerTool"
+						DisableSpecificWarnings="4701"
+					/>
+				</FileConfiguration>
+				<FileConfiguration
+					Name="Release_PGOInstrument|Win32"
+					>
+					<Tool
+						Name="VCCLCompilerTool"
+						DisableSpecificWarnings="4701"
+					/>
+				</FileConfiguration>
+				<FileConfiguration
+					Name="Release_PGOOptimize|Win32"
+					>
+					<Tool
+						Name="VCCLCompilerTool"
+						DisableSpecificWarnings="4701"
+					/>
+				</FileConfiguration>
+				<FileConfiguration
+					Name="Debug_CFLite|Win32"
+					>
+					<Tool
+						Name="VCCLCompilerTool"
+						DisableSpecificWarnings="4701"
+					/>
+				</FileConfiguration>
+				<FileConfiguration
+					Name="Release_CFLite|Win32"
+					>
+					<Tool
+						Name="VCCLCompilerTool"
+						DisableSpecificWarnings="4701"
+					/>
+				</FileConfiguration>
+				<FileConfiguration
+					Name="Debug_All|Win32"
+					>
+					<Tool
+						Name="VCCLCompilerTool"
+						DisableSpecificWarnings="4701"
+					/>
+				</FileConfiguration>
+			</File>
+			<File
+				RelativePath="$(WebKitOutputDir)\obj\$(ProjectName)\DerivedSources\Grammar.h"
+				>
+			</File>
+			<File
+				RelativePath="$(WebKitOutputDir)\obj\$(ProjectName)\DerivedSources\lexer.lut.h"
+				>
+			</File>
+			<File
+				RelativePath="$(WebKitOutputDir)\obj\$(ProjectName)\DerivedSources\MathObject.lut.h"
+				>
+			</File>
+			<File
+				RelativePath="$(WebKitOutputDir)\obj\$(ProjectName)\DerivedSources\NumberConstructor.lut.h"
+				>
+			</File>
+			<File
+				RelativePath="$(WebKitOutputDir)\obj\$(ProjectName)\DerivedSources\RegExpConstructor.lut.h"
+				>
+			</File>
+			<File
+				RelativePath="$(WebKitOutputDir)\obj\$(ProjectName)\DerivedSources\RegExpObject.lut.h"
+				>
+			</File>
+			<File
+				RelativePath="$(WebKitOutputDir)\obj\$(ProjectName)\DerivedSources\StringPrototype.lut.h"
 				>
 			</File>
 		</Filter>
 		<File
+			RelativePath="..\..\config.h"
+			>
+		</File>
+		<File
 			RelativePath=".\JavaScriptCore.def"
 			>
 		</File>

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list