initial import
[vuplus_webkit] / Source / JavaScriptCore / GNUmakefile.list.am
1 javascriptcore_h_api += \
2         Source/JavaScriptCore/API/JSBase.h \
3         Source/JavaScriptCore/API/JSContextRef.h \
4         Source/JavaScriptCore/API/JSObjectRef.h \
5         Source/JavaScriptCore/API/JSStringRef.h \
6         Source/JavaScriptCore/API/JSStringRefBSTR.h \
7         Source/JavaScriptCore/API/JSStringRefCF.h \
8         Source/JavaScriptCore/API/JSValueRef.h \
9         Source/JavaScriptCore/API/JavaScript.h \
10         Source/JavaScriptCore/API/JavaScriptCore.h \
11         Source/JavaScriptCore/API/WebKitAvailability.h
12
13 javascriptcore_built_nosources += \
14         Source/JavaScriptCore/KeywordLookup.h \
15         Source/JavaScriptCore/Lexer.lut.h \
16         Source/JavaScriptCore/RegExpJitTables.h \
17         Source/JavaScriptCore/runtime/ArrayConstructor.lut.h \
18         Source/JavaScriptCore/runtime/ArrayPrototype.lut.h \
19         Source/JavaScriptCore/runtime/BooleanPrototype.lut.h \
20         Source/JavaScriptCore/runtime/DateConstructor.lut.h \
21         Source/JavaScriptCore/runtime/DatePrototype.lut.h \
22         Source/JavaScriptCore/runtime/ErrorPrototype.lut.h \
23         Source/JavaScriptCore/runtime/JSGlobalObject.lut.h \
24         Source/JavaScriptCore/runtime/JSONObject.lut.h \
25         Source/JavaScriptCore/runtime/MathObject.lut.h \
26         Source/JavaScriptCore/runtime/NumberConstructor.lut.h \
27         Source/JavaScriptCore/runtime/NumberPrototype.lut.h \
28         Source/JavaScriptCore/runtime/ObjectConstructor.lut.h \
29         Source/JavaScriptCore/runtime/ObjectPrototype.lut.h \
30         Source/JavaScriptCore/runtime/RegExpConstructor.lut.h \
31         Source/JavaScriptCore/runtime/RegExpObject.lut.h \
32         Source/JavaScriptCore/runtime/RegExpPrototype.lut.h \
33         Source/JavaScriptCore/runtime/StringConstructor.lut.h \
34         Source/JavaScriptCore/runtime/StringPrototype.lut.h
35
36 javascriptcore_sources += \
37         Source/JavaScriptCore/API/APICast.h \
38         Source/JavaScriptCore/API/APIShims.h \
39         Source/JavaScriptCore/API/JSBase.cpp \
40         Source/JavaScriptCore/API/JSBasePrivate.h \
41         Source/JavaScriptCore/API/JSCallbackConstructor.cpp \
42         Source/JavaScriptCore/API/JSCallbackConstructor.h \
43         Source/JavaScriptCore/API/JSCallbackFunction.cpp \
44         Source/JavaScriptCore/API/JSCallbackFunction.h \
45         Source/JavaScriptCore/API/JSCallbackObject.cpp \
46         Source/JavaScriptCore/API/JSCallbackObjectFunctions.h \
47         Source/JavaScriptCore/API/JSCallbackObject.h \
48         Source/JavaScriptCore/API/JSClassRef.cpp \
49         Source/JavaScriptCore/API/JSClassRef.h \
50         Source/JavaScriptCore/API/JSContextRef.cpp \
51         Source/JavaScriptCore/API/JSContextRefPrivate.h \
52         Source/JavaScriptCore/API/JSObjectRef.cpp \
53         Source/JavaScriptCore/API/JSObjectRefPrivate.h \
54         Source/JavaScriptCore/API/JSRetainPtr.h \
55         Source/JavaScriptCore/API/JSStringRef.cpp \
56         Source/JavaScriptCore/API/JSValueRef.cpp \
57         Source/JavaScriptCore/API/JSWeakObjectMapRefInternal.h \
58         Source/JavaScriptCore/API/OpaqueJSString.cpp \
59         Source/JavaScriptCore/API/OpaqueJSString.h \
60         Source/JavaScriptCore/assembler/AbstractMacroAssembler.h \
61         Source/JavaScriptCore/assembler/ARMAssembler.cpp \
62         Source/JavaScriptCore/assembler/ARMAssembler.h \
63         Source/JavaScriptCore/assembler/ARMv7Assembler.cpp \
64         Source/JavaScriptCore/assembler/ARMv7Assembler.h \
65         Source/JavaScriptCore/assembler/AssemblerBuffer.h \
66         Source/JavaScriptCore/assembler/AssemblerBufferWithConstantPool.h \
67         Source/JavaScriptCore/assembler/CodeLocation.h \
68         Source/JavaScriptCore/assembler/LinkBuffer.h \
69         Source/JavaScriptCore/assembler/MacroAssembler.h \
70         Source/JavaScriptCore/assembler/MacroAssemblerARM.cpp \
71         Source/JavaScriptCore/assembler/MacroAssemblerARM.h \
72         Source/JavaScriptCore/assembler/MacroAssemblerARMv7.h \
73         Source/JavaScriptCore/assembler/MacroAssemblerCodeRef.h \
74         Source/JavaScriptCore/assembler/MacroAssemblerMIPS.h \
75         Source/JavaScriptCore/assembler/MacroAssemblerSH4.cpp \
76         Source/JavaScriptCore/assembler/MacroAssemblerSH4.h \
77         Source/JavaScriptCore/assembler/MacroAssemblerX86.h \
78         Source/JavaScriptCore/assembler/MacroAssemblerX86Common.h \
79         Source/JavaScriptCore/assembler/MacroAssemblerX86_64.h \
80         Source/JavaScriptCore/assembler/MIPSAssembler.h \
81         Source/JavaScriptCore/assembler/RepatchBuffer.h \
82         Source/JavaScriptCore/assembler/SH4Assembler.h \
83         Source/JavaScriptCore/assembler/X86Assembler.h \
84         Source/JavaScriptCore/bytecode/CodeBlock.cpp \
85         Source/JavaScriptCore/bytecode/CodeBlock.h \
86         Source/JavaScriptCore/bytecode/EvalCodeCache.h \
87         Source/JavaScriptCore/bytecode/Instruction.h \
88         Source/JavaScriptCore/bytecode/JumpTable.cpp \
89         Source/JavaScriptCore/bytecode/JumpTable.h \
90         Source/JavaScriptCore/bytecode/Opcode.cpp \
91         Source/JavaScriptCore/bytecode/Opcode.h \
92         Source/JavaScriptCore/bytecode/PredictedType.cpp \
93         Source/JavaScriptCore/bytecode/PredictedType.h \
94         Source/JavaScriptCore/bytecode/SamplingTool.cpp \
95         Source/JavaScriptCore/bytecode/SamplingTool.h \
96         Source/JavaScriptCore/bytecode/StructureStubInfo.cpp \
97         Source/JavaScriptCore/bytecode/StructureStubInfo.h \
98         Source/JavaScriptCore/bytecode/ValueProfile.cpp \
99         Source/JavaScriptCore/bytecode/ValueProfile.h \
100         Source/JavaScriptCore/bytecompiler/BytecodeGenerator.cpp \
101         Source/JavaScriptCore/bytecompiler/BytecodeGenerator.h \
102         Source/JavaScriptCore/bytecompiler/Label.h \
103         Source/JavaScriptCore/bytecompiler/LabelScope.h \
104         Source/JavaScriptCore/bytecompiler/NodesCodegen.cpp \
105         Source/JavaScriptCore/bytecompiler/RegisterID.h \
106         Source/JavaScriptCore/dfg/DFGAliasTracker.h \
107         Source/JavaScriptCore/dfg/DFGByteCodeParser.cpp \
108         Source/JavaScriptCore/dfg/DFGByteCodeParser.h \
109         Source/JavaScriptCore/dfg/DFGDriver.cpp \
110         Source/JavaScriptCore/dfg/DFGDriver.h \
111         Source/JavaScriptCore/dfg/DFGFPRInfo.h \
112         Source/JavaScriptCore/dfg/DFGGenerationInfo.h \
113         Source/JavaScriptCore/dfg/DFGGPRInfo.h \
114         Source/JavaScriptCore/dfg/DFGGraph.cpp \
115         Source/JavaScriptCore/dfg/DFGGraph.h \
116         Source/JavaScriptCore/dfg/DFGJITCodeGenerator.cpp \
117         Source/JavaScriptCore/dfg/DFGJITCodeGenerator.h \
118         Source/JavaScriptCore/dfg/DFGJITCompiler.cpp \
119         Source/JavaScriptCore/dfg/DFGJITCompiler.h \
120         Source/JavaScriptCore/dfg/DFGNode.h \
121         Source/JavaScriptCore/dfg/DFGNonSpeculativeJIT.cpp \
122         Source/JavaScriptCore/dfg/DFGNonSpeculativeJIT.h \
123         Source/JavaScriptCore/dfg/DFGOperations.cpp \
124         Source/JavaScriptCore/dfg/DFGOperations.h \
125         Source/JavaScriptCore/dfg/DFGPropagator.cpp \
126         Source/JavaScriptCore/dfg/DFGPropagator.h \
127         Source/JavaScriptCore/dfg/DFGRegisterBank.h \
128         Source/JavaScriptCore/dfg/DFGRepatch.cpp \
129         Source/JavaScriptCore/dfg/DFGRepatch.h \
130         Source/JavaScriptCore/dfg/DFGScoreBoard.h \
131         Source/JavaScriptCore/dfg/DFGSpeculativeJIT.cpp \
132         Source/JavaScriptCore/dfg/DFGSpeculativeJIT.h \
133         Source/JavaScriptCore/heap/ConservativeRoots.cpp \
134         Source/JavaScriptCore/heap/ConservativeRoots.h \
135         Source/JavaScriptCore/heap/Handle.h \
136         Source/JavaScriptCore/heap/HandleHeap.cpp \
137         Source/JavaScriptCore/heap/HandleHeap.h \
138         Source/JavaScriptCore/heap/SlotVisitor.h \
139         Source/JavaScriptCore/heap/HandleStack.cpp \
140         Source/JavaScriptCore/heap/HandleStack.h \
141         Source/JavaScriptCore/heap/HandleTypes.h \
142         Source/JavaScriptCore/heap/Heap.cpp \
143         Source/JavaScriptCore/heap/Heap.h \
144         Source/JavaScriptCore/heap/Local.h \
145         Source/JavaScriptCore/heap/LocalScope.h \
146         Source/JavaScriptCore/heap/MachineStackMarker.cpp \
147         Source/JavaScriptCore/heap/MachineStackMarker.h \
148         Source/JavaScriptCore/heap/MarkStack.cpp \
149         Source/JavaScriptCore/heap/MarkStack.h \
150         Source/JavaScriptCore/heap/HeapRootVisitor.h \
151         Source/JavaScriptCore/heap/MarkedBlock.cpp \
152         Source/JavaScriptCore/heap/MarkedBlock.h \
153         Source/JavaScriptCore/heap/MarkedBlockSet.h \
154         Source/JavaScriptCore/heap/TinyBloomFilter.h \
155         Source/JavaScriptCore/heap/NewSpace.cpp \
156         Source/JavaScriptCore/heap/NewSpace.h \
157         Source/JavaScriptCore/heap/Strong.h \
158         Source/JavaScriptCore/heap/VTableSpectrum.cpp \
159         Source/JavaScriptCore/heap/VTableSpectrum.h \
160         Source/JavaScriptCore/heap/Weak.h \
161         Source/JavaScriptCore/heap/WriteBarrierSupport.cpp \
162         Source/JavaScriptCore/heap/WriteBarrierSupport.h \
163         Source/JavaScriptCore/config.h \
164         Source/JavaScriptCore/debugger/DebuggerActivation.cpp \
165         Source/JavaScriptCore/debugger/DebuggerActivation.h \
166         Source/JavaScriptCore/debugger/DebuggerCallFrame.cpp \
167         Source/JavaScriptCore/debugger/DebuggerCallFrame.h \
168         Source/JavaScriptCore/debugger/Debugger.cpp \
169         Source/JavaScriptCore/debugger/Debugger.h \
170         Source/JavaScriptCore/ForwardingHeaders/JavaScriptCore/APICast.h \
171         Source/JavaScriptCore/ForwardingHeaders/JavaScriptCore/APIShims.h \
172         Source/JavaScriptCore/ForwardingHeaders/JavaScriptCore/JavaScriptCore.h \
173         Source/JavaScriptCore/ForwardingHeaders/JavaScriptCore/JavaScript.h \
174         Source/JavaScriptCore/ForwardingHeaders/JavaScriptCore/JSBase.h \
175         Source/JavaScriptCore/ForwardingHeaders/JavaScriptCore/JSContextRef.h \
176         Source/JavaScriptCore/ForwardingHeaders/JavaScriptCore/JSObjectRef.h \
177         Source/JavaScriptCore/ForwardingHeaders/JavaScriptCore/JSRetainPtr.h \
178         Source/JavaScriptCore/ForwardingHeaders/JavaScriptCore/JSStringRefCF.h \
179         Source/JavaScriptCore/ForwardingHeaders/JavaScriptCore/JSStringRef.h \
180         Source/JavaScriptCore/ForwardingHeaders/JavaScriptCore/JSValueRef.h \
181         Source/JavaScriptCore/ForwardingHeaders/JavaScriptCore/OpaqueJSString.h \
182         Source/JavaScriptCore/ForwardingHeaders/JavaScriptCore/WebKitAvailability.h \
183         Source/JavaScriptCore/icu/unicode/parseerr.h \
184         Source/JavaScriptCore/icu/unicode/platform.h \
185         Source/JavaScriptCore/icu/unicode/putil.h \
186         Source/JavaScriptCore/icu/unicode/uchar.h \
187         Source/JavaScriptCore/icu/unicode/ucnv_err.h \
188         Source/JavaScriptCore/icu/unicode/ucnv.h \
189         Source/JavaScriptCore/icu/unicode/ucol.h \
190         Source/JavaScriptCore/icu/unicode/uconfig.h \
191         Source/JavaScriptCore/icu/unicode/uenum.h \
192         Source/JavaScriptCore/icu/unicode/uiter.h \
193         Source/JavaScriptCore/icu/unicode/uloc.h \
194         Source/JavaScriptCore/icu/unicode/umachine.h \
195         Source/JavaScriptCore/icu/unicode/unorm.h \
196         Source/JavaScriptCore/icu/unicode/urename.h \
197         Source/JavaScriptCore/icu/unicode/uset.h \
198         Source/JavaScriptCore/icu/unicode/ustring.h \
199         Source/JavaScriptCore/icu/unicode/utf16.h \
200         Source/JavaScriptCore/icu/unicode/utf8.h \
201         Source/JavaScriptCore/icu/unicode/utf.h \
202         Source/JavaScriptCore/icu/unicode/utf_old.h \
203         Source/JavaScriptCore/icu/unicode/utypes.h \
204         Source/JavaScriptCore/icu/unicode/uversion.h \
205         Source/JavaScriptCore/interpreter/CachedCall.h \
206         Source/JavaScriptCore/interpreter/CallFrameClosure.h \
207         Source/JavaScriptCore/interpreter/CallFrame.cpp \
208         Source/JavaScriptCore/interpreter/CallFrame.h \
209         Source/JavaScriptCore/interpreter/Interpreter.cpp \
210         Source/JavaScriptCore/interpreter/Interpreter.h \
211         Source/JavaScriptCore/interpreter/RegisterFile.cpp \
212         Source/JavaScriptCore/interpreter/RegisterFile.h \
213         Source/JavaScriptCore/interpreter/Register.h \
214         Source/JavaScriptCore/JavaScriptCorePrefix.h \
215         Source/JavaScriptCore/jit/ExecutableAllocator.cpp \
216         Source/JavaScriptCore/jit/ExecutableAllocator.h \
217         Source/JavaScriptCore/jit/JITArithmetic32_64.cpp \
218         Source/JavaScriptCore/jit/JITArithmetic.cpp \
219         Source/JavaScriptCore/jit/JITCall32_64.cpp \
220         Source/JavaScriptCore/jit/JITCall.cpp \
221         Source/JavaScriptCore/jit/JITCode.h \
222         Source/JavaScriptCore/jit/JIT.cpp \
223         Source/JavaScriptCore/jit/JIT.h \
224         Source/JavaScriptCore/jit/JITInlineMethods.h \
225         Source/JavaScriptCore/jit/JITOpcodes32_64.cpp \
226         Source/JavaScriptCore/jit/JITOpcodes.cpp \
227         Source/JavaScriptCore/jit/JITPropertyAccess32_64.cpp \
228         Source/JavaScriptCore/jit/JITPropertyAccess.cpp \
229         Source/JavaScriptCore/jit/JITStubCall.h \
230         Source/JavaScriptCore/jit/JITStubs.cpp \
231         Source/JavaScriptCore/jit/JITStubs.h \
232         Source/JavaScriptCore/jit/JITWriteBarrier.h \
233         Source/JavaScriptCore/jit/JSInterfaceJIT.h \
234         Source/JavaScriptCore/jit/SpecializedThunkJIT.h \
235         Source/JavaScriptCore/jit/ThunkGenerators.cpp \
236         Source/JavaScriptCore/jit/ThunkGenerators.h \
237         Source/JavaScriptCore/os-win32/stdbool.h \
238         Source/JavaScriptCore/os-win32/stdint.h \
239         Source/JavaScriptCore/parser/ASTBuilder.h \
240         Source/JavaScriptCore/parser/JSParser.cpp \
241         Source/JavaScriptCore/parser/JSParser.h \
242         Source/JavaScriptCore/parser/Lexer.cpp \
243         Source/JavaScriptCore/parser/Lexer.h \
244         Source/JavaScriptCore/parser/NodeConstructors.h \
245         Source/JavaScriptCore/parser/NodeInfo.h \
246         Source/JavaScriptCore/parser/Nodes.cpp \
247         Source/JavaScriptCore/parser/Nodes.h \
248         Source/JavaScriptCore/parser/ParserArena.cpp \
249         Source/JavaScriptCore/parser/ParserArena.h \
250         Source/JavaScriptCore/parser/Parser.cpp \
251         Source/JavaScriptCore/parser/Parser.h \
252         Source/JavaScriptCore/parser/ResultType.h \
253         Source/JavaScriptCore/parser/SourceCode.h \
254         Source/JavaScriptCore/parser/SourceProvider.h \
255         Source/JavaScriptCore/parser/SourceProviderCache.cpp \
256         Source/JavaScriptCore/parser/SourceProviderCache.h \
257         Source/JavaScriptCore/parser/SourceProviderCacheItem.h \
258         Source/JavaScriptCore/parser/SyntaxChecker.h \
259         Source/JavaScriptCore/profiler/CallIdentifier.h \
260         Source/JavaScriptCore/profiler/Profile.cpp \
261         Source/JavaScriptCore/profiler/ProfileGenerator.cpp \
262         Source/JavaScriptCore/profiler/ProfileGenerator.h \
263         Source/JavaScriptCore/profiler/Profile.h \
264         Source/JavaScriptCore/profiler/ProfileNode.cpp \
265         Source/JavaScriptCore/profiler/ProfileNode.h \
266         Source/JavaScriptCore/profiler/Profiler.cpp \
267         Source/JavaScriptCore/profiler/Profiler.h \
268         Source/JavaScriptCore/runtime/ArgList.cpp \
269         Source/JavaScriptCore/runtime/ArgList.h \
270         Source/JavaScriptCore/runtime/Arguments.cpp \
271         Source/JavaScriptCore/runtime/Arguments.h \
272         Source/JavaScriptCore/runtime/ArrayConstructor.cpp \
273         Source/JavaScriptCore/runtime/ArrayConstructor.h \
274         Source/JavaScriptCore/runtime/ArrayPrototype.cpp \
275         Source/JavaScriptCore/runtime/ArrayPrototype.h \
276         Source/JavaScriptCore/runtime/BatchedTransitionOptimizer.h \
277         Source/JavaScriptCore/runtime/BigInteger.h \
278         Source/JavaScriptCore/runtime/BooleanConstructor.cpp \
279         Source/JavaScriptCore/runtime/BooleanConstructor.h \
280         Source/JavaScriptCore/runtime/BooleanObject.cpp \
281         Source/JavaScriptCore/runtime/BooleanObject.h \
282         Source/JavaScriptCore/runtime/BooleanPrototype.cpp \
283         Source/JavaScriptCore/runtime/BooleanPrototype.h \
284         Source/JavaScriptCore/runtime/CachedTranscendentalFunction.h \
285         Source/JavaScriptCore/runtime/CallData.cpp \
286         Source/JavaScriptCore/runtime/CallData.h \
287         Source/JavaScriptCore/runtime/ClassInfo.h \
288         Source/JavaScriptCore/runtime/CommonIdentifiers.cpp \
289         Source/JavaScriptCore/runtime/CommonIdentifiers.h \
290         Source/JavaScriptCore/runtime/Completion.cpp \
291         Source/JavaScriptCore/runtime/Completion.h \
292         Source/JavaScriptCore/runtime/ConstructData.cpp \
293         Source/JavaScriptCore/runtime/ConstructData.h \
294         Source/JavaScriptCore/runtime/DateConstructor.cpp \
295         Source/JavaScriptCore/runtime/DateConstructor.h \
296         Source/JavaScriptCore/runtime/DateConversion.cpp \
297         Source/JavaScriptCore/runtime/DateConversion.h \
298         Source/JavaScriptCore/runtime/DateInstanceCache.h \
299         Source/JavaScriptCore/runtime/DateInstance.cpp \
300         Source/JavaScriptCore/runtime/DateInstance.h \
301         Source/JavaScriptCore/runtime/DatePrototype.cpp \
302         Source/JavaScriptCore/runtime/DatePrototype.h \
303         Source/JavaScriptCore/runtime/ErrorConstructor.cpp \
304         Source/JavaScriptCore/runtime/ErrorConstructor.h \
305         Source/JavaScriptCore/runtime/Error.cpp \
306         Source/JavaScriptCore/runtime/Error.h \
307         Source/JavaScriptCore/runtime/ErrorInstance.cpp \
308         Source/JavaScriptCore/runtime/ErrorInstance.h \
309         Source/JavaScriptCore/runtime/ErrorPrototype.cpp \
310         Source/JavaScriptCore/runtime/ErrorPrototype.h \
311         Source/JavaScriptCore/runtime/ExceptionHelpers.cpp \
312         Source/JavaScriptCore/runtime/ExceptionHelpers.h \
313         Source/JavaScriptCore/runtime/Executable.cpp \
314         Source/JavaScriptCore/runtime/Executable.h \
315         Source/JavaScriptCore/runtime/FunctionConstructor.cpp \
316         Source/JavaScriptCore/runtime/FunctionConstructor.h \
317         Source/JavaScriptCore/runtime/FunctionPrototype.cpp \
318         Source/JavaScriptCore/runtime/FunctionPrototype.h \
319         Source/JavaScriptCore/runtime/GCActivityCallback.cpp \
320         Source/JavaScriptCore/runtime/GCActivityCallback.h \
321         Source/JavaScriptCore/runtime/GetterSetter.cpp \
322         Source/JavaScriptCore/runtime/GetterSetter.h \
323         Source/JavaScriptCore/runtime/Identifier.cpp \
324         Source/JavaScriptCore/runtime/Identifier.h \
325         Source/JavaScriptCore/runtime/InitializeThreading.cpp \
326         Source/JavaScriptCore/runtime/InitializeThreading.h \
327         Source/JavaScriptCore/runtime/InternalFunction.cpp \
328         Source/JavaScriptCore/runtime/InternalFunction.h \
329         Source/JavaScriptCore/runtime/JSActivation.cpp \
330         Source/JavaScriptCore/runtime/JSActivation.h \
331         Source/JavaScriptCore/runtime/JSAPIValueWrapper.cpp \
332         Source/JavaScriptCore/runtime/JSAPIValueWrapper.h \
333         Source/JavaScriptCore/runtime/JSArray.cpp \
334         Source/JavaScriptCore/runtime/JSArray.h \
335         Source/JavaScriptCore/runtime/JSByteArray.cpp \
336         Source/JavaScriptCore/runtime/JSByteArray.h \
337         Source/JavaScriptCore/runtime/JSCell.cpp \
338         Source/JavaScriptCore/runtime/JSCell.h \
339         Source/JavaScriptCore/runtime/JSFunction.cpp \
340         Source/JavaScriptCore/runtime/JSFunction.h \
341         Source/JavaScriptCore/runtime/JSGlobalData.cpp \
342         Source/JavaScriptCore/runtime/JSGlobalData.h \
343         Source/JavaScriptCore/runtime/JSGlobalObject.cpp \
344         Source/JavaScriptCore/runtime/JSGlobalObjectFunctions.cpp \
345         Source/JavaScriptCore/runtime/JSGlobalObjectFunctions.h \
346         Source/JavaScriptCore/runtime/JSGlobalObject.h \
347         Source/JavaScriptCore/runtime/JSLock.cpp \
348         Source/JavaScriptCore/runtime/JSLock.h \
349         Source/JavaScriptCore/runtime/JSNotAnObject.cpp \
350         Source/JavaScriptCore/runtime/JSNotAnObject.h \
351         Source/JavaScriptCore/runtime/JSObject.cpp \
352         Source/JavaScriptCore/runtime/JSObject.h \
353         Source/JavaScriptCore/runtime/JSONObject.cpp \
354         Source/JavaScriptCore/runtime/JSONObject.h \
355         Source/JavaScriptCore/runtime/JSPropertyNameIterator.cpp \
356         Source/JavaScriptCore/runtime/JSPropertyNameIterator.h \
357         Source/JavaScriptCore/runtime/JSStaticScopeObject.cpp \
358         Source/JavaScriptCore/runtime/JSStaticScopeObject.h \
359         Source/JavaScriptCore/runtime/JSStringBuilder.h \
360         Source/JavaScriptCore/runtime/JSString.cpp \
361         Source/JavaScriptCore/runtime/JSString.h \
362         Source/JavaScriptCore/runtime/JSType.h \
363         Source/JavaScriptCore/runtime/JSTypeInfo.h \
364         Source/JavaScriptCore/runtime/JSValue.cpp \
365         Source/JavaScriptCore/runtime/JSValue.h \
366         Source/JavaScriptCore/runtime/JSValueInlineMethods.h \
367         Source/JavaScriptCore/runtime/JSVariableObject.cpp \
368         Source/JavaScriptCore/runtime/JSVariableObject.h \
369         Source/JavaScriptCore/runtime/JSWrapperObject.cpp \
370         Source/JavaScriptCore/runtime/JSWrapperObject.h \
371         Source/JavaScriptCore/runtime/LiteralParser.cpp \
372         Source/JavaScriptCore/runtime/LiteralParser.h \
373         Source/JavaScriptCore/runtime/Lookup.cpp \
374         Source/JavaScriptCore/runtime/Lookup.h \
375         Source/JavaScriptCore/runtime/MathObject.cpp \
376         Source/JavaScriptCore/runtime/MathObject.h \
377         Source/JavaScriptCore/runtime/NativeErrorConstructor.cpp \
378         Source/JavaScriptCore/runtime/NativeErrorConstructor.h \
379         Source/JavaScriptCore/runtime/NativeErrorPrototype.cpp \
380         Source/JavaScriptCore/runtime/NativeErrorPrototype.h \
381         Source/JavaScriptCore/runtime/NumberConstructor.cpp \
382         Source/JavaScriptCore/runtime/NumberConstructor.h \
383         Source/JavaScriptCore/runtime/NumberObject.cpp \
384         Source/JavaScriptCore/runtime/NumberObject.h \
385         Source/JavaScriptCore/runtime/NumberPrototype.cpp \
386         Source/JavaScriptCore/runtime/NumberPrototype.h \
387         Source/JavaScriptCore/runtime/NumericStrings.h \
388         Source/JavaScriptCore/runtime/ObjectConstructor.cpp \
389         Source/JavaScriptCore/runtime/ObjectConstructor.h \
390         Source/JavaScriptCore/runtime/ObjectPrototype.cpp \
391         Source/JavaScriptCore/runtime/ObjectPrototype.h \
392         Source/JavaScriptCore/runtime/Operations.cpp \
393         Source/JavaScriptCore/runtime/Operations.h \
394         Source/JavaScriptCore/runtime/PropertyDescriptor.cpp \
395         Source/JavaScriptCore/runtime/PropertyDescriptor.h \
396         Source/JavaScriptCore/runtime/PropertyMapHashTable.h \
397         Source/JavaScriptCore/runtime/PropertyNameArray.cpp \
398         Source/JavaScriptCore/runtime/PropertyNameArray.h \
399         Source/JavaScriptCore/runtime/PropertySlot.cpp \
400         Source/JavaScriptCore/runtime/PropertySlot.h \
401         Source/JavaScriptCore/runtime/Protect.h \
402         Source/JavaScriptCore/runtime/PutPropertySlot.h \
403         Source/JavaScriptCore/runtime/RegExpCache.cpp \
404         Source/JavaScriptCore/runtime/RegExpCache.h \
405         Source/JavaScriptCore/runtime/RegExpConstructor.cpp \
406         Source/JavaScriptCore/runtime/RegExpConstructor.h \
407         Source/JavaScriptCore/runtime/RegExp.cpp \
408         Source/JavaScriptCore/runtime/RegExp.h \
409         Source/JavaScriptCore/runtime/RegExpKey.h \
410         Source/JavaScriptCore/runtime/RegExpMatchesArray.h \
411         Source/JavaScriptCore/runtime/RegExpObject.cpp \
412         Source/JavaScriptCore/runtime/RegExpObject.h \
413         Source/JavaScriptCore/runtime/RegExpPrototype.cpp \
414         Source/JavaScriptCore/runtime/RegExpPrototype.h \
415         Source/JavaScriptCore/runtime/RopeImpl.cpp \
416         Source/JavaScriptCore/runtime/RopeImpl.h \
417         Source/JavaScriptCore/runtime/SamplingCounter.cpp \
418         Source/JavaScriptCore/runtime/SamplingCounter.h \
419         Source/JavaScriptCore/runtime/ScopeChain.cpp \
420         Source/JavaScriptCore/runtime/ScopeChain.h \
421         Source/JavaScriptCore/runtime/ScopeChainMark.h \
422         Source/JavaScriptCore/runtime/SmallStrings.cpp \
423         Source/JavaScriptCore/runtime/SmallStrings.h \
424         Source/JavaScriptCore/runtime/StorageBarrier.h \
425         Source/JavaScriptCore/runtime/StrictEvalActivation.cpp \
426         Source/JavaScriptCore/runtime/StrictEvalActivation.h \
427         Source/JavaScriptCore/runtime/StringConstructor.cpp \
428         Source/JavaScriptCore/runtime/StringConstructor.h \
429         Source/JavaScriptCore/runtime/StringObject.cpp \
430         Source/JavaScriptCore/runtime/StringObject.h \
431         Source/JavaScriptCore/runtime/StringObjectThatMasqueradesAsUndefined.h \
432         Source/JavaScriptCore/runtime/StringPrototype.cpp \
433         Source/JavaScriptCore/runtime/StringPrototype.h \
434         Source/JavaScriptCore/runtime/StringRecursionChecker.cpp \
435         Source/JavaScriptCore/runtime/StringRecursionChecker.h \
436         Source/JavaScriptCore/runtime/StructureChain.cpp \
437         Source/JavaScriptCore/runtime/StructureChain.h \
438         Source/JavaScriptCore/runtime/Structure.cpp \
439         Source/JavaScriptCore/runtime/Structure.h \
440         Source/JavaScriptCore/runtime/StructureTransitionTable.h \
441         Source/JavaScriptCore/runtime/SymbolTable.h \
442         Source/JavaScriptCore/runtime/Terminator.h \
443         Source/JavaScriptCore/runtime/TimeoutChecker.cpp \
444         Source/JavaScriptCore/runtime/TimeoutChecker.h \
445         Source/JavaScriptCore/runtime/Tracing.h \
446         Source/JavaScriptCore/runtime/Uint16WithFraction.h \
447         Source/JavaScriptCore/runtime/UString.cpp \
448         Source/JavaScriptCore/runtime/UString.h \
449         Source/JavaScriptCore/runtime/UStringBuilder.h \
450         Source/JavaScriptCore/runtime/UStringConcatenate.h \
451         Source/JavaScriptCore/runtime/WeakGCMap.h \
452         Source/JavaScriptCore/runtime/WeakRandom.h \
453         Source/JavaScriptCore/runtime/WriteBarrier.h \
454         Source/JavaScriptCore/wtf/Alignment.h \
455         Source/JavaScriptCore/wtf/AlwaysInline.h \
456         Source/JavaScriptCore/wtf/ASCIICType.h \
457         Source/JavaScriptCore/wtf/Assertions.cpp \
458         Source/JavaScriptCore/wtf/Assertions.h \
459         Source/JavaScriptCore/wtf/Atomics.h \
460         Source/JavaScriptCore/wtf/AVLTree.h \
461         Source/JavaScriptCore/wtf/Bitmap.h \
462         Source/JavaScriptCore/wtf/BlockStack.h \
463         Source/JavaScriptCore/wtf/BloomFilter.h \
464         Source/JavaScriptCore/wtf/BoundsCheckedPointer.h \
465         Source/JavaScriptCore/wtf/BumpPointerAllocator.h \
466         Source/JavaScriptCore/wtf/ByteArray.cpp \
467         Source/JavaScriptCore/wtf/ByteArray.h \
468         Source/JavaScriptCore/wtf/CheckedArithmetic.h \
469         Source/JavaScriptCore/wtf/Compiler.h \
470         Source/JavaScriptCore/wtf/CrossThreadRefCounted.h \
471         Source/JavaScriptCore/wtf/CryptographicallyRandomNumber.cpp \
472         Source/JavaScriptCore/wtf/CryptographicallyRandomNumber.h \
473         Source/JavaScriptCore/wtf/CurrentTime.cpp \
474         Source/JavaScriptCore/wtf/CurrentTime.h \
475         Source/JavaScriptCore/wtf/DateMath.cpp \
476         Source/JavaScriptCore/wtf/DateMath.h \
477         Source/JavaScriptCore/wtf/DecimalNumber.cpp \
478         Source/JavaScriptCore/wtf/DecimalNumber.h \
479         Source/JavaScriptCore/wtf/dtoa/bignum-dtoa.cc \
480         Source/JavaScriptCore/wtf/dtoa/bignum.cc \
481         Source/JavaScriptCore/wtf/dtoa/cached-powers.cc \
482         Source/JavaScriptCore/wtf/dtoa/diy-fp.cc \
483         Source/JavaScriptCore/wtf/dtoa/double-conversion.cc \
484         Source/JavaScriptCore/wtf/dtoa/fast-dtoa.cc \
485         Source/JavaScriptCore/wtf/dtoa/fixed-dtoa.cc \
486         Source/JavaScriptCore/wtf/dtoa/strtod.cc \
487         Source/JavaScriptCore/wtf/dtoa/bignum-dtoa.h \
488         Source/JavaScriptCore/wtf/dtoa/bignum.h \
489         Source/JavaScriptCore/wtf/dtoa/cached-powers.h \
490         Source/JavaScriptCore/wtf/dtoa/diy-fp.h \
491         Source/JavaScriptCore/wtf/dtoa/double-conversion.h \
492         Source/JavaScriptCore/wtf/dtoa/double.h \
493         Source/JavaScriptCore/wtf/dtoa/fast-dtoa.h \
494         Source/JavaScriptCore/wtf/dtoa/fixed-dtoa.h \
495         Source/JavaScriptCore/wtf/dtoa/strtod.h \
496         Source/JavaScriptCore/wtf/dtoa/utils.h \
497         Source/JavaScriptCore/wtf/Decoder.h \
498         Source/JavaScriptCore/wtf/Deque.h \
499         Source/JavaScriptCore/wtf/DisallowCType.h \
500         Source/JavaScriptCore/wtf/DoublyLinkedList.h \
501         Source/JavaScriptCore/wtf/dtoa.cpp \
502         Source/JavaScriptCore/wtf/dtoa.h \
503         Source/JavaScriptCore/wtf/DynamicAnnotations.cpp \
504         Source/JavaScriptCore/wtf/DynamicAnnotations.h \
505         Source/JavaScriptCore/wtf/Encoder.h \
506         Source/JavaScriptCore/wtf/FastAllocBase.h \
507         Source/JavaScriptCore/wtf/FastMalloc.cpp \
508         Source/JavaScriptCore/wtf/FastMalloc.h \
509         Source/JavaScriptCore/wtf/FixedArray.h \
510         Source/JavaScriptCore/wtf/Forward.h \
511         Source/JavaScriptCore/wtf/GetPtr.h \
512         Source/JavaScriptCore/wtf/gobject/GOwnPtr.cpp \
513         Source/JavaScriptCore/wtf/gobject/GOwnPtr.h \
514         Source/JavaScriptCore/wtf/gobject/GRefPtr.cpp \
515         Source/JavaScriptCore/wtf/gobject/GRefPtr.h \
516         Source/JavaScriptCore/wtf/gobject/GTypedefs.h \
517         Source/JavaScriptCore/wtf/gtk/MainThreadGtk.cpp \
518         Source/JavaScriptCore/wtf/gtk/ThreadingGtk.cpp \
519         Source/JavaScriptCore/wtf/HashCountedSet.h \
520         Source/JavaScriptCore/wtf/HashFunctions.h \
521         Source/JavaScriptCore/wtf/HashIterators.h \
522         Source/JavaScriptCore/wtf/HashMap.h \
523         Source/JavaScriptCore/wtf/HashSet.h \
524         Source/JavaScriptCore/wtf/HashTable.cpp \
525         Source/JavaScriptCore/wtf/HashTable.h \
526         Source/JavaScriptCore/wtf/HashTraits.h \
527         Source/JavaScriptCore/wtf/HexNumber.h \
528         Source/JavaScriptCore/wtf/ListHashSet.h \
529         Source/JavaScriptCore/wtf/ListRefPtr.h \
530         Source/JavaScriptCore/wtf/Locker.h \
531         Source/JavaScriptCore/wtf/MainThread.cpp \
532         Source/JavaScriptCore/wtf/MainThread.h \
533         Source/JavaScriptCore/wtf/MallocZoneSupport.h \
534         Source/JavaScriptCore/wtf/MathExtras.h \
535         Source/JavaScriptCore/wtf/MD5.cpp \
536         Source/JavaScriptCore/wtf/MD5.h \
537         Source/JavaScriptCore/wtf/MetaAllocator.cpp \
538         Source/JavaScriptCore/wtf/MetaAllocator.h \
539         Source/JavaScriptCore/wtf/MetaAllocatorHandle.h \
540         Source/JavaScriptCore/wtf/MessageQueue.h \
541         Source/JavaScriptCore/wtf/NonCopyingSort.h \
542         Source/JavaScriptCore/wtf/Noncopyable.h \
543         Source/JavaScriptCore/wtf/NotFound.h \
544         Source/JavaScriptCore/wtf/NullPtr.h \
545         Source/JavaScriptCore/wtf/OSAllocator.h \
546         Source/JavaScriptCore/wtf/OSRandomSource.cpp \
547         Source/JavaScriptCore/wtf/OSRandomSource.h \
548         Source/JavaScriptCore/wtf/OwnArrayPtr.h \
549         Source/JavaScriptCore/wtf/OwnFastMallocPtr.h \
550         Source/JavaScriptCore/wtf/OwnPtrCommon.h \
551         Source/JavaScriptCore/wtf/OwnPtr.h \
552         Source/JavaScriptCore/wtf/PageAllocation.h \
553         Source/JavaScriptCore/wtf/PageAllocationAligned.cpp \
554         Source/JavaScriptCore/wtf/PageAllocationAligned.h \
555         Source/JavaScriptCore/wtf/PageReservation.h \
556         Source/JavaScriptCore/wtf/PageBlock.cpp \
557         Source/JavaScriptCore/wtf/PageBlock.h \
558         Source/JavaScriptCore/wtf/PassOwnArrayPtr.h \
559         Source/JavaScriptCore/wtf/PassOwnPtr.h \
560         Source/JavaScriptCore/wtf/PassRefPtr.h \
561         Source/JavaScriptCore/wtf/PassTraits.h \
562         Source/JavaScriptCore/wtf/ParallelJobs.h \
563         Source/JavaScriptCore/wtf/ParallelJobsGeneric.cpp \
564         Source/JavaScriptCore/wtf/ParallelJobsGeneric.h \
565         Source/JavaScriptCore/wtf/ParallelJobsLibdispatch.h \
566         Source/JavaScriptCore/wtf/ParallelJobsOpenMP.h \
567         Source/JavaScriptCore/wtf/Platform.h \
568         Source/JavaScriptCore/wtf/PossiblyNull.h \
569         Source/JavaScriptCore/wtf/RandomNumber.cpp \
570         Source/JavaScriptCore/wtf/RandomNumber.h \
571         Source/JavaScriptCore/wtf/RandomNumberSeed.h \
572         Source/JavaScriptCore/wtf/RedBlackTree.h \
573         Source/JavaScriptCore/wtf/RefCounted.h \
574         Source/JavaScriptCore/wtf/RefCountedLeakCounter.cpp \
575         Source/JavaScriptCore/wtf/RefCountedLeakCounter.h \
576         Source/JavaScriptCore/wtf/RefPtr.h \
577         Source/JavaScriptCore/wtf/RefPtrHashMap.h \
578         Source/JavaScriptCore/wtf/RetainPtr.h \
579         Source/JavaScriptCore/wtf/SegmentedVector.h \
580         Source/JavaScriptCore/wtf/SentinelLinkedList.h \
581         Source/JavaScriptCore/wtf/SHA1.cpp \
582         Source/JavaScriptCore/wtf/SHA1.h \
583         Source/JavaScriptCore/wtf/SinglyLinkedList.h \
584         Source/JavaScriptCore/wtf/StackBounds.cpp \
585         Source/JavaScriptCore/wtf/StackBounds.h \
586         Source/JavaScriptCore/wtf/StaticConstructors.h \
587         Source/JavaScriptCore/wtf/StdLibExtras.h \
588         Source/JavaScriptCore/wtf/StringExtras.h \
589         Source/JavaScriptCore/wtf/StringHasher.h \
590         Source/JavaScriptCore/wtf/TCPackedCache.h \
591         Source/JavaScriptCore/wtf/TCPageMap.h \
592         Source/JavaScriptCore/wtf/TCSpinLock.h \
593         Source/JavaScriptCore/wtf/TCSystemAlloc.cpp \
594         Source/JavaScriptCore/wtf/TCSystemAlloc.h \
595         Source/JavaScriptCore/wtf/text/AtomicString.cpp \
596         Source/JavaScriptCore/wtf/text/AtomicString.h \
597         Source/JavaScriptCore/wtf/text/AtomicStringHash.h \
598         Source/JavaScriptCore/wtf/text/AtomicStringImpl.h \
599         Source/JavaScriptCore/wtf/text/CString.cpp \
600         Source/JavaScriptCore/wtf/text/CString.h \
601         Source/JavaScriptCore/wtf/text/StringBuffer.h \
602         Source/JavaScriptCore/wtf/text/StringBuilder.cpp \
603         Source/JavaScriptCore/wtf/text/StringBuilder.h \
604         Source/JavaScriptCore/wtf/text/StringConcatenate.h \
605         Source/JavaScriptCore/wtf/text/StringHash.h \
606         Source/JavaScriptCore/wtf/text/StringImplBase.h \
607         Source/JavaScriptCore/wtf/text/StringImpl.cpp \
608         Source/JavaScriptCore/wtf/text/StringImpl.h \
609         Source/JavaScriptCore/wtf/text/StringOperators.h \
610         Source/JavaScriptCore/wtf/text/StringStatics.cpp \
611         Source/JavaScriptCore/wtf/text/TextPosition.h \
612         Source/JavaScriptCore/wtf/text/WTFString.cpp \
613         Source/JavaScriptCore/wtf/text/WTFString.h \
614         Source/JavaScriptCore/wtf/threads/BinarySemaphore.cpp \
615         Source/JavaScriptCore/wtf/threads/BinarySemaphore.h \
616         Source/JavaScriptCore/wtf/ThreadIdentifierDataPthreads.cpp \
617         Source/JavaScriptCore/wtf/ThreadIdentifierDataPthreads.h \
618         Source/JavaScriptCore/wtf/ThreadRestrictionVerifier.h \
619         Source/JavaScriptCore/wtf/Threading.cpp \
620         Source/JavaScriptCore/wtf/Threading.h \
621         Source/JavaScriptCore/wtf/ThreadingPrimitives.h \
622         Source/JavaScriptCore/wtf/ThreadingPthreads.cpp \
623         Source/JavaScriptCore/wtf/ThreadSafeRefCounted.h \
624         Source/JavaScriptCore/wtf/ThreadSpecific.h \
625         Source/JavaScriptCore/wtf/TypeTraits.cpp \
626         Source/JavaScriptCore/wtf/TypeTraits.h \
627         Source/JavaScriptCore/wtf/unicode/CharacterNames.h \
628         Source/JavaScriptCore/wtf/unicode/CollatorDefault.cpp \
629         Source/JavaScriptCore/wtf/unicode/Collator.h \
630         Source/JavaScriptCore/wtf/unicode/Unicode.h \
631         Source/JavaScriptCore/wtf/unicode/UTF8.cpp \
632         Source/JavaScriptCore/wtf/unicode/UTF8.h \
633         Source/JavaScriptCore/wtf/UnusedParam.h \
634         Source/JavaScriptCore/wtf/ValueCheck.h \
635         Source/JavaScriptCore/wtf/Vector.h \
636         Source/JavaScriptCore/wtf/VectorTraits.h \
637         Source/JavaScriptCore/wtf/VMTags.h \
638         Source/JavaScriptCore/wtf/WTFThreadData.cpp \
639         Source/JavaScriptCore/wtf/WTFThreadData.h \
640         Source/JavaScriptCore/yarr/Yarr.h \
641         Source/JavaScriptCore/yarr/YarrInterpreter.cpp \
642         Source/JavaScriptCore/yarr/YarrInterpreter.h \
643         Source/JavaScriptCore/yarr/YarrJIT.cpp \
644         Source/JavaScriptCore/yarr/YarrJIT.h \
645         Source/JavaScriptCore/yarr/YarrParser.h \
646         Source/JavaScriptCore/yarr/YarrPattern.cpp \
647         Source/JavaScriptCore/yarr/YarrPattern.h \
648         Source/JavaScriptCore/yarr/YarrSyntaxChecker.cpp \
649         Source/JavaScriptCore/yarr/YarrSyntaxChecker.h
650
651 if TARGET_WIN32
652 javascriptcore_sources += \
653         Source/JavaScriptCore/wtf/OSAllocatorWin.cpp
654 else
655 javascriptcore_sources += \
656         Source/JavaScriptCore/jit/ExecutableAllocatorFixedVMPool.cpp \
657         Source/JavaScriptCore/wtf/OSAllocatorPosix.cpp
658 endif
659
660 # ----
661 # icu unicode backend
662 # ----
663 if USE_ICU_UNICODE
664 javascriptcore_sources += \
665         Source/JavaScriptCore/wtf/unicode/icu/CollatorICU.cpp \
666         Source/JavaScriptCore/wtf/unicode/icu/UnicodeIcu.h
667 endif # USE_ICU_UNICODE
668
669 # ----
670 # glib unicode backend
671 # ----
672 if USE_GLIB_UNICODE
673 javascriptcore_sources += \
674         Source/JavaScriptCore/wtf/unicode/UnicodeMacrosFromICU.h \
675         Source/JavaScriptCore/wtf/unicode/ScriptCodesFromICU.h \
676         Source/JavaScriptCore/wtf/unicode/glib/UnicodeGLib.h \
677         Source/JavaScriptCore/wtf/unicode/glib/UnicodeGLib.cpp
678 endif # USE_GLIB_UNICODE
679
680 # minidom
681 Programs_minidom_SOURCES = \
682         Source/JavaScriptCore/API/tests/JSNode.c \
683         Source/JavaScriptCore/API/tests/JSNode.h \
684         Source/JavaScriptCore/API/tests/JSNodeList.c \
685         Source/JavaScriptCore/API/tests/JSNodeList.h \
686         Source/JavaScriptCore/API/tests/Node.c \
687         Source/JavaScriptCore/API/tests/Node.h \
688         Source/JavaScriptCore/API/tests/NodeList.c \
689         Source/JavaScriptCore/API/tests/NodeList.h \
690         Source/JavaScriptCore/API/tests/minidom.c
691
692 Programs_jsc_@WEBKITGTK_API_MAJOR_VERSION@_SOURCES = \
693         Source/JavaScriptCore/jsc.cpp