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