X-Git-Url: https://git.saurik.com/apple/javascriptcore.git/blobdiff_plain/ba379fdc102753d6be2c4d937058fe40257329fe..1981f5dfe8d77d97469d20652f712a09400c48ed:/JavaScriptCore.gypi diff --git a/JavaScriptCore.gypi b/JavaScriptCore.gypi index 2d69c7d..4a03be8 100644 --- a/JavaScriptCore.gypi +++ b/JavaScriptCore.gypi @@ -1,452 +1,586 @@ { 'variables': { - 'javascriptcore_files': [ - 'AllInOneFile.cpp', + 'project_dir': ['.'], + # These headers are part of JavaScriptCore's public API in the Apple Mac build. + 'javascriptcore_publicheader_files': [ 'API/APICast.h', - 'API/JavaScript.h', - 'API/JavaScriptCore.h', - 'API/JSBase.cpp', + 'API/APIShims.h', 'API/JSBase.h', - 'API/JSBasePrivate.h', - '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/JSContextRef.h', - 'API/JSObjectRef.cpp', + 'API/JSContextRefPrivate.h', 'API/JSObjectRef.h', - 'API/JSProfilerPrivate.cpp', - 'API/JSProfilerPrivate.h', + 'API/JSObjectRefPrivate.h', 'API/JSRetainPtr.h', - 'API/JSStringRef.cpp', 'API/JSStringRef.h', - 'API/JSStringRefBSTR.cpp', 'API/JSStringRefBSTR.h', - 'API/JSStringRefCF.cpp', 'API/JSStringRefCF.h', - 'API/JSValueRef.cpp', 'API/JSValueRef.h', - 'API/OpaqueJSString.cpp', + 'API/JSWeakObjectMapRefInternal.h', + 'API/JSWeakObjectMapRefPrivate.h', + 'API/JavaScript.h', + 'API/JavaScriptCore.h', 'API/OpaqueJSString.h', - 'API/tests/JSNode.h', - 'API/tests/JSNodeList.h', - 'API/tests/Node.h', - 'API/tests/NodeList.h', 'API/WebKitAvailability.h', + ], + # These headers are part of JavaScriptCore's private API in the Apple Mac build. + 'javascriptcore_privateheader_files': [ '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/MacroAssemblerX86_64.h', 'assembler/MacroAssemblerX86Common.h', + 'assembler/MacroAssemblerX86_64.h', + 'assembler/MIPSAssembler.h', + 'assembler/RepatchBuffer.h', + 'assembler/SH4Assembler.h', 'assembler/X86Assembler.h', - 'bytecode/CodeBlock.cpp', + '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.cpp', 'bytecode/JumpTable.h', - 'bytecode/Opcode.cpp', + 'bytecode/LazyOperandValueProfile.h', + 'bytecode/LineInfo.h', + 'bytecode/LLIntCallLinkInfo.h', + 'bytecode/MethodCallLinkInfo.h', + 'bytecode/MethodCallLinkStatus.h', + 'bytecode/MethodOfGettingAValueProfile.h', 'bytecode/Opcode.h', - 'bytecode/SamplingTool.cpp', + 'bytecode/Operands.h', + 'bytecode/PolymorphicPutByIdList.h', + 'bytecode/PredictedType.h', + 'bytecode/PredictionTracker.h', + 'bytecode/PutByIdStatus.h', + 'bytecode/PutKind.h', 'bytecode/SamplingTool.h', - 'bytecode/StructureStubInfo.cpp', + 'bytecode/StructureSet.h', 'bytecode/StructureStubInfo.h', - 'bytecompiler/BytecodeGenerator.cpp', - 'bytecompiler/BytecodeGenerator.h', - 'bytecompiler/Label.h', - 'bytecompiler/LabelScope.h', - 'bytecompiler/RegisterID.h', - 'config.h', - 'debugger/Debugger.cpp', + '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/DFGCodeBlocks.h', + 'heap/GCAssertions.h', + 'heap/Handle.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', + '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.cpp', 'debugger/DebuggerActivation.h', - 'debugger/DebuggerCallFrame.cpp', 'debugger/DebuggerCallFrame.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/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/AbstractPC.h', 'interpreter/CachedCall.h', - 'interpreter/CallFrame.cpp', 'interpreter/CallFrame.h', 'interpreter/CallFrameClosure.h', - 'interpreter/Interpreter.cpp', 'interpreter/Interpreter.h', 'interpreter/Register.h', - 'interpreter/RegisterFile.cpp', 'interpreter/RegisterFile.h', - 'JavaScriptCorePrefix.h', - 'jit/ExecutableAllocator.cpp', + 'jit/CompactJITCodeMap.h', 'jit/ExecutableAllocator.h', - 'jit/ExecutableAllocatorFixedVMPool.cpp', - 'jit/ExecutableAllocatorPosix.cpp', - 'jit/ExecutableAllocatorWin.cpp', - 'jit/JIT.cpp', + 'jit/HostCallReturnValue.h', 'jit/JIT.h', - 'jit/JITArithmetic.cpp', - 'jit/JITCall.cpp', 'jit/JITCode.h', + 'jit/JITCompilationEffort.h', + 'jit/JITDriver.h', + 'jit/JITExceptions.h', 'jit/JITInlineMethods.h', - 'jit/JITOpcodes.cpp', - 'jit/JITPropertyAccess.cpp', 'jit/JITStubCall.h', - 'jit/JITStubs.cpp', 'jit/JITStubs.h', - 'jsc.cpp', - 'os-win32/stdbool.h', - 'os-win32/stdint.h', - 'parser/Lexer.cpp', + '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.cpp', 'parser/Nodes.h', - 'parser/Parser.cpp', 'parser/Parser.h', - 'parser/ParserArena.cpp', 'parser/ParserArena.h', + 'parser/ParserTokens.h', 'parser/ResultType.h', 'parser/SourceCode.h', 'parser/SourceProvider.h', - 'pcre/pcre.h', - 'pcre/pcre_compile.cpp', - 'pcre/pcre_exec.cpp', - 'pcre/pcre_internal.h', - 'pcre/pcre_tables.cpp', - 'pcre/pcre_ucp_searchfuncs.cpp', - 'pcre/pcre_xclass.cpp', - 'pcre/ucpinternal.h', - 'pcre/ucptable.cpp', + 'parser/SourceProviderCache.h', + 'parser/SourceProviderCacheItem.h', + 'parser/SyntaxChecker.h', 'profiler/CallIdentifier.h', - 'profiler/HeavyProfile.cpp', - 'profiler/HeavyProfile.h', - 'profiler/Profile.cpp', 'profiler/Profile.h', - 'profiler/ProfileGenerator.cpp', 'profiler/ProfileGenerator.h', - 'profiler/ProfileNode.cpp', 'profiler/ProfileNode.h', - 'profiler/Profiler.cpp', 'profiler/Profiler.h', - 'profiler/ProfilerServer.h', - 'profiler/TreeProfile.cpp', - 'profiler/TreeProfile.h', - 'runtime/ArgList.cpp', 'runtime/ArgList.h', - 'runtime/Arguments.cpp', 'runtime/Arguments.h', - 'runtime/ArrayConstructor.cpp', 'runtime/ArrayConstructor.h', - 'runtime/ArrayPrototype.cpp', 'runtime/ArrayPrototype.h', 'runtime/BatchedTransitionOptimizer.h', - 'runtime/BooleanConstructor.cpp', + 'runtime/BigInteger.h', 'runtime/BooleanConstructor.h', - 'runtime/BooleanObject.cpp', 'runtime/BooleanObject.h', - 'runtime/BooleanPrototype.cpp', 'runtime/BooleanPrototype.h', - 'runtime/CallData.cpp', + 'runtime/CachedTranscendentalFunction.h', 'runtime/CallData.h', 'runtime/ClassInfo.h', - 'runtime/Collector.cpp', - 'runtime/Collector.h', - 'runtime/CollectorHeapIterator.h', - 'runtime/CommonIdentifiers.cpp', + 'runtime/CodeSpecializationKind.h', 'runtime/CommonIdentifiers.h', - 'runtime/Completion.cpp', + 'runtime/CommonSlowPaths.h', 'runtime/Completion.h', - 'runtime/ConstructData.cpp', 'runtime/ConstructData.h', - 'runtime/DateConstructor.cpp', 'runtime/DateConstructor.h', - 'runtime/DateConversion.cpp', 'runtime/DateConversion.h', - 'runtime/DateInstance.cpp', 'runtime/DateInstance.h', - 'runtime/DatePrototype.cpp', + 'runtime/DateInstanceCache.h', 'runtime/DatePrototype.h', - 'runtime/Error.cpp', 'runtime/Error.h', - 'runtime/ErrorConstructor.cpp', 'runtime/ErrorConstructor.h', - 'runtime/ErrorInstance.cpp', 'runtime/ErrorInstance.h', - 'runtime/ErrorPrototype.cpp', 'runtime/ErrorPrototype.h', - 'runtime/ExceptionHelpers.cpp', 'runtime/ExceptionHelpers.h', - 'runtime/FunctionConstructor.cpp', + 'runtime/Executable.h', + 'runtime/ExecutionHarness.h', 'runtime/FunctionConstructor.h', - 'runtime/FunctionPrototype.cpp', 'runtime/FunctionPrototype.h', - 'runtime/GetterSetter.cpp', + 'runtime/GCActivityCallback.h', 'runtime/GetterSetter.h', - 'runtime/GlobalEvalFunction.cpp', - 'runtime/GlobalEvalFunction.h', - 'runtime/Identifier.cpp', 'runtime/Identifier.h', - 'runtime/InitializeThreading.cpp', 'runtime/InitializeThreading.h', - 'runtime/InternalFunction.cpp', 'runtime/InternalFunction.h', - 'runtime/JSActivation.cpp', + 'runtime/Intrinsic.h', 'runtime/JSActivation.h', - 'runtime/JSArray.cpp', + 'runtime/JSAPIValueWrapper.h', 'runtime/JSArray.h', - 'runtime/JSByteArray.cpp', - 'runtime/JSByteArray.h', - 'runtime/JSCell.cpp', + 'runtime/JSBoundFunction.h', 'runtime/JSCell.h', - 'runtime/JSFunction.cpp', + 'runtime/JSChunk.h', + 'runtime/JSDateMath.h', + 'runtime/JSExportMacros.h', 'runtime/JSFunction.h', - 'runtime/JSGlobalData.cpp', 'runtime/JSGlobalData.h', - 'runtime/JSGlobalObject.cpp', 'runtime/JSGlobalObject.h', - 'runtime/JSGlobalObjectFunctions.cpp', 'runtime/JSGlobalObjectFunctions.h', - 'runtime/JSImmediate.cpp', - 'runtime/JSImmediate.h', - 'runtime/JSLock.cpp', + 'runtime/JSGlobalThis.h', 'runtime/JSLock.h', - 'runtime/JSNotAnObject.cpp', 'runtime/JSNotAnObject.h', - 'runtime/JSNumberCell.cpp', - 'runtime/JSNumberCell.h', - 'runtime/JSObject.cpp', 'runtime/JSObject.h', - 'runtime/JSONObject.cpp', 'runtime/JSONObject.h', - 'runtime/JSPropertyNameIterator.cpp', 'runtime/JSPropertyNameIterator.h', - 'runtime/JSStaticScopeObject.cpp', 'runtime/JSStaticScopeObject.h', - 'runtime/JSString.cpp', 'runtime/JSString.h', + 'runtime/JSStringBuilder.h', + 'runtime/JSStringJoiner.h', 'runtime/JSType.h', - 'runtime/JSValue.cpp', + 'runtime/JSTypeInfo.h', 'runtime/JSValue.h', - 'runtime/JSVariableObject.cpp', + 'runtime/JSValueInlineMethods.h', 'runtime/JSVariableObject.h', - 'runtime/JSWrapperObject.cpp', 'runtime/JSWrapperObject.h', - 'runtime/LiteralParser.cpp', 'runtime/LiteralParser.h', - 'runtime/Lookup.cpp', 'runtime/Lookup.h', - 'runtime/MathObject.cpp', + 'runtime/MatchResult.h', 'runtime/MathObject.h', - 'runtime/NativeErrorConstructor.cpp', + 'runtime/MemoryStatistics.h', 'runtime/NativeErrorConstructor.h', - 'runtime/NativeErrorPrototype.cpp', 'runtime/NativeErrorPrototype.h', - 'runtime/NativeFunctionWrapper.h', - 'runtime/NumberConstructor.cpp', 'runtime/NumberConstructor.h', - 'runtime/NumberObject.cpp', 'runtime/NumberObject.h', - 'runtime/NumberPrototype.cpp', 'runtime/NumberPrototype.h', - 'runtime/ObjectConstructor.cpp', + 'runtime/NumericStrings.h', 'runtime/ObjectConstructor.h', - 'runtime/ObjectPrototype.cpp', 'runtime/ObjectPrototype.h', - 'runtime/Operations.cpp', 'runtime/Operations.h', + 'runtime/Options.h', + 'runtime/PropertyDescriptor.h', 'runtime/PropertyMapHashTable.h', - 'runtime/PropertyNameArray.cpp', 'runtime/PropertyNameArray.h', - 'runtime/PropertySlot.cpp', 'runtime/PropertySlot.h', 'runtime/Protect.h', - 'runtime/PrototypeFunction.cpp', - 'runtime/PrototypeFunction.h', 'runtime/PutPropertySlot.h', - 'runtime/RegExp.cpp', 'runtime/RegExp.h', - 'runtime/RegExpConstructor.cpp', + 'runtime/RegExpCache.h', + 'runtime/RegExpCachedResult.h', 'runtime/RegExpConstructor.h', + 'runtime/RegExpKey.h', 'runtime/RegExpMatchesArray.h', - 'runtime/RegExpObject.cpp', 'runtime/RegExpObject.h', - 'runtime/RegExpPrototype.cpp', 'runtime/RegExpPrototype.h', - 'runtime/ScopeChain.cpp', + 'runtime/SamplingCounter.h', 'runtime/ScopeChain.h', 'runtime/ScopeChainMark.h', - 'runtime/SmallStrings.cpp', 'runtime/SmallStrings.h', - 'runtime/StringConstructor.cpp', + 'runtime/StorageBarrier.h', + 'runtime/StrictEvalActivation.h', 'runtime/StringConstructor.h', - 'runtime/StringObject.cpp', 'runtime/StringObject.h', - 'runtime/StringObjectThatMasqueradesAsUndefined.h', - 'runtime/StringPrototype.cpp', 'runtime/StringPrototype.h', - 'runtime/Structure.cpp', + 'runtime/StringRecursionChecker.h', 'runtime/Structure.h', - 'runtime/StructureChain.cpp', 'runtime/StructureChain.h', 'runtime/StructureTransitionTable.h', 'runtime/SymbolTable.h', - 'runtime/TimeoutChecker.cpp', + 'runtime/Terminator.h', 'runtime/TimeoutChecker.h', 'runtime/Tracing.h', - 'runtime/TypeInfo.h', - 'runtime/UString.cpp', + 'runtime/Uint16WithFraction.h', 'runtime/UString.h', - 'wrec/CharacterClass.cpp', - 'wrec/CharacterClass.h', - 'wrec/CharacterClassConstructor.cpp', - 'wrec/CharacterClassConstructor.h', - 'wrec/Escapes.h', - 'wrec/Quantifier.h', - 'wrec/WREC.cpp', - 'wrec/WREC.h', - 'wrec/WRECFunctors.cpp', - 'wrec/WRECFunctors.h', - 'wrec/WRECGenerator.cpp', - 'wrec/WRECGenerator.h', - 'wrec/WRECParser.cpp', - 'wrec/WRECParser.h', - 'wtf/AlwaysInline.h', - 'wtf/ASCIICType.h', - 'wtf/Assertions.cpp', - 'wtf/Assertions.h', - 'wtf/AVLTree.h', - 'wtf/ByteArray.cpp', - 'wtf/ByteArray.h', - 'wtf/chromium/ChromiumThreading.h', - 'wtf/chromium/MainThreadChromium.cpp', - 'wtf/CrossThreadRefCounted.h', - 'wtf/CurrentTime.cpp', - 'wtf/CurrentTime.h', - 'wtf/DateMath.cpp', - 'wtf/DateMath.h', - 'wtf/Deque.h', - 'wtf/DisallowCType.h', - 'wtf/dtoa.cpp', - 'wtf/dtoa.h', - 'wtf/FastAllocBase.h', - 'wtf/FastMalloc.cpp', - 'wtf/FastMalloc.h', - 'wtf/Forward.h', - 'wtf/GetPtr.h', - 'wtf/GOwnPtr.cpp', - 'wtf/GOwnPtr.h', - 'wtf/gtk/MainThreadGtk.cpp', - 'wtf/gtk/ThreadingGtk.cpp', - 'wtf/HashCountedSet.h', - 'wtf/HashFunctions.h', - 'wtf/HashIterators.h', - 'wtf/HashMap.h', - 'wtf/HashSet.h', - 'wtf/HashTable.cpp', - 'wtf/HashTable.h', - 'wtf/HashTraits.h', - 'wtf/ListHashSet.h', - 'wtf/ListRefPtr.h', - 'wtf/Locker.h', - 'wtf/MainThread.cpp', - 'wtf/MainThread.h', - 'wtf/MallocZoneSupport.h', - 'wtf/MathExtras.h', - 'wtf/MessageQueue.h', - 'wtf/Noncopyable.h', - 'wtf/NotFound.h', - 'wtf/OwnArrayPtr.h', - 'wtf/OwnFastMallocPtr.h', - 'wtf/OwnPtr.h', - 'wtf/OwnPtrCommon.h', - 'wtf/OwnPtrWin.cpp', - 'wtf/PassOwnPtr.h', - 'wtf/PassRefPtr.h', - 'wtf/Platform.h', - 'wtf/PtrAndFlags.h', - 'wtf/qt/MainThreadQt.cpp', - 'wtf/qt/ThreadingQt.cpp', - 'wtf/RandomNumber.cpp', - 'wtf/RandomNumber.h', - 'wtf/RandomNumberSeed.h', - 'wtf/RefCounted.h', - 'wtf/RefCountedLeakCounter.cpp', - 'wtf/RefCountedLeakCounter.h', - 'wtf/RefPtr.h', - 'wtf/RefPtrHashMap.h', - 'wtf/RetainPtr.h', - 'wtf/SegmentedVector.h', - 'wtf/StdLibExtras.h', - 'wtf/StringExtras.h', - 'wtf/TCPackedCache.h', - 'wtf/TCPageMap.h', - 'wtf/TCSpinLock.h', - 'wtf/TCSystemAlloc.cpp', - 'wtf/TCSystemAlloc.h', - 'wtf/Threading.cpp', - 'wtf/Threading.h', - 'wtf/ThreadingNone.cpp', - 'wtf/ThreadingPthreads.cpp', - 'wtf/ThreadingWin.cpp', - 'wtf/ThreadSpecific.h', - 'wtf/ThreadSpecificWin.cpp', - 'wtf/TypeTraits.cpp', - 'wtf/TypeTraits.h', - 'wtf/unicode/Collator.h', - 'wtf/unicode/CollatorDefault.cpp', - 'wtf/unicode/glib/UnicodeGLib.cpp', - 'wtf/unicode/glib/UnicodeGLib.h', - 'wtf/unicode/glib/UnicodeMacrosFromICU.h', - 'wtf/unicode/icu/CollatorICU.cpp', - 'wtf/unicode/icu/UnicodeIcu.h', - 'wtf/unicode/qt4/UnicodeQt4.h', - 'wtf/unicode/Unicode.h', - 'wtf/unicode/UTF8.cpp', - 'wtf/unicode/UTF8.h', - 'wtf/UnusedParam.h', - 'wtf/Vector.h', - 'wtf/VectorTraits.h', - 'wtf/VMTags.h', - 'wtf/win/MainThreadWin.cpp', - 'wtf/wx/MainThreadWx.cpp', - 'yarr/RegexCompiler.cpp', - 'yarr/RegexCompiler.h', - 'yarr/RegexInterpreter.cpp', - 'yarr/RegexInterpreter.h', - 'yarr/RegexJIT.cpp', - 'yarr/RegexJIT.h', - 'yarr/RegexParser.h', - 'yarr/RegexPattern.h', - ] + 'runtime/UStringBuilder.h', + 'runtime/UStringConcatenate.h', + 'runtime/WeakGCMap.h', + 'runtime/WeakRandom.h', + 'runtime/WriteBarrier.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/JSBase.cpp', + 'API/JSCallbackConstructor.cpp', + 'API/JSCallbackFunction.cpp', + 'API/JSCallbackObject.cpp', + 'API/JSClassRef.cpp', + 'API/JSContextRef.cpp', + 'API/JSObjectRef.cpp', + 'API/JSProfilerPrivate.cpp', + 'API/JSStringRef.cpp', + 'API/JSStringRefBSTR.cpp', + 'API/JSStringRefCF.cpp', + 'API/JSValueRef.cpp', + 'API/JSWeakObjectMapRefPrivate.cpp', + 'API/OpaqueJSString.cpp', + 'assembler/ARMAssembler.cpp', + 'assembler/ARMv7Assembler.cpp', + 'assembler/MacroAssemblerARM.cpp', + 'assembler/MacroAssemblerSH4.cpp', + 'bytecode/CallLinkInfo.cpp', + 'bytecode/CallLinkStatus.cpp', + 'bytecode/CodeBlock.cpp', + 'bytecode/DFGExitProfile.cpp', + 'bytecode/ExecutionCounter.cpp', + 'bytecode/GetByIdStatus.cpp', + 'bytecode/JumpTable.cpp', + '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/StructureStubInfo.cpp', + 'bytecompiler/BytecodeGenerator.cpp', + 'bytecompiler/NodesCodegen.cpp', + 'debugger/Debugger.cpp', + 'debugger/DebuggerActivation.cpp', + 'debugger/DebuggerCallFrame.cpp', + 'dfg/DFGAbstractState.cpp', + 'dfg/DFGAssemblyHelpers.cpp', + 'dfg/DFGByteCodeParser.cpp', + 'dfg/DFGCapabilities.cpp', + 'dfg/DFGCFAPhase.cpp', + 'dfg/DFGCorrectableJumpPoint.cpp', + 'dfg/DFGCSEPhase.cpp', + 'dfg/DFGDriver.cpp', + 'dfg/DFGFixupPhase.cpp', + 'dfg/DFGGraph.cpp', + 'dfg/DFGJITCompiler.cpp', + 'dfg/DFGNodeFlags.cpp', + 'dfg/DFGOperations.cpp', + '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/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/Interpreter.cpp', + 'interpreter/RegisterFile.cpp', + 'jit/ExecutableAllocator.cpp', + 'jit/ExecutableAllocatorFixedVMPool.cpp', + 'jit/HostCallReturnValue.cpp', + 'jit/JIT.cpp', + 'jit/JITArithmetic.cpp', + 'jit/JITArithmetic32_64.cpp', + 'jit/JITCall.cpp', + 'jit/JITCall32_64.cpp', + 'jit/JITExceptions.cpp', + 'jit/JITOpcodes.cpp', + 'jit/JITOpcodes32_64.cpp', + 'jit/JITPropertyAccess.cpp', + 'jit/JITPropertyAccess32_64.cpp', + 'jit/JITStubs.cpp', + 'jit/ThunkGenerators.cpp', + 'parser/Lexer.cpp', + 'parser/Nodes.cpp', + 'parser/Parser.cpp', + 'parser/ParserArena.cpp', + 'parser/SourceProviderCache.cpp', + 'profiler/Profile.cpp', + 'profiler/ProfileGenerator.cpp', + 'profiler/ProfileNode.cpp', + 'profiler/Profiler.cpp', + 'runtime/ArgList.cpp', + 'runtime/Arguments.cpp', + 'runtime/ArrayConstructor.cpp', + 'runtime/ArrayPrototype.cpp', + 'runtime/BooleanConstructor.cpp', + 'runtime/BooleanObject.cpp', + 'runtime/BooleanPrototype.cpp', + 'runtime/CallData.cpp', + 'runtime/CommonIdentifiers.cpp', + 'runtime/Completion.cpp', + 'runtime/ConstructData.cpp', + 'runtime/DateConstructor.cpp', + 'runtime/DateConversion.cpp', + 'runtime/DateInstance.cpp', + 'runtime/DatePrototype.cpp', + 'runtime/Error.cpp', + 'runtime/ErrorConstructor.cpp', + 'runtime/ErrorInstance.cpp', + 'runtime/ErrorPrototype.cpp', + 'runtime/ExceptionHelpers.cpp', + 'runtime/Executable.cpp', + 'runtime/FunctionConstructor.cpp', + 'runtime/FunctionPrototype.cpp', + 'runtime/GCActivityCallback.cpp', + 'runtime/GCActivityCallbackCF.cpp', + 'runtime/GetterSetter.cpp', + 'runtime/Identifier.cpp', + 'runtime/InitializeThreading.cpp', + 'runtime/InternalFunction.cpp', + 'runtime/JSActivation.cpp', + 'runtime/JSAPIValueWrapper.cpp', + 'runtime/JSArray.cpp', + 'runtime/JSBoundFunction.cpp', + 'runtime/JSCell.cpp', + 'runtime/JSChunk.cpp', + 'runtime/JSDateMath.cpp', + 'runtime/JSFunction.cpp', + 'runtime/JSGlobalData.cpp', + 'runtime/JSGlobalObject.cpp', + 'runtime/JSGlobalObjectFunctions.cpp', + 'runtime/JSGlobalThis.cpp', + 'runtime/JSLock.cpp', + 'runtime/JSNotAnObject.cpp', + 'runtime/JSObject.cpp', + 'runtime/JSONObject.cpp', + 'runtime/JSPropertyNameIterator.cpp', + 'runtime/JSStaticScopeObject.cpp', + 'runtime/JSString.cpp', + 'runtime/JSStringJoiner.cpp', + 'runtime/JSValue.cpp', + 'runtime/JSVariableObject.cpp', + 'runtime/JSWrapperObject.cpp', + 'runtime/LiteralParser.cpp', + 'runtime/Lookup.cpp', + 'runtime/MathObject.cpp', + 'runtime/MemoryStatistics.cpp', + 'runtime/NativeErrorConstructor.cpp', + 'runtime/NativeErrorPrototype.cpp', + 'runtime/NumberConstructor.cpp', + 'runtime/NumberObject.cpp', + 'runtime/NumberPrototype.cpp', + 'runtime/ObjectConstructor.cpp', + '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/RegExpMatchesArray.cpp', + 'runtime/RegExpObject.cpp', + 'runtime/RegExpPrototype.cpp', + 'runtime/SamplingCounter.cpp', + 'runtime/ScopeChain.cpp', + 'runtime/SmallStrings.cpp', + 'runtime/StrictEvalActivation.cpp', + 'runtime/StringConstructor.cpp', + 'runtime/StringObject.cpp', + 'runtime/StringPrototype.cpp', + 'runtime/StringRecursionChecker.cpp', + 'runtime/Structure.cpp', + 'runtime/StructureChain.cpp', + 'runtime/TimeoutChecker.cpp', + 'runtime/UString.cpp', + 'tools/CodeProfile.cpp', + 'tools/CodeProfiling.cpp', + 'yarr/YarrCanonicalizeUCS2.cpp', + 'yarr/YarrInterpreter.cpp', + 'yarr/YarrJIT.cpp', + 'yarr/YarrPattern.cpp', + 'yarr/YarrSyntaxChecker.cpp', + ], + 'javascriptcore_derived_source_files': [ + '<(PRODUCT_DIR)/DerivedSources/JavaScriptCore/Lexer.lut.h', + '<(PRODUCT_DIR)/DerivedSources/JavaScriptCore/RegExpJitTables.h', + '<(PRODUCT_DIR)/DerivedSources/JavaScriptCore/TracingDtrace.h', + '<(PRODUCT_DIR)/DerivedSources/JavaScriptCore/ArrayConstructor.lut.h', + '<(PRODUCT_DIR)/DerivedSources/JavaScriptCore/ArrayPrototype.lut.h', + '<(PRODUCT_DIR)/DerivedSources/JavaScriptCore/BooleanPrototype.lut.h', + '<(PRODUCT_DIR)/DerivedSources/JavaScriptCore/DateConstructor.lut.h', + '<(PRODUCT_DIR)/DerivedSources/JavaScriptCore/DatePrototype.lut.h', + '<(PRODUCT_DIR)/DerivedSources/JavaScriptCore/ErrorPrototype.lut.h', + '<(PRODUCT_DIR)/DerivedSources/JavaScriptCore/JSGlobalObject.lut.h', + '<(PRODUCT_DIR)/DerivedSources/JavaScriptCore/JSONObject.lut.h', + '<(PRODUCT_DIR)/DerivedSources/JavaScriptCore/MathObject.lut.h', + '<(PRODUCT_DIR)/DerivedSources/JavaScriptCore/NumberConstructor.lut.h', + '<(PRODUCT_DIR)/DerivedSources/JavaScriptCore/NumberPrototype.lut.h', + '<(PRODUCT_DIR)/DerivedSources/JavaScriptCore/ObjectConstructor.lut.h', + '<(PRODUCT_DIR)/DerivedSources/JavaScriptCore/ObjectPrototype.lut.h', + '<(PRODUCT_DIR)/DerivedSources/JavaScriptCore/RegExpConstructor.lut.h', + '<(PRODUCT_DIR)/DerivedSources/JavaScriptCore/RegExpObject.lut.h', + '<(PRODUCT_DIR)/DerivedSources/JavaScriptCore/RegExpPrototype.lut.h', + '<(PRODUCT_DIR)/DerivedSources/JavaScriptCore/StringConstructor.lut.h', + '<(PRODUCT_DIR)/DerivedSources/JavaScriptCore/StringPrototype.lut.h', + ], + 'minidom_files': [ + 'API/tests/JSNode.c', + 'API/tests/JSNode.h', + 'API/tests/JSNodeList.c', + 'API/tests/JSNodeList.h', + 'API/tests/Node.c', + 'API/tests/Node.h', + 'API/tests/NodeList.c', + 'API/tests/NodeList.h', + 'API/tests/minidom.c', + ], + 'minidom_support_files': [ + 'API/tests/minidom.js', + ], + 'testapi_files': [ + 'API/tests/testapi.c', + ], + 'testapi_support_files': [ + 'API/tests/testapi.js', + ], + 'jsc_files': [ + 'jsc.cpp', + ], } }