diff options
author | Simon Hausmann <simon.hausmann@nokia.com> | 2012-05-07 11:21:11 +0200 |
---|---|---|
committer | Simon Hausmann <simon.hausmann@nokia.com> | 2012-05-07 11:21:11 +0200 |
commit | 2cf6c8816a73e0132bd8fa3b509d62d7c51b6e47 (patch) | |
tree | 988e8c5b116dd0466244ae2fe5af8ee9be926d76 /Source/JavaScriptCore/JavaScriptCore.gypi | |
parent | dd91e772430dc294e3bf478c119ef8d43c0a3358 (diff) | |
download | qtwebkit-2cf6c8816a73e0132bd8fa3b509d62d7c51b6e47.tar.gz |
Imported WebKit commit 7e538425aa020340619e927792f3d895061fb54b (http://svn.webkit.org/repository/webkit/trunk@116286)
Diffstat (limited to 'Source/JavaScriptCore/JavaScriptCore.gypi')
-rw-r--r-- | Source/JavaScriptCore/JavaScriptCore.gypi | 679 |
1 files changed, 272 insertions, 407 deletions
diff --git a/Source/JavaScriptCore/JavaScriptCore.gypi b/Source/JavaScriptCore/JavaScriptCore.gypi index e19dfb67a..4a03be893 100644 --- a/Source/JavaScriptCore/JavaScriptCore.gypi +++ b/Source/JavaScriptCore/JavaScriptCore.gypi @@ -3,114 +3,285 @@ 'project_dir': ['.'], # These headers are part of JavaScriptCore's public API in the Apple Mac build. 'javascriptcore_publicheader_files': [ + 'API/APICast.h', + 'API/APIShims.h', 'API/JSBase.h', 'API/JSContextRef.h', + 'API/JSContextRefPrivate.h', 'API/JSObjectRef.h', + 'API/JSObjectRefPrivate.h', + 'API/JSRetainPtr.h', 'API/JSStringRef.h', + 'API/JSStringRefBSTR.h', 'API/JSStringRefCF.h', 'API/JSValueRef.h', + 'API/JSWeakObjectMapRefInternal.h', + 'API/JSWeakObjectMapRefPrivate.h', 'API/JavaScript.h', 'API/JavaScriptCore.h', + 'API/OpaqueJSString.h', 'API/WebKitAvailability.h', ], # These headers are part of JavaScriptCore's private API in the Apple Mac build. 'javascriptcore_privateheader_files': [ - 'API/APICast.h', - 'API/APIShims.h', - 'API/JSBasePrivate.h', - 'API/JSContextRefPrivate.h', - 'API/JSObjectRefPrivate.h', - 'API/JSProfilerPrivate.h', - 'API/JSRetainPtr.h', - 'API/JSWeakObjectMapRefInternal.h', - 'API/JSWeakObjectMapRefPrivate.h', - 'API/OpaqueJSString.h', + 'assembler/AbstractMacroAssembler.h', + 'assembler/ARMAssembler.h', + 'assembler/ARMv7Assembler.h', + 'assembler/AssemblerBuffer.h', + 'assembler/AssemblerBufferWithConstantPool.h', + 'assembler/CodeLocation.h', + 'assembler/LinkBuffer.h', + 'assembler/MacroAssembler.h', + 'assembler/MacroAssemblerARM.h', + 'assembler/MacroAssemblerARMv7.h', 'assembler/MacroAssemblerCodeRef.h', + 'assembler/MacroAssemblerMIPS.h', + 'assembler/MacroAssemblerSH4.h', + 'assembler/MacroAssemblerX86.h', + 'assembler/MacroAssemblerX86Common.h', + 'assembler/MacroAssemblerX86_64.h', + 'assembler/MIPSAssembler.h', + 'assembler/RepatchBuffer.h', + 'assembler/SH4Assembler.h', + 'assembler/X86Assembler.h', + 'bytecode/BytecodeConventions.h', + 'bytecode/CallLinkInfo.h', + 'bytecode/CallLinkStatus.h', + 'bytecode/CallReturnOffsetToBytecodeOffset.h', + 'bytecode/CodeBlock.h', + 'bytecode/CodeOrigin.h', + 'bytecode/CodeType.h', + 'bytecode/DataFormat.h', + 'bytecode/DFGExitProfile.h', + 'bytecode/EvalCodeCache.h', + 'bytecode/ExecutionCounter.h', + 'bytecode/ExpressionRangeInfo.h', + 'bytecode/GetByIdStatus.h', + 'bytecode/GlobalResolveInfo.h', + 'bytecode/HandlerInfo.h', + 'bytecode/Instruction.h', + 'bytecode/JumpTable.h', + 'bytecode/LazyOperandValueProfile.h', + 'bytecode/LineInfo.h', + 'bytecode/LLIntCallLinkInfo.h', + 'bytecode/MethodCallLinkInfo.h', + 'bytecode/MethodCallLinkStatus.h', + 'bytecode/MethodOfGettingAValueProfile.h', 'bytecode/Opcode.h', + 'bytecode/Operands.h', + 'bytecode/PolymorphicPutByIdList.h', + 'bytecode/PredictedType.h', + 'bytecode/PredictionTracker.h', + 'bytecode/PutByIdStatus.h', + 'bytecode/PutKind.h', + 'bytecode/SamplingTool.h', + 'bytecode/StructureSet.h', + 'bytecode/StructureStubInfo.h', + 'bytecode/ValueProfile.h', + 'bytecode/ValueRecovery.h', + 'bytecode/VirtualRegister.h', + 'dfg/DFGAbstractState.h', + 'dfg/DFGAbstractValue.h', + 'dfg/DFGAdjacencyList.h', + 'dfg/DFGAssemblyHelpers.h', + 'dfg/DFGBasicBlock.h', + 'dfg/DFGByteCodeCache.h', + 'dfg/DFGByteCodeParser.h', + 'dfg/DFGCapabilities.h', + 'dfg/DFGCCallHelpers.h', + 'dfg/DFGCFAPhase.h', + 'dfg/DFGCommon.h', + 'dfg/DFGCorrectableJumpPoint.h', + 'dfg/DFGCSEPhase.h', + 'dfg/DFGDriver.h', + 'dfg/DFGEdge.h', + 'dfg/DFGFixupPhase.h', + 'dfg/DFGFPRInfo.h', + 'dfg/DFGGenerationInfo.h', + 'dfg/DFGGPRInfo.h', + 'dfg/DFGGraph.h', + 'dfg/DFGInsertionSet.h', + 'dfg/DFGJITCompiler.h', + 'dfg/DFGNode.h', + 'dfg/DFGNodeFlags.h', + 'dfg/DFGNodeType.h', + 'dfg/DFGOperations.h', + 'dfg/DFGOSREntry.h', + 'dfg/DFGOSRExit.h', + 'dfg/DFGOSRExitCompiler.h', + 'dfg/DFGPhase.h', + 'dfg/DFGPredictionPropagationPhase.h', + 'dfg/DFGRedundantPhiEliminationPhase.h', + 'dfg/DFGRegisterBank.h', + 'dfg/DFGRepatch.h', + 'dfg/DFGScoreBoard.h', + 'dfg/DFGSpeculativeJIT.h', + 'dfg/DFGThunks.h', + 'dfg/DFGVariableAccessData.h', + 'dfg/DFGVirtualRegisterAllocationPhase.h', + 'heap/CardSet.h', + 'heap/ConservativeRoots.h', 'heap/CopiedAllocator.h', 'heap/CopiedBlock.h', 'heap/CopiedSpace.h', 'heap/CopiedSpaceInlineMethods.h', - 'heap/ConservativeRoots.h', + 'heap/DFGCodeBlocks.h', 'heap/GCAssertions.h', 'heap/Handle.h', - 'heap/HandleHeap.h', - 'heap/HeapBlock.h', - 'heap/SlotVisitor.h', + 'heap/HandleSet.h', 'heap/HandleStack.h', 'heap/HandleTypes.h', 'heap/Heap.h', + 'heap/HeapBlock.h', + 'heap/HeapRootVisitor.h', + 'heap/ListableHandler.h', 'heap/Local.h', 'heap/LocalScope.h', + 'heap/MachineStackMarker.h', + 'heap/MarkedAllocator.h', + 'heap/MarkedBlock.h', + 'heap/MarkedBlockSet.h', + 'heap/MarkedSpace.h', + 'heap/MarkStack.h', + 'heap/PassWeak.h', + 'heap/SlotVisitor.h', 'heap/Strong.h', 'heap/StrongInlines.h', + 'heap/TinyBloomFilter.h', + 'heap/UnconditionalFinalizer.h', + 'heap/VTableSpectrum.h', 'heap/Weak.h', - 'config.h', + 'heap/WeakBlock.h', + 'heap/WeakHandleOwner.h', + 'heap/WeakImpl.h', + 'heap/WeakReferenceHarvester.h', + 'heap/WeakSet.h', + 'heap/WeakSetInlines.h', + 'heap/WriteBarrierSupport.h', 'debugger/Debugger.h', 'debugger/DebuggerActivation.h', 'debugger/DebuggerCallFrame.h', + 'interpreter/AbstractPC.h', + 'interpreter/CachedCall.h', 'interpreter/CallFrame.h', + 'interpreter/CallFrameClosure.h', 'interpreter/Interpreter.h', 'interpreter/Register.h', 'interpreter/RegisterFile.h', + 'jit/CompactJITCodeMap.h', 'jit/ExecutableAllocator.h', + 'jit/HostCallReturnValue.h', + 'jit/JIT.h', 'jit/JITCode.h', + 'jit/JITCompilationEffort.h', + 'jit/JITDriver.h', + 'jit/JITExceptions.h', + 'jit/JITInlineMethods.h', + 'jit/JITStubCall.h', 'jit/JITStubs.h', + 'jit/JITWriteBarrier.h', + 'jit/JSInterfaceJIT.h', + 'jit/SpecializedThunkJIT.h', 'jit/ThunkGenerators.h', + 'parser/ASTBuilder.h', + 'parser/Lexer.h', + 'parser/NodeConstructors.h', + 'parser/NodeInfo.h', + 'parser/Nodes.h', + 'parser/Parser.h', + 'parser/ParserArena.h', + 'parser/ParserTokens.h', 'parser/ResultType.h', 'parser/SourceCode.h', 'parser/SourceProvider.h', 'parser/SourceProviderCache.h', + 'parser/SourceProviderCacheItem.h', + 'parser/SyntaxChecker.h', 'profiler/CallIdentifier.h', 'profiler/Profile.h', + 'profiler/ProfileGenerator.h', 'profiler/ProfileNode.h', 'profiler/Profiler.h', 'runtime/ArgList.h', + 'runtime/Arguments.h', + 'runtime/ArrayConstructor.h', 'runtime/ArrayPrototype.h', + 'runtime/BatchedTransitionOptimizer.h', + 'runtime/BigInteger.h', + 'runtime/BooleanConstructor.h', 'runtime/BooleanObject.h', + 'runtime/BooleanPrototype.h', 'runtime/CachedTranscendentalFunction.h', 'runtime/CallData.h', 'runtime/ClassInfo.h', + 'runtime/CodeSpecializationKind.h', 'runtime/CommonIdentifiers.h', + 'runtime/CommonSlowPaths.h', 'runtime/Completion.h', 'runtime/ConstructData.h', + 'runtime/DateConstructor.h', + 'runtime/DateConversion.h', 'runtime/DateInstance.h', 'runtime/DateInstanceCache.h', + 'runtime/DatePrototype.h', 'runtime/Error.h', + 'runtime/ErrorConstructor.h', + 'runtime/ErrorInstance.h', + 'runtime/ErrorPrototype.h', 'runtime/ExceptionHelpers.h', + 'runtime/Executable.h', + 'runtime/ExecutionHarness.h', 'runtime/FunctionConstructor.h', 'runtime/FunctionPrototype.h', 'runtime/GCActivityCallback.h', + 'runtime/GetterSetter.h', 'runtime/Identifier.h', 'runtime/InitializeThreading.h', 'runtime/InternalFunction.h', + 'runtime/Intrinsic.h', + 'runtime/JSActivation.h', 'runtime/JSAPIValueWrapper.h', 'runtime/JSArray.h', - 'runtime/JSByteArray.h', + 'runtime/JSBoundFunction.h', 'runtime/JSCell.h', + 'runtime/JSChunk.h', 'runtime/JSDateMath.h', + 'runtime/JSExportMacros.h', 'runtime/JSFunction.h', - 'runtime/JSBoundFunction.h', 'runtime/JSGlobalData.h', 'runtime/JSGlobalObject.h', + 'runtime/JSGlobalObjectFunctions.h', 'runtime/JSGlobalThis.h', 'runtime/JSLock.h', + 'runtime/JSNotAnObject.h', 'runtime/JSObject.h', + 'runtime/JSONObject.h', + 'runtime/JSPropertyNameIterator.h', + 'runtime/JSStaticScopeObject.h', 'runtime/JSString.h', + 'runtime/JSStringBuilder.h', + 'runtime/JSStringJoiner.h', 'runtime/JSType.h', 'runtime/JSTypeInfo.h', 'runtime/JSValue.h', 'runtime/JSValueInlineMethods.h', 'runtime/JSVariableObject.h', 'runtime/JSWrapperObject.h', + 'runtime/LiteralParser.h', 'runtime/Lookup.h', + 'runtime/MatchResult.h', 'runtime/MathObject.h', 'runtime/MemoryStatistics.h', + 'runtime/NativeErrorConstructor.h', + 'runtime/NativeErrorPrototype.h', + 'runtime/NumberConstructor.h', 'runtime/NumberObject.h', 'runtime/NumberPrototype.h', 'runtime/NumericStrings.h', + 'runtime/ObjectConstructor.h', 'runtime/ObjectPrototype.h', 'runtime/Operations.h', + 'runtime/Options.h', 'runtime/PropertyDescriptor.h', 'runtime/PropertyMapHashTable.h', 'runtime/PropertyNameArray.h', @@ -118,558 +289,252 @@ 'runtime/Protect.h', 'runtime/PutPropertySlot.h', 'runtime/RegExp.h', - 'runtime/RegExpKey.h', 'runtime/RegExpCache.h', + 'runtime/RegExpCachedResult.h', + 'runtime/RegExpConstructor.h', + 'runtime/RegExpKey.h', + 'runtime/RegExpMatchesArray.h', 'runtime/RegExpObject.h', + 'runtime/RegExpPrototype.h', + 'runtime/SamplingCounter.h', 'runtime/ScopeChain.h', + 'runtime/ScopeChainMark.h', 'runtime/SmallStrings.h', 'runtime/StorageBarrier.h', + 'runtime/StrictEvalActivation.h', + 'runtime/StringConstructor.h', 'runtime/StringObject.h', 'runtime/StringPrototype.h', + 'runtime/StringRecursionChecker.h', 'runtime/Structure.h', 'runtime/StructureChain.h', 'runtime/StructureTransitionTable.h', 'runtime/SymbolTable.h', 'runtime/Terminator.h', 'runtime/TimeoutChecker.h', + 'runtime/Tracing.h', + 'runtime/Uint16WithFraction.h', 'runtime/UString.h', 'runtime/UStringBuilder.h', + 'runtime/UStringConcatenate.h', 'runtime/WeakGCMap.h', 'runtime/WeakRandom.h', 'runtime/WriteBarrier.h', - 'wtf/ASCIICType.h', - 'wtf/AVLTree.h', - 'wtf/Alignment.h', - 'wtf/AlwaysInline.h', - 'wtf/Assertions.h', - 'wtf/Atomics.h', - 'wtf/Bitmap.h', - 'wtf/BlockStack.h', - 'wtf/BloomFilter.h', - 'wtf/BumpPointerAllocator.h', - 'wtf/ByteArray.h', - 'wtf/CheckedArithmetic.h', - 'wtf/CheckedBoolean.h', - 'wtf/Compiler.h', - 'wtf/Complex.h', - 'wtf/CryptographicallyRandomNumber.h', - 'wtf/CurrentTime.h', - 'wtf/DateMath.h', - 'wtf/DecimalNumber.h', - 'wtf/Decoder.h', - 'wtf/DataLog.h', - 'wtf/Deque.h', - 'wtf/DisallowCType.h', - 'wtf/DoublyLinkedList.h', - 'wtf/Encoder.h', - 'wtf/FastAllocBase.h', - 'wtf/FastMalloc.h', - 'wtf/FixedArray.h', - 'wtf/Forward.h', - 'wtf/Functional.h', - 'wtf/GetPtr.h', - 'wtf/HashCountedSet.h', - 'wtf/HashFunctions.h', - 'wtf/HashIterators.h', - 'wtf/HashMap.h', - 'wtf/HashSet.h', - 'wtf/HashTable.h', - 'wtf/HashTraits.h', - 'wtf/HexNumber.h', - 'wtf/ListHashSet.h', - 'wtf/ListRefPtr.h', - 'wtf/Locker.h', - 'wtf/MD5.h', - 'wtf/MainThread.h', - 'wtf/MathExtras.h', - 'wtf/MessageQueue.h', - 'wtf/NonCopyingSort.h', - 'wtf/Noncopyable.h', - 'wtf/NotFound.h', - 'wtf/NullPtr.h', - 'wtf/OSAllocator.h', - 'wtf/OwnArrayPtr.h', - 'wtf/OwnPtr.h', - 'wtf/OwnPtrCommon.h', - 'wtf/PageAllocation.h', - 'wtf/PageAllocationAligned.h', - 'wtf/PageBlock.h', - 'wtf/PageReservation.h', - 'wtf/PassOwnArrayPtr.h', - 'wtf/PassOwnPtr.h', - 'wtf/PassRefPtr.h', - 'wtf/PassTraits.h', - 'wtf/Platform.h', - 'wtf/PossiblyNull.h', - 'wtf/RandomNumber.h', - 'wtf/RefCounted.h', - 'wtf/RefCountedLeakCounter.h', - 'wtf/RefPtr.h', - 'wtf/RefPtrHashMap.h', - 'wtf/RetainPtr.h', - 'wtf/SentinelLinkedList.h', - 'wtf/SinglyLinkedList.h', - 'wtf/StackBounds.h', - 'wtf/StaticConstructors.h', - 'wtf/StdLibExtras.h', - 'wtf/StringExtras.h', - 'wtf/StringHasher.h', - 'wtf/TemporaryChange.h', - 'wtf/ThreadSafeRefCounted.h', - 'wtf/ThreadSpecific.h', - 'wtf/ThreadRestrictionVerifier.h', - 'wtf/Threading.h', - 'wtf/ThreadingPrimitives.h', - 'wtf/TypeTraits.h', - 'wtf/UnusedParam.h', - 'wtf/VMTags.h', - 'wtf/ValueCheck.h', - 'wtf/Vector.h', - 'wtf/VectorTraits.h', - 'wtf/WTFThreadData.h', - 'wtf/dtoa.h', - 'wtf/dtoa/bignum-dtoa.h', - 'wtf/dtoa/bignum.h', - 'wtf/dtoa/cached-powers.h', - 'wtf/dtoa/diy-fp.h', - 'wtf/dtoa/double-conversion.h', - 'wtf/dtoa/double.h', - 'wtf/dtoa/fast-dtoa.h', - 'wtf/dtoa/fixed-dtoa.h', - 'wtf/dtoa/strtod.h', - 'wtf/dtoa/utils.h', - 'wtf/text/ASCIIFastPath.h', - 'wtf/text/AtomicString.h', - 'wtf/text/AtomicStringHash.h', - 'wtf/text/AtomicStringImpl.h', - 'wtf/text/CString.h', - 'wtf/text/StringBuffer.h', - 'wtf/text/StringBuilder.h', - 'wtf/text/StringConcatenate.h', - 'wtf/text/StringHash.h', - 'wtf/text/StringImpl.h', - 'wtf/text/StringOperators.h', - 'wtf/text/TextPosition.h', - 'wtf/text/WTFString.h', - 'wtf/threads/BinarySemaphore.h', - 'wtf/unicode/CharacterNames.h', - 'wtf/unicode/Collator.h', - 'wtf/unicode/UTF8.h', - 'wtf/unicode/Unicode.h', - 'wtf/unicode/icu/UnicodeIcu.h', 'yarr/Yarr.h', + 'yarr/YarrCanonicalizeUCS2.h', 'yarr/YarrInterpreter.h', + 'yarr/YarrJIT.h', + 'yarr/YarrParser.h', 'yarr/YarrPattern.h', + 'yarr/YarrSyntaxChecker.h', ], 'javascriptcore_files': [ - 'API/APIShims.h', 'API/JSBase.cpp', 'API/JSCallbackConstructor.cpp', - 'API/JSCallbackConstructor.h', 'API/JSCallbackFunction.cpp', - 'API/JSCallbackFunction.h', 'API/JSCallbackObject.cpp', - 'API/JSCallbackObject.h', - 'API/JSCallbackObjectFunctions.h', 'API/JSClassRef.cpp', - 'API/JSClassRef.h', 'API/JSContextRef.cpp', 'API/JSObjectRef.cpp', 'API/JSProfilerPrivate.cpp', 'API/JSStringRef.cpp', 'API/JSStringRefBSTR.cpp', - 'API/JSStringRefBSTR.h', 'API/JSStringRefCF.cpp', 'API/JSValueRef.cpp', 'API/JSWeakObjectMapRefPrivate.cpp', 'API/OpaqueJSString.cpp', - 'AllInOneFile.cpp', - 'ForwardingHeaders/JavaScriptCore/APICast.h', - 'ForwardingHeaders/JavaScriptCore/APIShims.h', - 'ForwardingHeaders/JavaScriptCore/JSBase.h', - 'ForwardingHeaders/JavaScriptCore/JSContextRef.h', - 'ForwardingHeaders/JavaScriptCore/JSObjectRef.h', - 'ForwardingHeaders/JavaScriptCore/JSRetainPtr.h', - 'ForwardingHeaders/JavaScriptCore/JSStringRef.h', - 'ForwardingHeaders/JavaScriptCore/JSStringRefCF.h', - 'ForwardingHeaders/JavaScriptCore/JSValueRef.h', - 'ForwardingHeaders/JavaScriptCore/JavaScript.h', - 'ForwardingHeaders/JavaScriptCore/JavaScriptCore.h', - 'ForwardingHeaders/JavaScriptCore/OpaqueJSString.h', - 'ForwardingHeaders/JavaScriptCore/WebKitAvailability.h', - 'JavaScriptCorePrefix.h', 'assembler/ARMAssembler.cpp', - 'assembler/ARMAssembler.h', 'assembler/ARMv7Assembler.cpp', - 'assembler/ARMv7Assembler.h', - 'assembler/AbstractMacroAssembler.h', - 'assembler/AssemblerBuffer.h', - 'assembler/AssemblerBufferWithConstantPool.h', - 'assembler/CodeLocation.h', - 'assembler/LinkBuffer.h', - 'assembler/MIPSAssembler.h', - 'assembler/MacroAssembler.h', 'assembler/MacroAssemblerARM.cpp', - 'assembler/MacroAssemblerARM.h', - 'assembler/MacroAssemblerARMv7.h', - 'assembler/MacroAssemblerMIPS.h', - 'assembler/MacroAssemblerX86.h', - 'assembler/MacroAssemblerX86Common.h', - 'assembler/MacroAssemblerX86_64.h', - 'assembler/RepatchBuffer.h', - 'assembler/X86Assembler.h', + 'assembler/MacroAssemblerSH4.cpp', + 'bytecode/CallLinkInfo.cpp', + 'bytecode/CallLinkStatus.cpp', 'bytecode/CodeBlock.cpp', - 'bytecode/CodeBlock.h', - 'bytecode/EvalCodeCache.h', - 'bytecode/Instruction.h', + 'bytecode/DFGExitProfile.cpp', + 'bytecode/ExecutionCounter.cpp', + 'bytecode/GetByIdStatus.cpp', 'bytecode/JumpTable.cpp', - 'bytecode/JumpTable.h', + 'bytecode/LazyOperandValueProfile.cpp', + 'bytecode/MethodCallLinkInfo.cpp', + 'bytecode/MethodCallLinkStatus.cpp', + 'bytecode/MethodOfGettingAValueProfile.cpp', 'bytecode/Opcode.cpp', + 'bytecode/PolymorphicPutByIdList.cpp', + 'bytecode/PredictedType.cpp', + 'bytecode/PutByIdStatus.cpp', 'bytecode/SamplingTool.cpp', - 'bytecode/SamplingTool.h', 'bytecode/StructureStubInfo.cpp', - 'bytecode/StructureStubInfo.h', 'bytecompiler/BytecodeGenerator.cpp', - 'bytecompiler/BytecodeGenerator.h', - 'bytecompiler/Label.h', - 'bytecompiler/LabelScope.h', 'bytecompiler/NodesCodegen.cpp', - 'bytecompiler/RegisterID.h', - 'heap/ConservativeRoots.cpp', - 'heap/HandleHeap.cpp', - 'heap/HandleStack.cpp', - 'heap/Heap.cpp', - 'heap/MachineStackMarker.cpp', - 'heap/MachineStackMarker.h', - 'heap/MarkStack.cpp', - 'heap/MarkStack.h', - 'heap/HeapRootVisitor.h', - 'heap/MarkedBlock.cpp', - 'heap/MarkedBlock.h', - 'heap/MarkedBlockSet.h', - 'heap/TinyBloomFilter.h', - 'heap/MarkedSpace.cpp', - 'heap/MarkedSpace.h', 'debugger/Debugger.cpp', 'debugger/DebuggerActivation.cpp', 'debugger/DebuggerCallFrame.cpp', + 'dfg/DFGAbstractState.cpp', + 'dfg/DFGAssemblyHelpers.cpp', 'dfg/DFGByteCodeParser.cpp', - 'dfg/DFGByteCodeParser.h', - 'dfg/DFGGenerationInfo.h', + 'dfg/DFGCapabilities.cpp', + 'dfg/DFGCFAPhase.cpp', + 'dfg/DFGCorrectableJumpPoint.cpp', + 'dfg/DFGCSEPhase.cpp', + 'dfg/DFGDriver.cpp', + 'dfg/DFGFixupPhase.cpp', 'dfg/DFGGraph.cpp', - 'dfg/DFGGraph.h', 'dfg/DFGJITCompiler.cpp', - 'dfg/DFGJITCompiler.h', - 'dfg/DFGNode.h', + 'dfg/DFGNodeFlags.cpp', 'dfg/DFGOperations.cpp', - 'dfg/DFGOperations.h', - 'dfg/DFGRegisterBank.h', - 'dfg/DFGScoreBoard.h', + 'dfg/DFGOSREntry.cpp', + 'dfg/DFGOSRExit.cpp', + 'dfg/DFGOSRExitCompiler.cpp', + 'dfg/DFGOSRExitCompiler32_64.cpp', + 'dfg/DFGOSRExitCompiler64.cpp', + 'dfg/DFGPhase.cpp', + 'dfg/DFGPredictionPropagationPhase.cpp', + 'dfg/DFGRedundantPhiEliminationPhase.cpp', + 'dfg/DFGRepatch.cpp', 'dfg/DFGSpeculativeJIT.cpp', - 'dfg/DFGSpeculativeJIT.h', - 'icu/unicode/parseerr.h', - 'icu/unicode/platform.h', - 'icu/unicode/putil.h', - 'icu/unicode/uchar.h', - 'icu/unicode/ucnv.h', - 'icu/unicode/ucnv_err.h', - 'icu/unicode/ucol.h', - 'icu/unicode/uconfig.h', - 'icu/unicode/uenum.h', - 'icu/unicode/uiter.h', - 'icu/unicode/uloc.h', - 'icu/unicode/umachine.h', - 'icu/unicode/unorm.h', - 'icu/unicode/urename.h', - 'icu/unicode/uscript.h', - 'icu/unicode/uset.h', - 'icu/unicode/ustring.h', - 'icu/unicode/utf.h', - 'icu/unicode/utf16.h', - 'icu/unicode/utf8.h', - 'icu/unicode/utf_old.h', - 'icu/unicode/utypes.h', - 'icu/unicode/uversion.h', - 'interpreter/CachedCall.h', + 'dfg/DFGSpeculativeJIT32_64.cpp', + 'dfg/DFGSpeculativeJIT64.cpp', + 'dfg/DFGThunks.cpp', + 'dfg/DFGVirtualRegisterAllocationPhase.cpp', + 'heap/ConservativeRoots.cpp', + 'heap/CopiedSpace.cpp', + 'heap/DFGCodeBlocks.cpp', + 'heap/HandleSet.cpp', + 'heap/HandleStack.cpp', + 'heap/BlockAllocator.cpp', + 'heap/Heap.cpp', + 'heap/MachineStackMarker.cpp', + 'heap/MarkedAllocator.cpp', + 'heap/MarkedBlock.cpp', + 'heap/MarkedSpace.cpp', + 'heap/MarkStack.cpp', + 'heap/VTableSpectrum.cpp', + 'heap/WeakBlock.cpp', + 'heap/WeakHandleOwner.cpp', + 'heap/WeakSet.cpp', + 'heap/WriteBarrierSupport.cpp', + 'interpreter/AbstractPC.cpp', 'interpreter/CallFrame.cpp', - 'interpreter/CallFrameClosure.h', 'interpreter/Interpreter.cpp', 'interpreter/RegisterFile.cpp', 'jit/ExecutableAllocator.cpp', 'jit/ExecutableAllocatorFixedVMPool.cpp', + 'jit/HostCallReturnValue.cpp', 'jit/JIT.cpp', - 'jit/JIT.h', 'jit/JITArithmetic.cpp', 'jit/JITArithmetic32_64.cpp', 'jit/JITCall.cpp', 'jit/JITCall32_64.cpp', - 'jit/JITInlineMethods.h', + 'jit/JITExceptions.cpp', 'jit/JITOpcodes.cpp', 'jit/JITOpcodes32_64.cpp', 'jit/JITPropertyAccess.cpp', 'jit/JITPropertyAccess32_64.cpp', - 'jit/JITStubCall.h', 'jit/JITStubs.cpp', - 'jit/JSInterfaceJIT.h', - 'jit/SpecializedThunkJIT.h', 'jit/ThunkGenerators.cpp', - 'os-win32/WinMain.cpp', - 'os-win32/inttypes.h', - 'os-win32/stdbool.h', - 'os-win32/stdint.h', - 'parser/ASTBuilder.h', 'parser/Lexer.cpp', - 'parser/Lexer.h', - 'parser/NodeConstructors.h', - 'parser/NodeInfo.h', 'parser/Nodes.cpp', - 'parser/Nodes.h', 'parser/Parser.cpp', - 'parser/Parser.h', 'parser/ParserArena.cpp', - 'parser/ParserArena.h', 'parser/SourceProviderCache.cpp', - 'parser/SourceProviderCacheItem.h', - 'parser/SyntaxChecker.h', 'profiler/Profile.cpp', 'profiler/ProfileGenerator.cpp', - 'profiler/ProfileGenerator.h', 'profiler/ProfileNode.cpp', 'profiler/Profiler.cpp', 'runtime/ArgList.cpp', 'runtime/Arguments.cpp', - 'runtime/Arguments.h', 'runtime/ArrayConstructor.cpp', - 'runtime/ArrayConstructor.h', 'runtime/ArrayPrototype.cpp', - 'runtime/BatchedTransitionOptimizer.h', 'runtime/BooleanConstructor.cpp', - 'runtime/BooleanConstructor.h', 'runtime/BooleanObject.cpp', 'runtime/BooleanPrototype.cpp', - 'runtime/BooleanPrototype.h', 'runtime/CallData.cpp', 'runtime/CommonIdentifiers.cpp', 'runtime/Completion.cpp', 'runtime/ConstructData.cpp', 'runtime/DateConstructor.cpp', - 'runtime/DateConstructor.h', 'runtime/DateConversion.cpp', - 'runtime/DateConversion.h', 'runtime/DateInstance.cpp', 'runtime/DatePrototype.cpp', - 'runtime/DatePrototype.h', 'runtime/Error.cpp', 'runtime/ErrorConstructor.cpp', - 'runtime/ErrorConstructor.h', 'runtime/ErrorInstance.cpp', - 'runtime/ErrorInstance.h', 'runtime/ErrorPrototype.cpp', - 'runtime/ErrorPrototype.h', 'runtime/ExceptionHelpers.cpp', 'runtime/Executable.cpp', - 'runtime/Executable.h', 'runtime/FunctionConstructor.cpp', 'runtime/FunctionPrototype.cpp', 'runtime/GCActivityCallback.cpp', 'runtime/GCActivityCallbackCF.cpp', 'runtime/GetterSetter.cpp', - 'runtime/GetterSetter.h', 'runtime/Identifier.cpp', 'runtime/InitializeThreading.cpp', 'runtime/InternalFunction.cpp', - 'runtime/JSAPIValueWrapper.cpp', 'runtime/JSActivation.cpp', - 'runtime/JSActivation.h', + 'runtime/JSAPIValueWrapper.cpp', 'runtime/JSArray.cpp', - 'runtime/JSByteArray.cpp', + 'runtime/JSBoundFunction.cpp', 'runtime/JSCell.cpp', + 'runtime/JSChunk.cpp', 'runtime/JSDateMath.cpp', 'runtime/JSFunction.cpp', - 'runtime/JSBoundFunction.cpp', 'runtime/JSGlobalData.cpp', 'runtime/JSGlobalObject.cpp', 'runtime/JSGlobalObjectFunctions.cpp', - 'runtime/JSGlobalObjectFunctions.h', 'runtime/JSGlobalThis.cpp', 'runtime/JSLock.cpp', 'runtime/JSNotAnObject.cpp', - 'runtime/JSNotAnObject.h', - 'runtime/JSONObject.cpp', - 'runtime/JSONObject.h', 'runtime/JSObject.cpp', + 'runtime/JSONObject.cpp', 'runtime/JSPropertyNameIterator.cpp', - 'runtime/JSPropertyNameIterator.h', 'runtime/JSStaticScopeObject.cpp', - 'runtime/JSStaticScopeObject.h', 'runtime/JSString.cpp', - 'runtime/JSStringBuilder.h', + 'runtime/JSStringJoiner.cpp', 'runtime/JSValue.cpp', 'runtime/JSVariableObject.cpp', 'runtime/JSWrapperObject.cpp', 'runtime/LiteralParser.cpp', - 'runtime/LiteralParser.h', 'runtime/Lookup.cpp', 'runtime/MathObject.cpp', 'runtime/MemoryStatistics.cpp', 'runtime/NativeErrorConstructor.cpp', - 'runtime/NativeErrorConstructor.h', 'runtime/NativeErrorPrototype.cpp', - 'runtime/NativeErrorPrototype.h', 'runtime/NumberConstructor.cpp', - 'runtime/NumberConstructor.h', 'runtime/NumberObject.cpp', 'runtime/NumberPrototype.cpp', 'runtime/ObjectConstructor.cpp', - 'runtime/ObjectConstructor.h', 'runtime/ObjectPrototype.cpp', 'runtime/Operations.cpp', + 'runtime/Options.cpp', 'runtime/PropertyDescriptor.cpp', 'runtime/PropertyNameArray.cpp', 'runtime/PropertySlot.cpp', 'runtime/RegExp.cpp', 'runtime/RegExpCache.cpp', + 'runtime/RegExpCachedResult.cpp', 'runtime/RegExpConstructor.cpp', - 'runtime/RegExpConstructor.h', - 'runtime/RegExpMatchesArray.h', + 'runtime/RegExpMatchesArray.cpp', 'runtime/RegExpObject.cpp', 'runtime/RegExpPrototype.cpp', - 'runtime/RegExpPrototype.h', + 'runtime/SamplingCounter.cpp', 'runtime/ScopeChain.cpp', - 'runtime/ScopeChainMark.h', 'runtime/SmallStrings.cpp', 'runtime/StrictEvalActivation.cpp', - 'runtime/StrictEvalActivation.h', 'runtime/StringConstructor.cpp', - 'runtime/StringConstructor.h', 'runtime/StringObject.cpp', 'runtime/StringPrototype.cpp', 'runtime/StringRecursionChecker.cpp', - 'runtime/StringRecursionChecker.h', 'runtime/Structure.cpp', 'runtime/StructureChain.cpp', 'runtime/TimeoutChecker.cpp', - 'runtime/Tracing.d', - 'runtime/Tracing.h', 'runtime/UString.cpp', - 'runtime/UStringConcatenate.h', - 'wtf/ArrayBuffer.cpp', - 'wtf/ArrayBuffer.h', - 'wtf/ArrayBufferView.cpp', - 'wtf/ArrayBufferView.h', - 'wtf/Assertions.cpp', - 'wtf/ByteArray.cpp', - 'wtf/CryptographicallyRandomNumber.cpp', - 'wtf/CurrentTime.cpp', - 'wtf/DateMath.cpp', - 'wtf/DecimalNumber.cpp', - 'wtf/DataLog.cpp', - 'wtf/DynamicAnnotations.cpp', - 'wtf/DynamicAnnotations.h', - 'wtf/FastMalloc.cpp', - 'wtf/Float32Array.h', - 'wtf/Float64Array.h', - 'wtf/HashTable.cpp', - 'wtf/Int16Array.h', - 'wtf/Int32Array.h', - 'wtf/Int8Array.h', - 'wtf/IntegralTypedArrayBase.h', - 'wtf/MD5.cpp', - 'wtf/MainThread.cpp', - 'wtf/MallocZoneSupport.h', - 'wtf/NullPtr.cpp', - 'wtf/NumberOfCores.cpp', - 'wtf/NumberOfCores.h', - 'wtf/OSAllocatorPosix.cpp', - 'wtf/OSAllocatorWin.cpp', - 'wtf/OSRandomSource.cpp', - 'wtf/OSRandomSource.h', - 'wtf/PageAllocationAligned.cpp', - 'wtf/PageBlock.cpp', - 'wtf/ParallelJobs.h', - 'wtf/ParallelJobsGeneric.cpp', - 'wtf/ParallelJobsGeneric.h', - 'wtf/ParallelJobsLibdispatch.h', - 'wtf/ParallelJobsOpenMP.h', - 'wtf/RandomNumber.cpp', - 'wtf/RandomNumberSeed.h', - 'wtf/RefCountedLeakCounter.cpp', - 'wtf/SHA1.cpp', - 'wtf/SHA1.h', - 'wtf/SegmentedVector.h', - 'wtf/SizeLimits.cpp', - 'wtf/StackBounds.cpp', - 'wtf/StringExtras.cpp', - 'wtf/TCPackedCache.h', - 'wtf/TCPageMap.h', - 'wtf/TCSpinLock.h', - 'wtf/TCSystemAlloc.cpp', - 'wtf/TCSystemAlloc.h', - 'wtf/ThreadFunctionInvocation.h', - 'wtf/ThreadIdentifierDataPthreads.cpp', - 'wtf/ThreadIdentifierDataPthreads.h', - 'wtf/ThreadSpecificWin.cpp', - 'wtf/Threading.cpp', - 'wtf/ThreadingPthreads.cpp', - 'wtf/ThreadingWin.cpp', - 'wtf/TypeTraits.cpp', - 'wtf/TypedArrayBase.h', - 'wtf/WTFThreadData.cpp', - 'wtf/Uint16Array.h', - 'wtf/Uint32Array.h', - 'wtf/Uint8Array.h', - 'wtf/chromium/ChromiumThreading.h', - 'wtf/chromium/MainThreadChromium.cpp', - 'wtf/dtoa.cpp', - 'wtf/dtoa/bignum-dtoa.cc', - 'wtf/dtoa/bignum.cc', - 'wtf/dtoa/cached-powers.cc', - 'wtf/dtoa/diy-fp.cc', - 'wtf/dtoa/double-conversion.cc', - 'wtf/dtoa/fast-dtoa.cc', - 'wtf/dtoa/fixed-dtoa.cc', - 'wtf/dtoa/strtod.cc', - 'wtf/efl/MainThreadEfl.cpp', - 'wtf/gobject/GOwnPtr.cpp', - 'wtf/gobject/GOwnPtr.h', - 'wtf/gobject/GRefPtr.cpp', - 'wtf/gobject/GRefPtr.h', - 'wtf/gobject/GTypedefs.h', - 'wtf/gtk/MainThreadGtk.cpp', - 'wtf/mac/MainThreadMac.mm', - 'wtf/qt/MainThreadQt.cpp', - 'wtf/qt/StringQt.cpp', - 'wtf/text/AtomicString.cpp', - 'wtf/text/CString.cpp', - 'wtf/text/StringBuilder.cpp', - 'wtf/text/StringImpl.cpp', - 'wtf/text/StringStatics.cpp', - 'wtf/text/WTFString.cpp', - 'wtf/threads/BinarySemaphore.cpp', - 'wtf/unicode/CollatorDefault.cpp', - 'wtf/unicode/ScriptCodesFromICU.h', - 'wtf/unicode/UTF8.cpp', - 'wtf/unicode/UnicodeMacrosFromICU.h', - 'wtf/unicode/glib/UnicodeGLib.cpp', - 'wtf/unicode/glib/UnicodeGLib.h', - 'wtf/unicode/icu/CollatorICU.cpp', - 'wtf/unicode/qt4/UnicodeQt4.h', - 'wtf/unicode/wince/UnicodeWinCE.cpp', - 'wtf/unicode/wince/UnicodeWinCE.h', - 'wtf/win/MainThreadWin.cpp', - 'wtf/win/OwnPtrWin.cpp', - 'wtf/wince/FastMallocWinCE.h', - 'wtf/wince/MemoryManager.cpp', - 'wtf/wince/MemoryManager.h', - 'wtf/wx/MainThreadWx.cpp', - 'wtf/wx/StringWx.cpp', + 'tools/CodeProfile.cpp', + 'tools/CodeProfiling.cpp', + 'yarr/YarrCanonicalizeUCS2.cpp', 'yarr/YarrInterpreter.cpp', 'yarr/YarrJIT.cpp', - 'yarr/YarrJIT.h', - 'yarr/YarrParser.h', 'yarr/YarrPattern.cpp', 'yarr/YarrSyntaxChecker.cpp', - 'yarr/YarrSyntaxChecker.h', ], 'javascriptcore_derived_source_files': [ '<(PRODUCT_DIR)/DerivedSources/JavaScriptCore/Lexer.lut.h', |