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