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