Source/JavaScriptCore/API/WebKitAvailability.h
javascriptcore_built_nosources += \
- Source/JavaScriptCore/Lexer.lut.h \
- Source/JavaScriptCore/RegExpJitTables.h \
- Source/JavaScriptCore/runtime/ArrayConstructor.lut.h \
- Source/JavaScriptCore/runtime/ArrayPrototype.lut.h \
- Source/JavaScriptCore/runtime/BooleanPrototype.lut.h \
- Source/JavaScriptCore/runtime/DateConstructor.lut.h \
- Source/JavaScriptCore/runtime/DatePrototype.lut.h \
- Source/JavaScriptCore/runtime/ErrorPrototype.lut.h \
- Source/JavaScriptCore/runtime/JSGlobalObject.lut.h \
- Source/JavaScriptCore/runtime/JSONObject.lut.h \
- Source/JavaScriptCore/runtime/MathObject.lut.h \
- Source/JavaScriptCore/runtime/NumberConstructor.lut.h \
- Source/JavaScriptCore/runtime/NumberPrototype.lut.h \
- Source/JavaScriptCore/runtime/ObjectConstructor.lut.h \
- Source/JavaScriptCore/runtime/ObjectPrototype.lut.h \
- Source/JavaScriptCore/runtime/RegExpConstructor.lut.h \
- Source/JavaScriptCore/runtime/RegExpObject.lut.h \
- Source/JavaScriptCore/runtime/RegExpPrototype.lut.h \
- Source/JavaScriptCore/runtime/StringConstructor.lut.h \
- Source/JavaScriptCore/runtime/StringPrototype.lut.h
+ DerivedSources/JavaScriptCore/KeywordLookup.h \
+ DerivedSources/JavaScriptCore/Lexer.lut.h \
+ DerivedSources/JavaScriptCore/RegExpJitTables.h \
+ DerivedSources/JavaScriptCore/ArrayConstructor.lut.h \
+ DerivedSources/JavaScriptCore/ArrayPrototype.lut.h \
+ DerivedSources/JavaScriptCore/BooleanPrototype.lut.h \
+ DerivedSources/JavaScriptCore/DateConstructor.lut.h \
+ DerivedSources/JavaScriptCore/DatePrototype.lut.h \
+ DerivedSources/JavaScriptCore/ErrorPrototype.lut.h \
+ DerivedSources/JavaScriptCore/JSGlobalObject.lut.h \
+ DerivedSources/JavaScriptCore/JSONObject.lut.h \
+ DerivedSources/JavaScriptCore/MathObject.lut.h \
+ DerivedSources/JavaScriptCore/NumberConstructor.lut.h \
+ DerivedSources/JavaScriptCore/NumberPrototype.lut.h \
+ DerivedSources/JavaScriptCore/ObjectConstructor.lut.h \
+ DerivedSources/JavaScriptCore/ObjectPrototype.lut.h \
+ DerivedSources/JavaScriptCore/RegExpConstructor.lut.h \
+ DerivedSources/JavaScriptCore/RegExpObject.lut.h \
+ DerivedSources/JavaScriptCore/RegExpPrototype.lut.h \
+ DerivedSources/JavaScriptCore/StringConstructor.lut.h \
+ DerivedSources/JavaScriptCore/StringPrototype.lut.h
javascriptcore_sources += \
Source/JavaScriptCore/API/APICast.h \
Source/JavaScriptCore/assembler/AssemblerBufferWithConstantPool.h \
Source/JavaScriptCore/assembler/CodeLocation.h \
Source/JavaScriptCore/assembler/LinkBuffer.h \
+ Source/JavaScriptCore/assembler/MacroAssembler.h \
Source/JavaScriptCore/assembler/MacroAssemblerARM.cpp \
Source/JavaScriptCore/assembler/MacroAssemblerARM.h \
Source/JavaScriptCore/assembler/MacroAssemblerARMv7.h \
Source/JavaScriptCore/assembler/MacroAssemblerCodeRef.h \
- Source/JavaScriptCore/assembler/MacroAssembler.h \
- Source/JavaScriptCore/assembler/MacroAssemblerX86_64.h \
- Source/JavaScriptCore/assembler/MacroAssemblerX86Common.h \
- Source/JavaScriptCore/assembler/MacroAssemblerX86.h \
- Source/JavaScriptCore/assembler/MacroAssemblerSH4.h \
+ Source/JavaScriptCore/assembler/MacroAssemblerMIPS.h \
Source/JavaScriptCore/assembler/MacroAssemblerSH4.cpp \
- Source/JavaScriptCore/assembler/SH4Assembler.h \
+ Source/JavaScriptCore/assembler/MacroAssemblerSH4.h \
+ Source/JavaScriptCore/assembler/MacroAssemblerX86.h \
+ Source/JavaScriptCore/assembler/MacroAssemblerX86Common.h \
+ Source/JavaScriptCore/assembler/MacroAssemblerX86_64.h \
+ Source/JavaScriptCore/assembler/MIPSAssembler.h \
Source/JavaScriptCore/assembler/RepatchBuffer.h \
+ Source/JavaScriptCore/assembler/SH4Assembler.h \
Source/JavaScriptCore/assembler/X86Assembler.h \
+ Source/JavaScriptCore/bytecode/BytecodeConventions.h \
+ Source/JavaScriptCore/bytecode/CallLinkInfo.cpp \
+ Source/JavaScriptCore/bytecode/CallLinkInfo.h \
+ Source/JavaScriptCore/bytecode/CallLinkStatus.cpp \
+ Source/JavaScriptCore/bytecode/CallLinkStatus.h \
+ Source/JavaScriptCore/bytecode/CallReturnOffsetToBytecodeOffset.h \
+ Source/JavaScriptCore/bytecode/CodeType.h \
Source/JavaScriptCore/bytecode/CodeBlock.cpp \
Source/JavaScriptCore/bytecode/CodeBlock.h \
+ Source/JavaScriptCore/bytecode/CodeOrigin.h \
+ Source/JavaScriptCore/bytecode/DataFormat.h \
+ Source/JavaScriptCore/bytecode/DFGExitProfile.cpp \
+ Source/JavaScriptCore/bytecode/DFGExitProfile.h \
Source/JavaScriptCore/bytecode/EvalCodeCache.h \
+ Source/JavaScriptCore/bytecode/ExecutionCounter.cpp \
+ Source/JavaScriptCore/bytecode/ExecutionCounter.h \
+ Source/JavaScriptCore/bytecode/ExpressionRangeInfo.h \
+ Source/JavaScriptCore/bytecode/GetByIdStatus.cpp \
+ Source/JavaScriptCore/bytecode/GetByIdStatus.h \
+ Source/JavaScriptCore/bytecode/GlobalResolveInfo.h \
+ Source/JavaScriptCore/bytecode/HandlerInfo.h \
Source/JavaScriptCore/bytecode/Instruction.h \
Source/JavaScriptCore/bytecode/JumpTable.cpp \
Source/JavaScriptCore/bytecode/JumpTable.h \
+ Source/JavaScriptCore/bytecode/LLIntCallLinkInfo.h \
+ Source/JavaScriptCore/bytecode/LazyOperandValueProfile.cpp \
+ Source/JavaScriptCore/bytecode/LazyOperandValueProfile.h \
+ Source/JavaScriptCore/bytecode/LineInfo.h \
+ Source/JavaScriptCore/bytecode/MethodCallLinkInfo.cpp \
+ Source/JavaScriptCore/bytecode/MethodCallLinkInfo.h \
+ Source/JavaScriptCore/bytecode/MethodCallLinkStatus.cpp \
+ Source/JavaScriptCore/bytecode/MethodCallLinkStatus.h \
+ Source/JavaScriptCore/bytecode/MethodOfGettingAValueProfile.cpp \
+ Source/JavaScriptCore/bytecode/MethodOfGettingAValueProfile.h \
Source/JavaScriptCore/bytecode/Opcode.cpp \
Source/JavaScriptCore/bytecode/Opcode.h \
+ Source/JavaScriptCore/bytecode/Operands.h \
+ Source/JavaScriptCore/bytecode/PolymorphicPutByIdList.cpp \
+ Source/JavaScriptCore/bytecode/PolymorphicPutByIdList.h \
+ Source/JavaScriptCore/bytecode/PredictedType.cpp \
+ Source/JavaScriptCore/bytecode/PredictedType.h \
+ Source/JavaScriptCore/bytecode/PutByIdStatus.cpp \
+ Source/JavaScriptCore/bytecode/PutByIdStatus.h \
+ Source/JavaScriptCore/bytecode/PutKind.h \
Source/JavaScriptCore/bytecode/SamplingTool.cpp \
Source/JavaScriptCore/bytecode/SamplingTool.h \
+ Source/JavaScriptCore/bytecode/StructureSet.h \
Source/JavaScriptCore/bytecode/StructureStubInfo.cpp \
Source/JavaScriptCore/bytecode/StructureStubInfo.h \
+ Source/JavaScriptCore/bytecode/ValueProfile.h \
+ Source/JavaScriptCore/bytecode/ValueRecovery.h \
+ Source/JavaScriptCore/bytecode/VirtualRegister.h \
Source/JavaScriptCore/bytecompiler/BytecodeGenerator.cpp \
Source/JavaScriptCore/bytecompiler/BytecodeGenerator.h \
Source/JavaScriptCore/bytecompiler/Label.h \
Source/JavaScriptCore/bytecompiler/LabelScope.h \
Source/JavaScriptCore/bytecompiler/NodesCodegen.cpp \
Source/JavaScriptCore/bytecompiler/RegisterID.h \
+ Source/JavaScriptCore/dfg/DFGAbstractState.cpp \
+ Source/JavaScriptCore/dfg/DFGAbstractState.h \
+ Source/JavaScriptCore/dfg/DFGAbstractValue.h \
+ Source/JavaScriptCore/dfg/DFGArgumentPosition.h \
+ Source/JavaScriptCore/dfg/DFGAssemblyHelpers.cpp \
+ Source/JavaScriptCore/dfg/DFGAssemblyHelpers.h \
+ Source/JavaScriptCore/dfg/DFGBasicBlock.h \
+ Source/JavaScriptCore/dfg/DFGByteCodeCache.h \
+ Source/JavaScriptCore/dfg/DFGByteCodeParser.cpp \
+ Source/JavaScriptCore/dfg/DFGByteCodeParser.h \
+ Source/JavaScriptCore/dfg/DFGCCallHelpers.h \
+ Source/JavaScriptCore/dfg/DFGCapabilities.cpp \
+ Source/JavaScriptCore/dfg/DFGCapabilities.h \
+ Source/JavaScriptCore/dfg/DFGCFAPhase.cpp \
+ Source/JavaScriptCore/dfg/DFGCFAPhase.h \
+ Source/JavaScriptCore/dfg/DFGCommon.h \
+ Source/JavaScriptCore/dfg/DFGCorrectableJumpPoint.cpp \
+ Source/JavaScriptCore/dfg/DFGCorrectableJumpPoint.h \
+ Source/JavaScriptCore/dfg/DFGCSEPhase.cpp \
+ Source/JavaScriptCore/dfg/DFGCSEPhase.h \
+ Source/JavaScriptCore/dfg/DFGDoubleFormatState.h \
+ Source/JavaScriptCore/dfg/DFGDriver.cpp \
+ Source/JavaScriptCore/dfg/DFGDriver.h \
+ Source/JavaScriptCore/dfg/DFGFPRInfo.h \
+ Source/JavaScriptCore/dfg/DFGFixupPhase.cpp \
+ Source/JavaScriptCore/dfg/DFGFixupPhase.h \
+ Source/JavaScriptCore/dfg/DFGGenerationInfo.h \
+ Source/JavaScriptCore/dfg/DFGGPRInfo.h \
+ Source/JavaScriptCore/dfg/DFGGraph.cpp \
+ Source/JavaScriptCore/dfg/DFGGraph.h \
+ Source/JavaScriptCore/dfg/DFGInsertionSet.h \
+ Source/JavaScriptCore/dfg/DFGJITCompiler.cpp \
+ Source/JavaScriptCore/dfg/DFGJITCompiler.h \
+ Source/JavaScriptCore/dfg/DFGNode.h \
+ Source/JavaScriptCore/dfg/DFGNodeFlags.cpp \
+ Source/JavaScriptCore/dfg/DFGNodeFlags.h \
+ Source/JavaScriptCore/dfg/DFGAdjacencyList.h \
+ Source/JavaScriptCore/dfg/DFGNodeType.h \
+ Source/JavaScriptCore/dfg/DFGEdge.h \
+ Source/JavaScriptCore/dfg/DFGOperations.cpp \
+ Source/JavaScriptCore/dfg/DFGOperations.h \
+ Source/JavaScriptCore/dfg/DFGOSREntry.cpp \
+ Source/JavaScriptCore/dfg/DFGOSREntry.h \
+ Source/JavaScriptCore/dfg/DFGOSRExitCompiler32_64.cpp \
+ Source/JavaScriptCore/dfg/DFGOSRExitCompiler64.cpp \
+ Source/JavaScriptCore/dfg/DFGOSRExitCompiler.cpp \
+ Source/JavaScriptCore/dfg/DFGOSRExitCompiler.h \
+ Source/JavaScriptCore/dfg/DFGOSRExit.h \
+ Source/JavaScriptCore/dfg/DFGOSRExit.cpp \
+ Source/JavaScriptCore/dfg/DFGPhase.cpp \
+ Source/JavaScriptCore/dfg/DFGPhase.h \
+ Source/JavaScriptCore/dfg/DFGPredictionPropagationPhase.cpp \
+ Source/JavaScriptCore/dfg/DFGPredictionPropagationPhase.h \
+ Source/JavaScriptCore/dfg/DFGRedundantPhiEliminationPhase.cpp \
+ Source/JavaScriptCore/dfg/DFGRedundantPhiEliminationPhase.h \
+ Source/JavaScriptCore/dfg/DFGRegisterBank.h \
+ Source/JavaScriptCore/dfg/DFGRepatch.cpp \
+ Source/JavaScriptCore/dfg/DFGRepatch.h \
+ Source/JavaScriptCore/dfg/DFGScoreBoard.h \
+ Source/JavaScriptCore/dfg/DFGSpeculativeJIT32_64.cpp \
+ Source/JavaScriptCore/dfg/DFGSpeculativeJIT64.cpp \
+ Source/JavaScriptCore/dfg/DFGSpeculativeJIT.cpp \
+ Source/JavaScriptCore/dfg/DFGSpeculativeJIT.h \
+ Source/JavaScriptCore/dfg/DFGThunks.cpp \
+ Source/JavaScriptCore/dfg/DFGThunks.h \
+ Source/JavaScriptCore/dfg/DFGVariableAccessData.h \
+ Source/JavaScriptCore/dfg/DFGVirtualRegisterAllocationPhase.cpp \
+ Source/JavaScriptCore/dfg/DFGVirtualRegisterAllocationPhase.h \
+ Source/JavaScriptCore/heap/CopiedAllocator.h \
+ Source/JavaScriptCore/heap/CopiedBlock.h \
+ Source/JavaScriptCore/heap/CopiedSpace.cpp \
+ Source/JavaScriptCore/heap/CopiedSpace.h \
+ Source/JavaScriptCore/heap/CopiedSpaceInlineMethods.h \
+ Source/JavaScriptCore/heap/CardSet.h \
Source/JavaScriptCore/heap/ConservativeRoots.cpp \
Source/JavaScriptCore/heap/ConservativeRoots.h \
+ Source/JavaScriptCore/heap/DFGCodeBlocks.cpp \
+ Source/JavaScriptCore/heap/DFGCodeBlocks.h \
+ Source/JavaScriptCore/heap/GCAssertions.h \
Source/JavaScriptCore/heap/Handle.h \
- Source/JavaScriptCore/heap/HandleHeap.cpp \
- Source/JavaScriptCore/heap/HandleHeap.h \
+ Source/JavaScriptCore/heap/HandleSet.cpp \
+ Source/JavaScriptCore/heap/HandleSet.h \
+ Source/JavaScriptCore/heap/HeapBlock.h \
+ Source/JavaScriptCore/heap/SlotVisitor.h \
Source/JavaScriptCore/heap/HandleStack.cpp \
Source/JavaScriptCore/heap/HandleStack.h \
Source/JavaScriptCore/heap/HandleTypes.h \
+ Source/JavaScriptCore/heap/BlockAllocator.cpp \
+ Source/JavaScriptCore/heap/BlockAllocator.h \
Source/JavaScriptCore/heap/Heap.cpp \
Source/JavaScriptCore/heap/Heap.h \
+ Source/JavaScriptCore/heap/ListableHandler.h \
Source/JavaScriptCore/heap/Local.h \
Source/JavaScriptCore/heap/LocalScope.h \
Source/JavaScriptCore/heap/MachineStackMarker.cpp \
Source/JavaScriptCore/heap/MachineStackMarker.h \
Source/JavaScriptCore/heap/MarkStack.cpp \
Source/JavaScriptCore/heap/MarkStack.h \
+ Source/JavaScriptCore/heap/HeapRootVisitor.h \
+ Source/JavaScriptCore/heap/MarkedAllocator.cpp \
+ Source/JavaScriptCore/heap/MarkedAllocator.h \
Source/JavaScriptCore/heap/MarkedBlock.cpp \
Source/JavaScriptCore/heap/MarkedBlock.h \
+ Source/JavaScriptCore/heap/MarkedBlockSet.h \
+ Source/JavaScriptCore/heap/TinyBloomFilter.h \
Source/JavaScriptCore/heap/MarkedSpace.cpp \
Source/JavaScriptCore/heap/MarkedSpace.h \
+ Source/JavaScriptCore/heap/PassWeak.h \
Source/JavaScriptCore/heap/Strong.h \
+ Source/JavaScriptCore/heap/StrongInlines.h \
+ Source/JavaScriptCore/heap/UnconditionalFinalizer.h \
+ Source/JavaScriptCore/heap/VTableSpectrum.cpp \
+ Source/JavaScriptCore/heap/VTableSpectrum.h \
Source/JavaScriptCore/heap/Weak.h \
+ Source/JavaScriptCore/heap/WeakBlock.cpp \
+ Source/JavaScriptCore/heap/WeakBlock.h \
+ Source/JavaScriptCore/heap/WeakHandleOwner.cpp \
+ Source/JavaScriptCore/heap/WeakHandleOwner.h \
+ Source/JavaScriptCore/heap/WeakImpl.h \
+ Source/JavaScriptCore/heap/WeakSet.cpp \
+ Source/JavaScriptCore/heap/WeakSet.h \
+ Source/JavaScriptCore/heap/WeakSetInlines.h \
+ Source/JavaScriptCore/heap/WeakReferenceHarvester.h \
+ Source/JavaScriptCore/heap/WriteBarrierSupport.cpp \
+ Source/JavaScriptCore/heap/WriteBarrierSupport.h \
Source/JavaScriptCore/config.h \
Source/JavaScriptCore/debugger/DebuggerActivation.cpp \
Source/JavaScriptCore/debugger/DebuggerActivation.h \
Source/JavaScriptCore/debugger/DebuggerCallFrame.cpp \
Source/JavaScriptCore/debugger/DebuggerCallFrame.h \
Source/JavaScriptCore/debugger/Debugger.cpp \
+ Source/JavaScriptCore/heap/MarkedAllocator.cpp \
+ Source/JavaScriptCore/heap/MarkedAllocator.h \
Source/JavaScriptCore/debugger/Debugger.h \
Source/JavaScriptCore/ForwardingHeaders/JavaScriptCore/APICast.h \
Source/JavaScriptCore/ForwardingHeaders/JavaScriptCore/APIShims.h \
Source/JavaScriptCore/icu/unicode/utf_old.h \
Source/JavaScriptCore/icu/unicode/utypes.h \
Source/JavaScriptCore/icu/unicode/uversion.h \
+ Source/JavaScriptCore/interpreter/AbstractPC.cpp \
+ Source/JavaScriptCore/interpreter/AbstractPC.h \
Source/JavaScriptCore/interpreter/CachedCall.h \
Source/JavaScriptCore/interpreter/CallFrameClosure.h \
Source/JavaScriptCore/interpreter/CallFrame.cpp \
Source/JavaScriptCore/interpreter/RegisterFile.h \
Source/JavaScriptCore/interpreter/Register.h \
Source/JavaScriptCore/JavaScriptCorePrefix.h \
+ Source/JavaScriptCore/jit/CompactJITCodeMap.h \
Source/JavaScriptCore/jit/ExecutableAllocator.cpp \
Source/JavaScriptCore/jit/ExecutableAllocator.h \
+ Source/JavaScriptCore/jit/HostCallReturnValue.cpp \
+ Source/JavaScriptCore/jit/HostCallReturnValue.h \
Source/JavaScriptCore/jit/JITArithmetic32_64.cpp \
Source/JavaScriptCore/jit/JITArithmetic.cpp \
Source/JavaScriptCore/jit/JITCall32_64.cpp \
Source/JavaScriptCore/jit/JITCall.cpp \
Source/JavaScriptCore/jit/JITCode.h \
+ Source/JavaScriptCore/jit/JITCompilationEffort.h \
+ Source/JavaScriptCore/jit/JITDriver.h \
Source/JavaScriptCore/jit/JIT.cpp \
Source/JavaScriptCore/jit/JIT.h \
+ Source/JavaScriptCore/jit/JITExceptions.cpp \
+ Source/JavaScriptCore/jit/JITExceptions.h \
Source/JavaScriptCore/jit/JITInlineMethods.h \
Source/JavaScriptCore/jit/JITOpcodes32_64.cpp \
Source/JavaScriptCore/jit/JITOpcodes.cpp \
Source/JavaScriptCore/jit/JITStubCall.h \
Source/JavaScriptCore/jit/JITStubs.cpp \
Source/JavaScriptCore/jit/JITStubs.h \
+ Source/JavaScriptCore/jit/JITWriteBarrier.h \
Source/JavaScriptCore/jit/JSInterfaceJIT.h \
Source/JavaScriptCore/jit/SpecializedThunkJIT.h \
Source/JavaScriptCore/jit/ThunkGenerators.cpp \
Source/JavaScriptCore/jit/ThunkGenerators.h \
+ Source/JavaScriptCore/llint/LLIntData.h \
+ Source/JavaScriptCore/llint/LLIntEntrypoints.cpp \
+ Source/JavaScriptCore/llint/LLIntEntrypoints.h \
+ Source/JavaScriptCore/llint/LowLevelInterpreter.cpp \
+ Source/JavaScriptCore/llint/LowLevelInterpreter.h \
Source/JavaScriptCore/os-win32/stdbool.h \
Source/JavaScriptCore/os-win32/stdint.h \
Source/JavaScriptCore/parser/ASTBuilder.h \
- Source/JavaScriptCore/parser/JSParser.cpp \
- Source/JavaScriptCore/parser/JSParser.h \
Source/JavaScriptCore/parser/Lexer.cpp \
Source/JavaScriptCore/parser/Lexer.h \
Source/JavaScriptCore/parser/NodeConstructors.h \
Source/JavaScriptCore/parser/Nodes.h \
Source/JavaScriptCore/parser/ParserArena.cpp \
Source/JavaScriptCore/parser/ParserArena.h \
+ Source/JavaScriptCore/parser/ParserTokens.h \
Source/JavaScriptCore/parser/Parser.cpp \
Source/JavaScriptCore/parser/Parser.h \
Source/JavaScriptCore/parser/ResultType.h \
Source/JavaScriptCore/runtime/ArrayPrototype.cpp \
Source/JavaScriptCore/runtime/ArrayPrototype.h \
Source/JavaScriptCore/runtime/BatchedTransitionOptimizer.h \
+ Source/JavaScriptCore/runtime/BigInteger.h \
Source/JavaScriptCore/runtime/BooleanConstructor.cpp \
Source/JavaScriptCore/runtime/BooleanConstructor.h \
Source/JavaScriptCore/runtime/BooleanObject.cpp \
Source/JavaScriptCore/runtime/CallData.cpp \
Source/JavaScriptCore/runtime/CallData.h \
Source/JavaScriptCore/runtime/ClassInfo.h \
+ Source/JavaScriptCore/runtime/CodeSpecializationKind.h \
Source/JavaScriptCore/runtime/CommonIdentifiers.cpp \
Source/JavaScriptCore/runtime/CommonIdentifiers.h \
+ Source/JavaScriptCore/runtime/CommonSlowPaths.h \
Source/JavaScriptCore/runtime/Completion.cpp \
Source/JavaScriptCore/runtime/Completion.h \
Source/JavaScriptCore/runtime/ConstructData.cpp \
Source/JavaScriptCore/runtime/ExceptionHelpers.h \
Source/JavaScriptCore/runtime/Executable.cpp \
Source/JavaScriptCore/runtime/Executable.h \
+ Source/JavaScriptCore/runtime/ExecutionHarness.h \
Source/JavaScriptCore/runtime/FunctionConstructor.cpp \
Source/JavaScriptCore/runtime/FunctionConstructor.h \
Source/JavaScriptCore/runtime/FunctionPrototype.cpp \
Source/JavaScriptCore/runtime/InitializeThreading.h \
Source/JavaScriptCore/runtime/InternalFunction.cpp \
Source/JavaScriptCore/runtime/InternalFunction.h \
+ Source/JavaScriptCore/runtime/Intrinsic.h \
Source/JavaScriptCore/runtime/JSActivation.cpp \
Source/JavaScriptCore/runtime/JSActivation.h \
Source/JavaScriptCore/runtime/JSAPIValueWrapper.cpp \
Source/JavaScriptCore/runtime/JSAPIValueWrapper.h \
Source/JavaScriptCore/runtime/JSArray.cpp \
Source/JavaScriptCore/runtime/JSArray.h \
- Source/JavaScriptCore/runtime/JSByteArray.cpp \
- Source/JavaScriptCore/runtime/JSByteArray.h \
Source/JavaScriptCore/runtime/JSCell.cpp \
Source/JavaScriptCore/runtime/JSCell.h \
+ Source/JavaScriptCore/runtime/JSDateMath.cpp \
+ Source/JavaScriptCore/runtime/JSDateMath.h \
Source/JavaScriptCore/runtime/JSFunction.cpp \
Source/JavaScriptCore/runtime/JSFunction.h \
+ Source/JavaScriptCore/runtime/JSBoundFunction.cpp \
+ Source/JavaScriptCore/runtime/JSBoundFunction.h \
+ Source/JavaScriptCore/runtime/JSExportMacros.h \
Source/JavaScriptCore/runtime/JSGlobalData.cpp \
Source/JavaScriptCore/runtime/JSGlobalData.h \
Source/JavaScriptCore/runtime/JSGlobalObject.cpp \
Source/JavaScriptCore/runtime/JSGlobalObjectFunctions.cpp \
Source/JavaScriptCore/runtime/JSGlobalObjectFunctions.h \
Source/JavaScriptCore/runtime/JSGlobalObject.h \
+ Source/JavaScriptCore/runtime/JSGlobalThis.cpp \
+ Source/JavaScriptCore/runtime/JSGlobalThis.h \
Source/JavaScriptCore/runtime/JSLock.cpp \
Source/JavaScriptCore/runtime/JSLock.h \
Source/JavaScriptCore/runtime/JSNotAnObject.cpp \
Source/JavaScriptCore/runtime/JSNotAnObject.h \
Source/JavaScriptCore/runtime/JSObject.cpp \
Source/JavaScriptCore/runtime/JSObject.h \
- Source/JavaScriptCore/runtime/JSObjectWithGlobalObject.cpp \
- Source/JavaScriptCore/runtime/JSObjectWithGlobalObject.h \
Source/JavaScriptCore/runtime/JSONObject.cpp \
Source/JavaScriptCore/runtime/JSONObject.h \
Source/JavaScriptCore/runtime/JSPropertyNameIterator.cpp \
Source/JavaScriptCore/runtime/JSStaticScopeObject.cpp \
Source/JavaScriptCore/runtime/JSStaticScopeObject.h \
Source/JavaScriptCore/runtime/JSStringBuilder.h \
+ Source/JavaScriptCore/runtime/JSStringJoiner.cpp \
+ Source/JavaScriptCore/runtime/JSStringJoiner.h \
Source/JavaScriptCore/runtime/JSString.cpp \
Source/JavaScriptCore/runtime/JSString.h \
Source/JavaScriptCore/runtime/JSType.h \
Source/JavaScriptCore/runtime/JSVariableObject.h \
Source/JavaScriptCore/runtime/JSWrapperObject.cpp \
Source/JavaScriptCore/runtime/JSWrapperObject.h \
- Source/JavaScriptCore/runtime/JSZombie.h \
Source/JavaScriptCore/runtime/LiteralParser.cpp \
Source/JavaScriptCore/runtime/LiteralParser.h \
Source/JavaScriptCore/runtime/Lookup.cpp \
Source/JavaScriptCore/runtime/Lookup.h \
+ Source/JavaScriptCore/runtime/MatchResult.h \
Source/JavaScriptCore/runtime/MathObject.cpp \
Source/JavaScriptCore/runtime/MathObject.h \
+ Source/JavaScriptCore/runtime/MemoryStatistics.h \
Source/JavaScriptCore/runtime/NativeErrorConstructor.cpp \
Source/JavaScriptCore/runtime/NativeErrorConstructor.h \
Source/JavaScriptCore/runtime/NativeErrorPrototype.cpp \
Source/JavaScriptCore/runtime/ObjectPrototype.h \
Source/JavaScriptCore/runtime/Operations.cpp \
Source/JavaScriptCore/runtime/Operations.h \
+ Source/JavaScriptCore/runtime/Options.cpp \
+ Source/JavaScriptCore/runtime/Options.h \
Source/JavaScriptCore/runtime/PropertyDescriptor.cpp \
Source/JavaScriptCore/runtime/PropertyDescriptor.h \
Source/JavaScriptCore/runtime/PropertyMapHashTable.h \
Source/JavaScriptCore/runtime/RegExp.cpp \
Source/JavaScriptCore/runtime/RegExp.h \
Source/JavaScriptCore/runtime/RegExpKey.h \
+ Source/JavaScriptCore/runtime/RegExpMatchesArray.cpp \
Source/JavaScriptCore/runtime/RegExpMatchesArray.h \
+ Source/JavaScriptCore/runtime/RegExpCachedResult.cpp \
+ Source/JavaScriptCore/runtime/RegExpCachedResult.h \
Source/JavaScriptCore/runtime/RegExpObject.cpp \
Source/JavaScriptCore/runtime/RegExpObject.h \
Source/JavaScriptCore/runtime/RegExpPrototype.cpp \
Source/JavaScriptCore/runtime/RegExpPrototype.h \
- Source/JavaScriptCore/runtime/RopeImpl.cpp \
- Source/JavaScriptCore/runtime/RopeImpl.h \
+ Source/JavaScriptCore/runtime/SamplingCounter.cpp \
+ Source/JavaScriptCore/runtime/SamplingCounter.h \
Source/JavaScriptCore/runtime/ScopeChain.cpp \
Source/JavaScriptCore/runtime/ScopeChain.h \
Source/JavaScriptCore/runtime/ScopeChainMark.h \
Source/JavaScriptCore/runtime/SmallStrings.cpp \
Source/JavaScriptCore/runtime/SmallStrings.h \
+ Source/JavaScriptCore/runtime/StorageBarrier.h \
Source/JavaScriptCore/runtime/StrictEvalActivation.cpp \
Source/JavaScriptCore/runtime/StrictEvalActivation.h \
Source/JavaScriptCore/runtime/StringConstructor.cpp \
Source/JavaScriptCore/runtime/StringConstructor.h \
Source/JavaScriptCore/runtime/StringObject.cpp \
Source/JavaScriptCore/runtime/StringObject.h \
- Source/JavaScriptCore/runtime/StringObjectThatMasqueradesAsUndefined.h \
Source/JavaScriptCore/runtime/StringPrototype.cpp \
Source/JavaScriptCore/runtime/StringPrototype.h \
Source/JavaScriptCore/runtime/StringRecursionChecker.cpp \
Source/JavaScriptCore/runtime/TimeoutChecker.cpp \
Source/JavaScriptCore/runtime/TimeoutChecker.h \
Source/JavaScriptCore/runtime/Tracing.h \
+ Source/JavaScriptCore/runtime/Uint16WithFraction.h \
Source/JavaScriptCore/runtime/UString.cpp \
Source/JavaScriptCore/runtime/UString.h \
Source/JavaScriptCore/runtime/UStringBuilder.h \
Source/JavaScriptCore/runtime/WeakGCMap.h \
Source/JavaScriptCore/runtime/WeakRandom.h \
Source/JavaScriptCore/runtime/WriteBarrier.h \
- Source/JavaScriptCore/wtf/AlwaysInline.h \
- Source/JavaScriptCore/wtf/ASCIICType.h \
- Source/JavaScriptCore/wtf/Assertions.cpp \
- Source/JavaScriptCore/wtf/Assertions.h \
- Source/JavaScriptCore/wtf/Atomics.h \
- Source/JavaScriptCore/wtf/AVLTree.h \
- Source/JavaScriptCore/wtf/Bitmap.h \
- Source/JavaScriptCore/wtf/BlockStack.h \
- Source/JavaScriptCore/wtf/BloomFilter.h \
- Source/JavaScriptCore/wtf/BumpPointerAllocator.h \
- Source/JavaScriptCore/wtf/ByteArray.cpp \
- Source/JavaScriptCore/wtf/ByteArray.h \
- Source/JavaScriptCore/wtf/CrossThreadRefCounted.h \
- Source/JavaScriptCore/wtf/CryptographicallyRandomNumber.cpp \
- Source/JavaScriptCore/wtf/CryptographicallyRandomNumber.h \
- Source/JavaScriptCore/wtf/CurrentTime.cpp \
- Source/JavaScriptCore/wtf/CurrentTime.h \
- Source/JavaScriptCore/wtf/DateMath.cpp \
- Source/JavaScriptCore/wtf/DateMath.h \
- Source/JavaScriptCore/wtf/DecimalNumber.h \
- Source/JavaScriptCore/wtf/DecimalNumber.cpp \
- Source/JavaScriptCore/wtf/Decoder.h \
- Source/JavaScriptCore/wtf/Deque.h \
- Source/JavaScriptCore/wtf/DisallowCType.h \
- Source/JavaScriptCore/wtf/DoublyLinkedList.h \
- Source/JavaScriptCore/wtf/dtoa.cpp \
- Source/JavaScriptCore/wtf/dtoa.h \
- Source/JavaScriptCore/wtf/DynamicAnnotations.cpp \
- Source/JavaScriptCore/wtf/DynamicAnnotations.h \
- Source/JavaScriptCore/wtf/Encoder.h \
- Source/JavaScriptCore/wtf/FastAllocBase.h \
- Source/JavaScriptCore/wtf/FastMalloc.cpp \
- Source/JavaScriptCore/wtf/FastMalloc.h \
- Source/JavaScriptCore/wtf/FixedArray.h \
- Source/JavaScriptCore/wtf/Forward.h \
- Source/JavaScriptCore/wtf/GetPtr.h \
- Source/JavaScriptCore/wtf/gobject/GOwnPtr.cpp \
- Source/JavaScriptCore/wtf/gobject/GOwnPtr.h \
- Source/JavaScriptCore/wtf/gobject/GRefPtr.cpp \
- Source/JavaScriptCore/wtf/gobject/GRefPtr.h \
- Source/JavaScriptCore/wtf/gobject/GTypedefs.h \
- Source/JavaScriptCore/wtf/gtk/MainThreadGtk.cpp \
- Source/JavaScriptCore/wtf/gtk/ThreadingGtk.cpp \
- Source/JavaScriptCore/wtf/HashCountedSet.h \
- Source/JavaScriptCore/wtf/HashFunctions.h \
- Source/JavaScriptCore/wtf/HashIterators.h \
- Source/JavaScriptCore/wtf/HashMap.h \
- Source/JavaScriptCore/wtf/HashSet.h \
- Source/JavaScriptCore/wtf/HashTable.cpp \
- Source/JavaScriptCore/wtf/HashTable.h \
- Source/JavaScriptCore/wtf/HashTraits.h \
- Source/JavaScriptCore/wtf/HexNumber.h \
- Source/JavaScriptCore/wtf/ListHashSet.h \
- Source/JavaScriptCore/wtf/ListRefPtr.h \
- Source/JavaScriptCore/wtf/Locker.h \
- Source/JavaScriptCore/wtf/MainThread.cpp \
- Source/JavaScriptCore/wtf/MainThread.h \
- Source/JavaScriptCore/wtf/MallocZoneSupport.h \
- Source/JavaScriptCore/wtf/MathExtras.h \
- Source/JavaScriptCore/wtf/MD5.cpp \
- Source/JavaScriptCore/wtf/MD5.h \
- Source/JavaScriptCore/wtf/MessageQueue.h \
- Source/JavaScriptCore/wtf/NonCopyingSort.h \
- Source/JavaScriptCore/wtf/Noncopyable.h \
- Source/JavaScriptCore/wtf/NotFound.h \
- Source/JavaScriptCore/wtf/NullPtr.h \
- Source/JavaScriptCore/wtf/OSAllocator.h \
- Source/JavaScriptCore/wtf/OSRandomSource.cpp \
- Source/JavaScriptCore/wtf/OSRandomSource.h \
- Source/JavaScriptCore/wtf/OwnArrayPtr.h \
- Source/JavaScriptCore/wtf/OwnFastMallocPtr.h \
- Source/JavaScriptCore/wtf/OwnPtrCommon.h \
- Source/JavaScriptCore/wtf/OwnPtr.h \
- Source/JavaScriptCore/wtf/PageAllocation.h \
- Source/JavaScriptCore/wtf/PageAllocationAligned.cpp \
- Source/JavaScriptCore/wtf/PageAllocationAligned.h \
- Source/JavaScriptCore/wtf/PageReservation.h \
- Source/JavaScriptCore/wtf/PageBlock.cpp \
- Source/JavaScriptCore/wtf/PageBlock.h \
- Source/JavaScriptCore/wtf/PassOwnArrayPtr.h \
- Source/JavaScriptCore/wtf/PassOwnPtr.h \
- Source/JavaScriptCore/wtf/PassRefPtr.h \
- Source/JavaScriptCore/wtf/PassTraits.h \
- Source/JavaScriptCore/wtf/ParallelJobs.h \
- Source/JavaScriptCore/wtf/ParallelJobsGeneric.cpp \
- Source/JavaScriptCore/wtf/ParallelJobsGeneric.h \
- Source/JavaScriptCore/wtf/ParallelJobsLibdispatch.h \
- Source/JavaScriptCore/wtf/ParallelJobsOpenMP.h \
- Source/JavaScriptCore/wtf/Platform.h \
- Source/JavaScriptCore/wtf/PossiblyNull.h \
- Source/JavaScriptCore/wtf/RandomNumber.cpp \
- Source/JavaScriptCore/wtf/RandomNumber.h \
- Source/JavaScriptCore/wtf/RandomNumberSeed.h \
- Source/JavaScriptCore/wtf/RefCounted.h \
- Source/JavaScriptCore/wtf/RefCountedLeakCounter.cpp \
- Source/JavaScriptCore/wtf/RefCountedLeakCounter.h \
- Source/JavaScriptCore/wtf/RefPtr.h \
- Source/JavaScriptCore/wtf/RefPtrHashMap.h \
- Source/JavaScriptCore/wtf/RetainPtr.h \
- Source/JavaScriptCore/wtf/SegmentedVector.h \
- Source/JavaScriptCore/wtf/SentinelLinkedList.h \
- Source/JavaScriptCore/wtf/SHA1.cpp \
- Source/JavaScriptCore/wtf/SHA1.h \
- Source/JavaScriptCore/wtf/SinglyLinkedList.h \
- Source/JavaScriptCore/wtf/StackBounds.cpp \
- Source/JavaScriptCore/wtf/StackBounds.h \
- Source/JavaScriptCore/wtf/StaticConstructors.h \
- Source/JavaScriptCore/wtf/StdLibExtras.h \
- Source/JavaScriptCore/wtf/StringExtras.h \
- Source/JavaScriptCore/wtf/StringHasher.h \
- Source/JavaScriptCore/wtf/TCPackedCache.h \
- Source/JavaScriptCore/wtf/TCPageMap.h \
- Source/JavaScriptCore/wtf/TCSpinLock.h \
- Source/JavaScriptCore/wtf/TCSystemAlloc.cpp \
- Source/JavaScriptCore/wtf/TCSystemAlloc.h \
- Source/JavaScriptCore/wtf/text/AtomicString.cpp \
- Source/JavaScriptCore/wtf/text/AtomicString.h \
- Source/JavaScriptCore/wtf/text/AtomicStringHash.h \
- Source/JavaScriptCore/wtf/text/AtomicStringImpl.h \
- Source/JavaScriptCore/wtf/text/CString.cpp \
- Source/JavaScriptCore/wtf/text/CString.h \
- Source/JavaScriptCore/wtf/text/StringBuffer.h \
- Source/JavaScriptCore/wtf/text/StringBuilder.cpp \
- Source/JavaScriptCore/wtf/text/StringBuilder.h \
- Source/JavaScriptCore/wtf/text/StringConcatenate.h \
- Source/JavaScriptCore/wtf/text/StringHash.h \
- Source/JavaScriptCore/wtf/text/StringImplBase.h \
- Source/JavaScriptCore/wtf/text/StringImpl.cpp \
- Source/JavaScriptCore/wtf/text/StringImpl.h \
- Source/JavaScriptCore/wtf/text/StringOperators.h \
- Source/JavaScriptCore/wtf/text/StringStatics.cpp \
- Source/JavaScriptCore/wtf/text/TextPosition.h \
- Source/JavaScriptCore/wtf/text/WTFString.cpp \
- Source/JavaScriptCore/wtf/text/WTFString.h \
- Source/JavaScriptCore/wtf/ThreadIdentifierDataPthreads.cpp \
- Source/JavaScriptCore/wtf/ThreadIdentifierDataPthreads.h \
- Source/JavaScriptCore/wtf/Threading.cpp \
- Source/JavaScriptCore/wtf/Threading.h \
- Source/JavaScriptCore/wtf/ThreadingPrimitives.h \
- Source/JavaScriptCore/wtf/ThreadingPthreads.cpp \
- Source/JavaScriptCore/wtf/ThreadSafeRefCounted.h \
- Source/JavaScriptCore/wtf/ThreadSpecific.h \
- Source/JavaScriptCore/wtf/TypeTraits.cpp \
- Source/JavaScriptCore/wtf/TypeTraits.h \
- Source/JavaScriptCore/wtf/unicode/CharacterNames.h \
- Source/JavaScriptCore/wtf/unicode/CollatorDefault.cpp \
- Source/JavaScriptCore/wtf/unicode/Collator.h \
- Source/JavaScriptCore/wtf/unicode/Unicode.h \
- Source/JavaScriptCore/wtf/unicode/UTF8.cpp \
- Source/JavaScriptCore/wtf/unicode/UTF8.h \
- Source/JavaScriptCore/wtf/UnusedParam.h \
- Source/JavaScriptCore/wtf/ValueCheck.h \
- Source/JavaScriptCore/wtf/Vector.h \
- Source/JavaScriptCore/wtf/VectorTraits.h \
- Source/JavaScriptCore/wtf/VMTags.h \
- Source/JavaScriptCore/wtf/WTFThreadData.cpp \
- Source/JavaScriptCore/wtf/WTFThreadData.h \
+ Source/JavaScriptCore/tools/CodeProfile.cpp \
+ Source/JavaScriptCore/tools/CodeProfile.h \
+ Source/JavaScriptCore/tools/CodeProfiling.cpp \
+ Source/JavaScriptCore/tools/CodeProfiling.h \
+ Source/JavaScriptCore/tools/ProfileTreeNode.h \
+ Source/JavaScriptCore/tools/TieredMMapArray.h \
Source/JavaScriptCore/yarr/Yarr.h \
+ Source/JavaScriptCore/yarr/YarrCanonicalizeUCS2.cpp \
+ Source/JavaScriptCore/yarr/YarrCanonicalizeUCS2.h \
Source/JavaScriptCore/yarr/YarrInterpreter.cpp \
Source/JavaScriptCore/yarr/YarrInterpreter.h \
Source/JavaScriptCore/yarr/YarrJIT.cpp \
Source/JavaScriptCore/yarr/YarrSyntaxChecker.h
if TARGET_WIN32
-javascriptcore_sources += \
- Source/JavaScriptCore/heap/MarkStackWin.cpp \
- Source/JavaScriptCore/wtf/OSAllocatorWin.cpp
else
javascriptcore_sources += \
- Source/JavaScriptCore/jit/ExecutableAllocatorFixedVMPool.cpp \
- Source/JavaScriptCore/heap/MarkStackPosix.cpp \
- Source/JavaScriptCore/wtf/OSAllocatorPosix.cpp
+ Source/JavaScriptCore/jit/ExecutableAllocatorFixedVMPool.cpp
endif
-# ----
-# icu unicode backend
-# ----
-if USE_ICU_UNICODE
-javascriptcore_sources += \
- Source/JavaScriptCore/wtf/unicode/icu/CollatorICU.cpp \
- Source/JavaScriptCore/wtf/unicode/icu/UnicodeIcu.h
-endif # USE_ICU_UNICODE
-
-# ----
-# glib unicode backend
-# ----
-if USE_GLIB_UNICODE
-javascriptcore_sources += \
- Source/JavaScriptCore/wtf/unicode/UnicodeMacrosFromICU.h \
- Source/JavaScriptCore/wtf/unicode/glib/UnicodeGLib.h \
- Source/JavaScriptCore/wtf/unicode/glib/UnicodeGLib.cpp
-endif # USE_GLIB_UNICODE
-
# minidom
Programs_minidom_SOURCES = \
Source/JavaScriptCore/API/tests/JSNode.c \
Source/JavaScriptCore/API/tests/minidom.c
Programs_jsc_@WEBKITGTK_API_MAJOR_VERSION@_SOURCES = \
+ Source/JavaScriptCore/JSCTypedArrayStubs.h \
Source/JavaScriptCore/jsc.cpp