Changeset 111778 in webkit


Ignore:
Timestamp:
Mar 22, 2012, 4:00:33 PM (13 years ago)
Author:
eric@webkit.org
Message:

Actually move WTF files to their new home
https://bugs.webkit.org/show_bug.cgi?id=81844

Source/JavaScriptCore:

Unreviewed. The details of the port-specific changes
have been seen by contributors from those ports, but
the whole 5MB change isn't very reviewable as-is.

Source/WTF:

Unreviewed. The 5MB file move is not very reviewable,
but various port representatives have OK'd changes to the
individual build systems.

  • Configurations/WTF.xcconfig:
  • GNUmakefile.list.am:
  • Stub.cpp: Removed.
  • Stub.h: Removed.
  • WTF.gypi:
  • WTF.pri:
  • WTF.pro:
  • WTF.vcproj/WTF.vcproj:
  • WTF.vcproj/copy-files.cmd:
  • WTF.xcodeproj/project.pbxproj:
  • config.h:
  • wtf/ASCIICType.h: Renamed from Source/JavaScriptCore/wtf/ASCIICType.h.

(WTF):
(WTF::isASCII):
(WTF::isASCIIAlpha):
(WTF::isASCIIDigit):
(WTF::isASCIIAlphanumeric):
(WTF::isASCIIHexDigit):
(WTF::isASCIILower):
(WTF::isASCIIOctalDigit):
(WTF::isASCIIPrintable):
(WTF::isASCIISpace):
(WTF::isASCIIUpper):
(WTF::toASCIILower):
(WTF::toASCIILowerUnchecked):
(WTF::toASCIIUpper):
(WTF::toASCIIHexValue):
(WTF::lowerNibbleToASCIIHexDigit):
(WTF::upperNibbleToASCIIHexDigit):
(WTF::isASCIIAlphaCaselessEqual):

  • wtf/AVLTree.h: Renamed from Source/JavaScriptCore/wtf/AVLTree.h.

(WTF):
(AVLTreeDefaultBSet):
(WTF::AVLTreeDefaultBSet::operator[]):
(WTF::AVLTreeDefaultBSet::set):
(WTF::AVLTreeDefaultBSet::reset):
(AVLTree):
(WTF::AVLTree::abstractor):
(WTF::AVLTree::purge):
(WTF::AVLTree::is_empty):
(WTF::AVLTree::AVLTree):
(Iterator):
(WTF::AVLTree::Iterator::Iterator):
(WTF::AVLTree::Iterator::start_iter):
(WTF::AVLTree::Iterator::start_iter_least):
(WTF::AVLTree::Iterator::start_iter_greatest):
(WTF::AVLTree::Iterator::operator*):
(WTF::AVLTree::Iterator::operator++):
(WTF::AVLTree::Iterator::operator--):
(WTF::AVLTree::Iterator::cmp_k_n):
(WTF::AVLTree::Iterator::cmp_n_n):
(WTF::AVLTree::Iterator::get_lt):
(WTF::AVLTree::Iterator::get_gt):
(WTF::AVLTree::Iterator::null):
(WTF::AVLTree::build):
(abs_plus_root):
(WTF::AVLTree::get_lt):
(WTF::AVLTree::set_lt):
(WTF::AVLTree::get_gt):
(WTF::AVLTree::set_gt):
(WTF::AVLTree::get_bf):
(WTF::AVLTree::set_bf):
(WTF::AVLTree::cmp_k_n):
(WTF::AVLTree::cmp_n_n):
(WTF::AVLTree::null):
(WTF::AVLTree::balance):
(WTF::::insert):
(WTF::::search):
(WTF::::search_least):
(WTF::::search_greatest):
(WTF::::remove):
(WTF::::subst):

  • wtf/Alignment.h: Renamed from Source/JavaScriptCore/wtf/Alignment.h.

(WTF):
(WTF::swap):

  • wtf/AlwaysInline.h: Renamed from Source/JavaScriptCore/wtf/AlwaysInline.h.
  • wtf/ArrayBuffer.cpp: Renamed from Source/JavaScriptCore/wtf/ArrayBuffer.cpp.

(WTF):
(WTF::ArrayBuffer::transfer):
(WTF::ArrayBuffer::addView):
(WTF::ArrayBuffer::removeView):

  • wtf/ArrayBuffer.h: Renamed from Source/JavaScriptCore/wtf/ArrayBuffer.h.

(WTF):
(ArrayBufferContents):
(WTF::ArrayBufferContents::ArrayBufferContents):
(WTF::ArrayBufferContents::data):
(WTF::ArrayBufferContents::sizeInBytes):
(WTF::ArrayBufferContents::transfer):
(ArrayBuffer):
(WTF::ArrayBuffer::isNeutered):
(WTF::ArrayBuffer::~ArrayBuffer):
(WTF::ArrayBuffer::clampValue):
(WTF::ArrayBuffer::create):
(WTF::ArrayBuffer::ArrayBuffer):
(WTF::ArrayBuffer::data):
(WTF::ArrayBuffer::byteLength):
(WTF::ArrayBuffer::slice):
(WTF::ArrayBuffer::sliceImpl):
(WTF::ArrayBuffer::clampIndex):
(WTF::ArrayBufferContents::tryAllocate):
(WTF::ArrayBufferContents::~ArrayBufferContents):

  • wtf/ArrayBufferView.cpp: Renamed from Source/JavaScriptCore/wtf/ArrayBufferView.cpp.

(WTF):
(WTF::ArrayBufferView::ArrayBufferView):
(WTF::ArrayBufferView::~ArrayBufferView):
(WTF::ArrayBufferView::neuter):

  • wtf/ArrayBufferView.h: Renamed from Source/JavaScriptCore/wtf/ArrayBufferView.h.

(WTF):
(WTF::ArrayBufferView::setImpl):
(WTF::ArrayBufferView::setRangeImpl):
(WTF::ArrayBufferView::zeroRangeImpl):
(WTF::ArrayBufferView::calculateOffsetAndLength):

  • wtf/Assertions.cpp: Renamed from Source/JavaScriptCore/wtf/Assertions.cpp.
  • wtf/Assertions.h: Renamed from Source/JavaScriptCore/wtf/Assertions.h.

(assertUnused):
(assertWithMessageUnused):

  • wtf/Atomics.h: Renamed from Source/JavaScriptCore/wtf/Atomics.h.

(WTF):
(WTF::atomicIncrement):
(WTF::atomicDecrement):
(WTF::weakCompareAndSwap):
(WTF::weakCompareAndSwapUIntPtr):

  • wtf/BitVector.cpp: Renamed from Source/JavaScriptCore/wtf/BitVector.cpp.

(WTF):
(WTF::BitVector::setSlow):
(WTF::BitVector::resize):
(WTF::BitVector::clearAll):
(WTF::BitVector::OutOfLineBits::create):
(WTF::BitVector::OutOfLineBits::destroy):
(WTF::BitVector::resizeOutOfLine):
(WTF::BitVector::dump):

  • wtf/BitVector.h: Renamed from Source/JavaScriptCore/wtf/BitVector.h.

(WTF):
(BitVector):
(WTF::BitVector::BitVector):
(WTF::BitVector::~BitVector):
(WTF::BitVector::operator=):
(WTF::BitVector::size):
(WTF::BitVector::ensureSize):
(WTF::BitVector::quickGet):
(WTF::BitVector::quickSet):
(WTF::BitVector::quickClear):
(WTF::BitVector::get):
(WTF::BitVector::set):
(WTF::BitVector::clear):
(WTF::BitVector::bitsInPointer):
(WTF::BitVector::maxInlineBits):
(WTF::BitVector::byteCount):
(WTF::BitVector::makeInlineBits):
(OutOfLineBits):
(WTF::BitVector::OutOfLineBits::numBits):
(WTF::BitVector::OutOfLineBits::numWords):
(WTF::BitVector::OutOfLineBits::bits):
(WTF::BitVector::OutOfLineBits::OutOfLineBits):
(WTF::BitVector::isInline):
(WTF::BitVector::outOfLineBits):
(WTF::BitVector::bits):

  • wtf/Bitmap.h: Renamed from Source/JavaScriptCore/wtf/Bitmap.h.

(WTF):
(Bitmap):
(WTF::::Bitmap):
(WTF::::get):
(WTF::::set):
(WTF::::testAndSet):
(WTF::::testAndClear):
(WTF::::concurrentTestAndSet):
(WTF::::concurrentTestAndClear):
(WTF::::clear):
(WTF::::clearAll):
(WTF::::nextPossiblyUnset):
(WTF::::findRunOfZeros):
(WTF::::count):
(WTF::::isEmpty):
(WTF::::isFull):

  • wtf/BlockStack.h: Renamed from Source/JavaScriptCore/wtf/BlockStack.h.

(WTF):
(BlockStack):
(WTF::::BlockStack):
(WTF::::~BlockStack):
(WTF::::blocks):
(WTF::::grow):
(WTF::::shrink):

  • wtf/BloomFilter.h: Renamed from Source/JavaScriptCore/wtf/BloomFilter.h.

(WTF):
(BloomFilter):
(WTF::BloomFilter::maximumCount):
(WTF::BloomFilter::BloomFilter):
(WTF::BloomFilter::mayContain):
(WTF::BloomFilter::add):
(WTF::BloomFilter::remove):
(WTF::BloomFilter::firstSlot):
(WTF::BloomFilter::secondSlot):
(WTF::::add):
(WTF::::remove):
(WTF::::clear):
(WTF::::likelyEmpty):
(WTF::::isClear):

  • wtf/BoundsCheckedPointer.h: Renamed from Source/JavaScriptCore/wtf/BoundsCheckedPointer.h.

(WTF):
(BoundsCheckedPointer):
(WTF::BoundsCheckedPointer::BoundsCheckedPointer):
(WTF::BoundsCheckedPointer::operator=):
(WTF::BoundsCheckedPointer::operator+=):
(WTF::BoundsCheckedPointer::operator-=):
(WTF::BoundsCheckedPointer::operator+):
(WTF::BoundsCheckedPointer::operator-):
(WTF::BoundsCheckedPointer::operator++):
(WTF::BoundsCheckedPointer::operator--):
(WTF::BoundsCheckedPointer::operator<):
(WTF::BoundsCheckedPointer::operator<=):
(WTF::BoundsCheckedPointer::operator>):
(WTF::BoundsCheckedPointer::operator>=):
(WTF::BoundsCheckedPointer::operator==):
(WTF::BoundsCheckedPointer::operator!=):
(WTF::BoundsCheckedPointer::operator!):
(WTF::BoundsCheckedPointer::get):
(WTF::BoundsCheckedPointer::operator*):
(WTF::BoundsCheckedPointer::operator[]):
(WTF::BoundsCheckedPointer::strcat):
(WTF::BoundsCheckedPointer::validate):

  • wtf/BumpPointerAllocator.h: Renamed from Source/JavaScriptCore/wtf/BumpPointerAllocator.h.

(WTF):
(BumpPointerPool):
(WTF::BumpPointerPool::ensureCapacity):
(WTF::BumpPointerPool::alloc):
(WTF::BumpPointerPool::dealloc):
(WTF::BumpPointerPool::operator new):
(WTF::BumpPointerPool::BumpPointerPool):
(WTF::BumpPointerPool::create):
(WTF::BumpPointerPool::shrink):
(WTF::BumpPointerPool::destroy):
(WTF::BumpPointerPool::ensureCapacityCrossPool):
(WTF::BumpPointerPool::deallocCrossPool):
(BumpPointerAllocator):
(WTF::BumpPointerAllocator::BumpPointerAllocator):
(WTF::BumpPointerAllocator::~BumpPointerAllocator):
(WTF::BumpPointerAllocator::startAllocator):
(WTF::BumpPointerAllocator::stopAllocator):

  • wtf/ByteArray.cpp: Renamed from Source/JavaScriptCore/wtf/ByteArray.cpp.

(WTF):
(WTF::ByteArray::create):

  • wtf/ByteArray.h: Renamed from Source/JavaScriptCore/wtf/ByteArray.h.

(ByteArray):
(WTF::ByteArray::length):
(WTF::ByteArray::set):
(WTF::ByteArray::get):
(WTF::ByteArray::data):
(WTF::ByteArray::clear):
(WTF::ByteArray::deref):
(WTF::ByteArray::offsetOfSize):
(WTF::ByteArray::offsetOfData):
(WTF::ByteArray::ByteArray):

  • wtf/CMakeLists.txt: Renamed from Source/JavaScriptCore/wtf/CMakeLists.txt.
  • wtf/CONTRIBUTORS.pthreads-win32: Renamed from Source/JavaScriptCore/wtf/CONTRIBUTORS.pthreads-win32.
  • wtf/CheckedArithmetic.h: Renamed from Source/JavaScriptCore/wtf/CheckedArithmetic.h.

(WTF):
(CrashOnOverflow):
(WTF::CrashOnOverflow::overflowed):
(WTF::CrashOnOverflow::clearOverflow):
(WTF::CrashOnOverflow::hasOverflowed):
(RecordOverflow):
(WTF::RecordOverflow::RecordOverflow):
(WTF::RecordOverflow::overflowed):
(WTF::RecordOverflow::clearOverflow):
(WTF::RecordOverflow::hasOverflowed):
(WTF::isInBounds):
(RemoveChecked):
(WTF::safeAdd):
(WTF::safeSub):
(WTF::safeMultiply):
(WTF::safeEquals):
(WTF::workAroundClangBug):
(Checked):
(WTF::Checked::Checked):
(WTF::Checked::operator=):
(WTF::Checked::operator++):
(WTF::Checked::operator--):
(WTF::Checked::operator!):
(WTF::Checked::operator UnspecifiedBoolType*):
(WTF::Checked::unsafeGet):
(WTF::Checked::operator+=):
(WTF::Checked::operator-=):
(WTF::Checked::operator*=):
(WTF::Checked::operator==):
(WTF::Checked::operator!=):
(WTF::operator+):
(WTF::operator-):
(WTF::operator*):

  • wtf/CheckedBoolean.h: Renamed from Source/JavaScriptCore/wtf/CheckedBoolean.h.

(CheckedBoolean):
(CheckedBoolean::CheckedBoolean):
(CheckedBoolean::~CheckedBoolean):
(CheckedBoolean::operator bool):

  • wtf/Compiler.h: Renamed from Source/JavaScriptCore/wtf/Compiler.h.
  • wtf/Complex.h: Renamed from Source/JavaScriptCore/wtf/Complex.h.

(WTF):
(WTF::complexFromMagnitudePhase):

  • wtf/CryptographicallyRandomNumber.cpp: Renamed from Source/JavaScriptCore/wtf/CryptographicallyRandomNumber.cpp.

(WTF::cryptographicallyRandomNumber):
(WTF):
(WTF::cryptographicallyRandomValues):

  • wtf/CryptographicallyRandomNumber.h: Renamed from Source/JavaScriptCore/wtf/CryptographicallyRandomNumber.h.

(WTF):

  • wtf/CurrentTime.cpp: Renamed from Source/JavaScriptCore/wtf/CurrentTime.cpp.

(WTF):
(WTF::highResUpTime):
(WTF::lowResUTCTime):
(WTF::qpcAvailable):
(WTF::currentTime):
(WTF::currentSystemTime):
(WTF::monotonicallyIncreasingTime):

  • wtf/CurrentTime.h: Renamed from Source/JavaScriptCore/wtf/CurrentTime.h.

(WTF):
(WTF::currentTimeMS):
(WTF::getLocalTime):

  • wtf/DataLog.cpp: Renamed from Source/JavaScriptCore/wtf/DataLog.cpp.

(WTF):
(WTF::initializeLogFileOnce):
(WTF::initializeLogFile):
(WTF::dataFile):
(WTF::dataLogV):
(WTF::dataLog):

  • wtf/DataLog.h: Renamed from Source/JavaScriptCore/wtf/DataLog.h.

(WTF):

  • wtf/DateMath.cpp: Renamed from Source/JavaScriptCore/wtf/DateMath.cpp.

(WTF):
(WTF::isLeapYear):
(WTF::daysInYear):
(WTF::daysFrom1970ToYear):
(WTF::msToDays):
(WTF::twoDigitStringFromNumber):
(WTF::msToYear):
(WTF::dayInYear):
(WTF::msToMilliseconds):
(WTF::msToMinutes):
(WTF::msToHours):
(WTF::monthFromDayInYear):
(WTF::checkMonth):
(WTF::dayInMonthFromDayInYear):
(WTF::monthToDayInYear):
(WTF::dateToDaysFrom1970):
(WTF::maximumYearForDST):
(WTF::minimumYearForDST):
(WTF::equivalentYearForDST):
(WTF::calculateUTCOffset):
(WTF::calculateDSTOffsetSimple):
(WTF::calculateDSTOffset):
(WTF::initializeDates):
(WTF::ymdhmsToSeconds):
(KnownZone):
(WTF::skipSpacesAndComments):
(WTF::findMonth):
(WTF::parseLong):
(WTF::parseES5DatePortion):
(WTF::parseES5TimePortion):
(WTF::parseES5DateFromNullTerminatedCharacters):
(WTF::parseDateFromNullTerminatedCharacters):
(WTF::timeClip):
(WTF::makeRFC2822DateString):

  • wtf/DateMath.h: Renamed from Source/JavaScriptCore/wtf/DateMath.h.

(WTF):
(WTF::jsCurrentTime):

  • wtf/DecimalNumber.cpp: Renamed from Source/JavaScriptCore/wtf/DecimalNumber.cpp.

(WTF):
(WTF::DecimalNumber::bufferLengthForStringDecimal):
(WTF::DecimalNumber::bufferLengthForStringExponential):
(WTF::DecimalNumber::toStringDecimal):
(WTF::DecimalNumber::toStringExponential):

  • wtf/DecimalNumber.h: Renamed from Source/JavaScriptCore/wtf/DecimalNumber.h.

(WTF):
(DecimalNumber):
(WTF::DecimalNumber::DecimalNumber):
(WTF::DecimalNumber::sign):
(WTF::DecimalNumber::exponent):
(WTF::DecimalNumber::significand):
(WTF::DecimalNumber::precision):

  • wtf/Decoder.h: Renamed from Source/JavaScriptCore/wtf/Decoder.h.

(WTF):
(Decoder):
(WTF::Decoder::Decoder):
(WTF::Decoder::~Decoder):

  • wtf/Deque.h: Renamed from Source/JavaScriptCore/wtf/Deque.h.

(WTF):
(Deque):
(WTF::Deque::size):
(WTF::Deque::isEmpty):
(WTF::Deque::begin):
(WTF::Deque::end):
(WTF::Deque::rbegin):
(WTF::Deque::rend):
(WTF::Deque::first):
(WTF::Deque::last):
(DequeIteratorBase):
(WTF::DequeIteratorBase::assign):
(DequeIterator):
(WTF::DequeIterator::DequeIterator):
(WTF::DequeIterator::operator=):
(WTF::DequeIterator::operator*):
(WTF::DequeIterator::operator->):
(WTF::DequeIterator::operator==):
(WTF::DequeIterator::operator!=):
(WTF::DequeIterator::operator++):
(WTF::DequeIterator::operator--):
(DequeConstIterator):
(WTF::DequeConstIterator::DequeConstIterator):
(WTF::DequeConstIterator::operator=):
(WTF::DequeConstIterator::operator*):
(WTF::DequeConstIterator::operator->):
(WTF::DequeConstIterator::operator==):
(WTF::DequeConstIterator::operator!=):
(WTF::DequeConstIterator::operator++):
(WTF::DequeConstIterator::operator--):
(DequeReverseIterator):
(WTF::DequeReverseIterator::DequeReverseIterator):
(WTF::DequeReverseIterator::operator=):
(WTF::DequeReverseIterator::operator*):
(WTF::DequeReverseIterator::operator->):
(WTF::DequeReverseIterator::operator==):
(WTF::DequeReverseIterator::operator!=):
(WTF::DequeReverseIterator::operator++):
(WTF::DequeReverseIterator::operator--):
(DequeConstReverseIterator):
(WTF::DequeConstReverseIterator::DequeConstReverseIterator):
(WTF::DequeConstReverseIterator::operator=):
(WTF::DequeConstReverseIterator::operator*):
(WTF::DequeConstReverseIterator::operator->):
(WTF::DequeConstReverseIterator::operator==):
(WTF::DequeConstReverseIterator::operator!=):
(WTF::DequeConstReverseIterator::operator++):
(WTF::DequeConstReverseIterator::operator--):
(WTF::::checkValidity):
(WTF::::checkIndexValidity):
(WTF::::invalidateIterators):
(WTF::::Deque):
(WTF::deleteAllValues):
(WTF::=):
(WTF::::destroyAll):
(WTF::::~Deque):
(WTF::::swap):
(WTF::::clear):
(WTF::::findIf):
(WTF::::expandCapacityIfNeeded):
(WTF::::expandCapacity):
(WTF::::takeFirst):
(WTF::::append):
(WTF::::prepend):
(WTF::::removeFirst):
(WTF::::remove):
(WTF::::addToIteratorsList):
(WTF::::removeFromIteratorsList):
(WTF::::DequeIteratorBase):
(WTF::::~DequeIteratorBase):
(WTF::::isEqual):
(WTF::::increment):
(WTF::::decrement):
(WTF::::after):
(WTF::::before):

  • wtf/DisallowCType.h: Renamed from Source/JavaScriptCore/wtf/DisallowCType.h.
  • wtf/DoublyLinkedList.h: Renamed from Source/JavaScriptCore/wtf/DoublyLinkedList.h.

(WTF):
(DoublyLinkedListNode):
(WTF::::DoublyLinkedListNode):
(WTF::::setPrev):
(WTF::::setNext):
(WTF::::prev):
(WTF::::next):
(DoublyLinkedList):
(WTF::::DoublyLinkedList):
(WTF::::isEmpty):
(WTF::::size):
(WTF::::clear):
(WTF::::head):
(WTF::::tail):
(WTF::::push):
(WTF::::append):
(WTF::::remove):
(WTF::::removeHead):

  • wtf/DynamicAnnotations.cpp: Renamed from Source/JavaScriptCore/wtf/DynamicAnnotations.cpp.

(WTFAnnotateBenignRaceSized):
(WTFAnnotateHappensBefore):
(WTFAnnotateHappensAfter):

  • wtf/DynamicAnnotations.h: Renamed from Source/JavaScriptCore/wtf/DynamicAnnotations.h.
  • wtf/Encoder.h: Renamed from Source/JavaScriptCore/wtf/Encoder.h.

(WTF):
(Encoder):
(WTF::Encoder::Encoder):
(WTF::Encoder::~Encoder):

  • wtf/ExportMacros.h: Renamed from Source/JavaScriptCore/wtf/ExportMacros.h.
  • wtf/FastAllocBase.h: Renamed from Source/JavaScriptCore/wtf/FastAllocBase.h.

(WTF):
(WTF::fastNew):
(Internal):
(WTF::Internal::NewArrayImpl::fastNewArray):
(WTF::fastNewArray):
(WTF::fastDelete):
(WTF::fastDeleteSkippingDestructor):
(WTF::Internal::DeleteArrayImpl::fastDeleteArray):
(WTF::fastDeleteArray):
(WTF::fastNonNullDelete):
(WTF::Internal::NonNullDeleteArrayImpl::fastNonNullDeleteArray):
(WTF::fastNonNullDeleteArray):

  • wtf/FastMalloc.cpp: Renamed from Source/JavaScriptCore/wtf/FastMalloc.cpp.

(WTF):
(WTF::isForbidden):
(WTF::fastMallocForbid):
(WTF::fastMallocAllow):
(WTF::initializeIsForbiddenKey):
(Internal):
(WTF::Internal::fastMallocMatchFailed):
(WTF::fastZeroedMalloc):
(WTF::fastStrDup):
(WTF::tryFastZeroedMalloc):
(WTF::tryFastMalloc):
(WTF::fastMalloc):
(WTF::tryFastCalloc):
(WTF::fastCalloc):
(WTF::fastFree):
(WTF::tryFastRealloc):
(WTF::fastRealloc):
(WTF::releaseFastMallocFreeMemory):
(WTF::fastMallocStatistics):
(WTF::fastMallocSize):
(FastMallocZone):
(WTF::FastMallocZone::goodSize):
(WTF::FastMallocZone::check):
(WTF::FastMallocZone::print):
(WTF::FastMallocZone::log):
(WTF::FastMallocZone::forceLock):
(WTF::FastMallocZone::forceUnlock):
(WTF::FastMallocZone::statistics):
(WTF::FastMallocZone::zoneValloc):
(WTF::FastMallocZone::zoneDestroy):
(WTF::KernelSupportsTLS):
(WTF::CheckIfKernelSupportsTLS):
(WTF::ClassIndex):
(TCEntry):
(WTF::LgFloor):
(WTF::SLL_Next):
(WTF::SLL_SetNext):
(WTF::SLL_Push):
(WTF::SLL_Pop):
(WTF::SLL_PopRange):
(WTF::SLL_PushRange):
(WTF::SLL_Size):
(WTF::SizeClass):
(WTF::ByteSizeForClass):
(WTF::NumMoveSize):
(WTF::InitSizeClasses):
(WTF::MetaDataAlloc):
(PageHeapAllocator):
(WTF::PageHeapAllocator::Init):
(WTF::PageHeapAllocator::New):
(WTF::PageHeapAllocator::Delete):
(WTF::PageHeapAllocator::inuse):
(WTF::PageHeapAllocator::recordAdministrativeRegions):
(WTF::pages):
(WTF::AllocationSize):
(Span):
(WTF::Event):
(WTF::NewSpan):
(WTF::DeleteSpan):
(WTF::DLL_Init):
(WTF::DLL_Remove):
(WTF::DLL_IsEmpty):
(WTF::DLL_Length):
(WTF::DLL_Print):
(WTF::DLL_Prepend):
(StackTrace):
(MapSelector):
(TCMalloc_PageHeap):
(WTF::TCMalloc_PageHeap::GetDescriptor):
(WTF::TCMalloc_PageHeap::GetDescriptorEnsureSafe):
(WTF::TCMalloc_PageHeap::SystemBytes):
(WTF::TCMalloc_PageHeap::FreeBytes):
(WTF::TCMalloc_PageHeap::GetSizeClassIfCached):
(WTF::TCMalloc_PageHeap::CacheSizeClass):
(SpanList):
(WTF::TCMalloc_PageHeap::RecordSpan):
(WTF::TCMalloc_PageHeap::init):
(WTF::TCMalloc_PageHeap::initializeScavenger):
(WTF::TCMalloc_PageHeap::isScavengerSuspended):
(WTF::TCMalloc_PageHeap::scheduleScavenger):
(WTF::TCMalloc_PageHeap::rescheduleScavenger):
(WTF::TCMalloc_PageHeap::suspendScavenger):
(WTF::TCMalloc_PageHeap::scavengerTimerFired):
(WTF::TCMalloc_PageHeap::runScavengerThread):
(WTF::TCMalloc_PageHeap::signalScavenger):
(WTF::TCMalloc_PageHeap::scavenge):
(WTF::TCMalloc_PageHeap::shouldScavenge):
(WTF::TCMalloc_PageHeap::New):
(WTF::TCMalloc_PageHeap::AllocLarge):
(WTF::TCMalloc_PageHeap::Split):
(WTF::TCMalloc_PageHeap::Carve):
(WTF::mergeDecommittedStates):
(WTF::TCMalloc_PageHeap::Delete):
(WTF::TCMalloc_PageHeap::IncrementalScavenge):
(WTF::TCMalloc_PageHeap::RegisterSizeClass):
(WTF::TCMalloc_PageHeap::ReturnedBytes):
(WTF::PagesToMB):
(WTF::TCMalloc_PageHeap::Dump):
(WTF::TCMalloc_PageHeap::GrowHeap):
(WTF::TCMalloc_PageHeap::Check):
(WTF::TCMalloc_PageHeap::CheckList):
(WTF::TCMalloc_PageHeap::ReleaseFreeList):
(WTF::TCMalloc_PageHeap::ReleaseFreePages):
(TCMalloc_ThreadCache_FreeList):
(WTF::TCMalloc_ThreadCache_FreeList::Init):
(WTF::TCMalloc_ThreadCache_FreeList::length):
(WTF::TCMalloc_ThreadCache_FreeList::empty):
(WTF::TCMalloc_ThreadCache_FreeList::lowwatermark):
(WTF::TCMalloc_ThreadCache_FreeList::clear_lowwatermark):
(WTF::TCMalloc_ThreadCache_FreeList::Push):
(WTF::TCMalloc_ThreadCache_FreeList::PushRange):
(WTF::TCMalloc_ThreadCache_FreeList::PopRange):
(WTF::TCMalloc_ThreadCache_FreeList::Pop):
(WTF::TCMalloc_ThreadCache_FreeList::enumerateFreeObjects):
(TCMalloc_ThreadCache):
(WTF::TCMalloc_ThreadCache::freelist_length):
(WTF::TCMalloc_ThreadCache::Size):
(WTF::TCMalloc_ThreadCache::enumerateFreeObjects):
(TCMalloc_Central_FreeList):
(WTF::TCMalloc_Central_FreeList::length):
(WTF::TCMalloc_Central_FreeList::tc_length):
(WTF::TCMalloc_Central_FreeList::enumerateFreeObjects):
(TCMalloc_Central_FreeListPadded):
(WTF::getPageHeap):
(WTF::TCMalloc_PageHeap::periodicScavenge):
(WTF::TCMalloc_PageHeap::scavengerThread):
(WTF::setThreadHeap):
(WTF::TCMalloc_Central_FreeList::Init):
(WTF::TCMalloc_Central_FreeList::ReleaseListToSpans):
(WTF::TCMalloc_Central_FreeList::ReleaseToSpans):
(WTF::TCMalloc_Central_FreeList::EvictRandomSizeClass):
(WTF::TCMalloc_Central_FreeList::MakeCacheSpace):
(WTF::TCMalloc_Central_FreeList::ShrinkCache):
(WTF::TCMalloc_Central_FreeList::InsertRange):
(WTF::TCMalloc_Central_FreeList::RemoveRange):
(WTF::TCMalloc_Central_FreeList::FetchFromSpansSafe):
(WTF::TCMalloc_Central_FreeList::FetchFromSpans):
(WTF::TCMalloc_Central_FreeList::Populate):
(WTF::TCMalloc_ThreadCache::SampleAllocation):
(WTF::TCMalloc_ThreadCache::Init):
(WTF::TCMalloc_ThreadCache::Cleanup):
(WTF::TCMalloc_ThreadCache::Allocate):
(WTF::TCMalloc_ThreadCache::Deallocate):
(WTF::TCMalloc_ThreadCache::FetchFromCentralCache):
(WTF::TCMalloc_ThreadCache::ReleaseToCentralCache):
(WTF::TCMalloc_ThreadCache::Scavenge):
(WTF::TCMalloc_ThreadCache::PickNextSample):
(WTF::TCMalloc_ThreadCache::InitModule):
(WTF::TCMalloc_ThreadCache::NewHeap):
(WTF::TCMalloc_ThreadCache::GetThreadHeap):
(WTF::TCMalloc_ThreadCache::GetCache):
(WTF::TCMalloc_ThreadCache::GetCacheIfPresent):
(WTF::TCMalloc_ThreadCache::InitTSD):
(WTF::TCMalloc_ThreadCache::CreateCacheIfNecessary):

  • wtf/FastMalloc.h: Renamed from Source/JavaScriptCore/wtf/FastMalloc.h.

(WTF):
(WTF::TryMallocReturnValue::TryMallocReturnValue):
(WTF::TryMallocReturnValue::~TryMallocReturnValue):
(TryMallocReturnValue):
(WTF::TryMallocReturnValue::operator PossiblyNull<T>):
(WTF::TryMallocReturnValue::getValue):
(FastMallocStatistics):
(ValidationHeader):
(Internal):
(WTF::Internal::fastMallocValidationHeader):
(WTF::Internal::fastMallocValidationSuffix):
(WTF::Internal::fastMallocMatchValidationType):
(WTF::Internal::setFastMallocMatchValidationType):
(WTF::fastMallocMatchValidateMalloc):
(WTF::fastMallocMatchValidateFree):
(WTF::fastMallocValidate):
(throw):

  • wtf/FixedArray.h: Renamed from Source/JavaScriptCore/wtf/FixedArray.h.

(WTF):
(FixedArray):
(WTF::FixedArray::operator[]):
(WTF::FixedArray::data):
(WTF::FixedArray::size):

  • wtf/Float32Array.h: Renamed from Source/JavaScriptCore/wtf/Float32Array.h.

(WTF):
(Float32Array):
(WTF::Float32Array::set):
(WTF::Float32Array::item):
(WTF::Float32Array::isFloatArray):
(WTF::Float32Array::create):
(WTF::Float32Array::Float32Array):
(WTF::Float32Array::subarray):

  • wtf/Float64Array.h: Renamed from Source/JavaScriptCore/wtf/Float64Array.h.

(WTF):
(Float64Array):
(WTF::Float64Array::set):
(WTF::Float64Array::item):
(WTF::Float64Array::isDoubleArray):
(WTF::Float64Array::create):
(WTF::Float64Array::Float64Array):
(WTF::Float64Array::subarray):

  • wtf/Forward.h: Renamed from Source/JavaScriptCore/wtf/Forward.h.

(WTF):

  • wtf/Functional.h: Renamed from Source/JavaScriptCore/wtf/Functional.h.

(WTF):
(HasRefAndDeref):
(NoType):
(BaseMixin):
(WTF::R):
(WTF::C::):
(WTF::RefAndDeref::ref):
(WTF::RefAndDeref::deref):
(ParamStorageTraits):
(WTF::ParamStorageTraits::wrap):
(WTF::ParamStorageTraits::unwrap):
(FunctionImplBase):
(WTF::FunctionImplBase::~FunctionImplBase):
(FunctionBase):
(WTF::FunctionBase::isNull):
(WTF::FunctionBase::FunctionBase):
(WTF::FunctionBase::impl):
(WTF::bind):

  • wtf/GetPtr.h: Renamed from Source/JavaScriptCore/wtf/GetPtr.h.

(WTF):
(WTF::getPtr):

  • wtf/HashCountedSet.h: Renamed from Source/JavaScriptCore/wtf/HashCountedSet.h.

(WTF):
(HashCountedSet):
(WTF::HashCountedSet::HashCountedSet):
(WTF::::size):
(WTF::::capacity):
(WTF::::isEmpty):
(WTF::::begin):
(WTF::::end):
(WTF::::find):
(WTF::::contains):
(WTF::::count):
(WTF::::add):
(WTF::::remove):
(WTF::::removeAll):
(WTF::::clear):
(WTF::copyToVector):

  • wtf/HashFunctions.h: Renamed from Source/JavaScriptCore/wtf/HashFunctions.h.

(WTF):
(WTF::intHash):
(WTF::IntHash::hash):
(WTF::IntHash::equal):
(IntHash):
(WTF::FloatHash::hash):
(WTF::FloatHash::equal):
(FloatHash):
(WTF::PtrHash::hash):
(WTF::PtrHash::equal):
(PtrHash):
(WTF::PairHash::hash):
(WTF::PairHash::equal):
(PairHash):

  • wtf/HashIterators.h: Renamed from Source/JavaScriptCore/wtf/HashIterators.h.

(WTF):
(HashTableConstKeysIterator):
(WTF::HashTableConstKeysIterator::HashTableConstKeysIterator):
(WTF::HashTableConstKeysIterator::get):
(WTF::HashTableConstKeysIterator::operator*):
(WTF::HashTableConstKeysIterator::operator->):
(WTF::HashTableConstKeysIterator::operator++):
(HashTableConstValuesIterator):
(WTF::HashTableConstValuesIterator::HashTableConstValuesIterator):
(WTF::HashTableConstValuesIterator::get):
(WTF::HashTableConstValuesIterator::operator*):
(WTF::HashTableConstValuesIterator::operator->):
(WTF::HashTableConstValuesIterator::operator++):
(HashTableKeysIterator):
(WTF::HashTableKeysIterator::HashTableKeysIterator):
(WTF::HashTableKeysIterator::get):
(WTF::HashTableKeysIterator::operator*):
(WTF::HashTableKeysIterator::operator->):
(WTF::HashTableKeysIterator::operator++):
(WTF::HashTableKeysIterator::operator HashTableConstKeysIterator<HashTableType, KeyType, MappedType>):
(HashTableValuesIterator):
(WTF::HashTableValuesIterator::HashTableValuesIterator):
(WTF::HashTableValuesIterator::get):
(WTF::HashTableValuesIterator::operator*):
(WTF::HashTableValuesIterator::operator->):
(WTF::HashTableValuesIterator::operator++):
(WTF::HashTableValuesIterator::operator HashTableConstValuesIterator<HashTableType, KeyType, MappedType>):
(WTF::operator==):
(WTF::operator!=):

  • wtf/HashMap.h: Renamed from Source/JavaScriptCore/wtf/HashMap.h.

(WTF):
(ReferenceTypeMaker):
(HashMap):
(WTF::HashMap::keys):
(WTF::HashMap::values):
(HashMapKeysProxy):
(WTF::HashMap::HashMapKeysProxy::begin):
(WTF::HashMap::HashMapKeysProxy::end):
(HashMapValuesProxy):
(WTF::HashMap::HashMapValuesProxy::begin):
(WTF::HashMap::HashMapValuesProxy::end):
(WTF::PairFirstExtractor::extract):
(WTF::HashMapTranslator::hash):
(WTF::HashMapTranslator::equal):
(WTF::HashMapTranslator::translate):
(WTF::HashMapTranslatorAdapter::hash):
(WTF::HashMapTranslatorAdapter::equal):
(WTF::HashMapTranslatorAdapter::translate):
(WTF::::swap):
(WTF::::size):
(WTF::::capacity):
(WTF::::isEmpty):
(WTF::::begin):
(WTF::::end):
(WTF::::find):
(WTF::::contains):
(WTF::::inlineAdd):
(WTF::::set):
(WTF::::add):
(WTF::::get):
(WTF::::remove):
(WTF::::clear):
(WTF::::take):
(WTF::::checkConsistency):
(WTF::operator==):
(WTF::operator!=):
(WTF::deleteAllPairSeconds):
(WTF::deleteAllValues):
(WTF::deleteAllPairFirsts):
(WTF::deleteAllKeys):
(WTF::copyKeysToVector):
(WTF::copyValuesToVector):

  • wtf/HashSet.h: Renamed from Source/JavaScriptCore/wtf/HashSet.h.

(WTF):
(HashSet):
(WTF::IdentityExtractor::extract):
(WTF::HashSetTranslatorAdapter::hash):
(WTF::HashSetTranslatorAdapter::equal):
(WTF::HashSetTranslatorAdapter::translate):
(WTF::::swap):
(WTF::::size):
(WTF::::capacity):
(WTF::::isEmpty):
(WTF::::begin):
(WTF::::end):
(WTF::::find):
(WTF::::contains):
(WTF::::add):
(WTF::::remove):
(WTF::::clear):
(WTF::deleteAllValues):
(WTF::fastDeleteAllValues):
(WTF::copyToVector):

  • wtf/HashTable.cpp: Renamed from Source/JavaScriptCore/wtf/HashTable.cpp.

(WTF):
(WTF::hashTableStatsMutex):
(WTF::HashTableStats::~HashTableStats):
(WTF::HashTableStats::recordCollisionAtCount):

  • wtf/HashTable.h: Renamed from Source/JavaScriptCore/wtf/HashTable.h.

(WTF):
(HashTableStats):
(WTF::addIterator):
(WTF::removeIterator):
(HashTableConstIterator):
(WTF::HashTableConstIterator::skipEmptyBuckets):
(WTF::HashTableConstIterator::HashTableConstIterator):
(WTF::HashTableConstIterator::~HashTableConstIterator):
(WTF::HashTableConstIterator::operator=):
(WTF::HashTableConstIterator::get):
(WTF::HashTableConstIterator::operator*):
(WTF::HashTableConstIterator::operator->):
(WTF::HashTableConstIterator::operator++):
(WTF::HashTableConstIterator::operator==):
(WTF::HashTableConstIterator::operator!=):
(WTF::HashTableConstIterator::checkValidity):
(HashTableIterator):
(WTF::HashTableIterator::HashTableIterator):
(WTF::HashTableIterator::get):
(WTF::HashTableIterator::operator*):
(WTF::HashTableIterator::operator->):
(WTF::HashTableIterator::operator++):
(WTF::HashTableIterator::operator==):
(WTF::HashTableIterator::operator!=):
(WTF::HashTableIterator::operator const_iterator):
(WTF::hashTableSwap):
(IdentityHashTranslator):
(WTF::IdentityHashTranslator::hash):
(WTF::IdentityHashTranslator::equal):
(WTF::IdentityHashTranslator::translate):
(HashTable):
(WTF::HashTable::~HashTable):
(WTF::HashTable::begin):
(WTF::HashTable::end):
(WTF::HashTable::size):
(WTF::HashTable::capacity):
(WTF::HashTable::isEmpty):
(WTF::HashTable::add):
(WTF::HashTable::find):
(WTF::HashTable::contains):
(WTF::HashTable::isEmptyBucket):
(WTF::HashTable::isDeletedBucket):
(WTF::HashTable::isEmptyOrDeletedBucket):
(WTF::HashTable::lookup):
(WTF::HashTable::checkTableConsistency):
(WTF::HashTable::internalCheckTableConsistency):
(WTF::HashTable::internalCheckTableConsistencyExceptSize):
(WTF::HashTable::lookupForWriting):
(WTF::HashTable::shouldExpand):
(WTF::HashTable::mustRehashInPlace):
(WTF::HashTable::shouldShrink):
(WTF::HashTable::shrink):
(WTF::HashTable::deleteBucket):
(WTF::HashTable::makeLookupResult):
(WTF::HashTable::makeIterator):
(WTF::HashTable::makeConstIterator):
(WTF::HashTable::makeKnownGoodIterator):
(WTF::HashTable::makeKnownGoodConstIterator):
(WTF::HashTable::checkTableConsistencyExceptSize):
(WTF::HashTable::invalidateIterators):
(WTF::::HashTable):
(WTF::doubleHash):
(WTF::::checkKey):
(WTF::::lookup):
(WTF::::lookupForWriting):
(WTF::::fullLookupForWriting):
(WTF::::initializeBucket):
(WTF::::add):
(WTF::::addPassingHashCode):
(WTF::::reinsert):
(WTF::::find):
(WTF::::contains):
(WTF::::removeAndInvalidateWithoutEntryConsistencyCheck):
(WTF::::removeAndInvalidate):
(WTF::::remove):
(WTF::::removeWithoutEntryConsistencyCheck):
(WTF::::allocateTable):
(WTF::::deallocateTable):
(WTF::::expand):
(WTF::::rehash):
(WTF::::clear):
(WTF::::swap):
(WTF::=):
(WTF::::checkTableConsistency):
(WTF::::checkTableConsistencyExceptSize):
(WTF::::invalidateIterators):
(WTF::HashTableConstIteratorAdapter::HashTableConstIteratorAdapter):
(HashTableConstIteratorAdapter):
(WTF::HashTableConstIteratorAdapter::get):
(WTF::HashTableConstIteratorAdapter::operator*):
(WTF::HashTableConstIteratorAdapter::operator->):
(WTF::HashTableConstIteratorAdapter::operator++):
(WTF::HashTableIteratorAdapter::HashTableIteratorAdapter):
(HashTableIteratorAdapter):
(WTF::HashTableIteratorAdapter::get):
(WTF::HashTableIteratorAdapter::operator*):
(WTF::HashTableIteratorAdapter::operator->):
(WTF::HashTableIteratorAdapter::operator++):
(WTF::HashTableIteratorAdapter::operator HashTableConstIteratorAdapter<HashTableType, ValueType>):
(WTF::operator==):
(WTF::operator!=):

  • wtf/HashTraits.h: Renamed from Source/JavaScriptCore/wtf/HashTraits.h.

(WTF):
(GenericHashTraits):
(WTF::GenericHashTraits::emptyValue):
(WTF::GenericHashTraits::store):
(WTF::GenericHashTraits::passOut):
(WTF::GenericHashTraits::peek):
(FloatHashTraits):
(WTF::FloatHashTraits::emptyValue):
(WTF::FloatHashTraits::constructDeletedValue):
(WTF::FloatHashTraits::isDeletedValue):
(UnsignedWithZeroKeyHashTraits):
(WTF::UnsignedWithZeroKeyHashTraits::emptyValue):
(WTF::UnsignedWithZeroKeyHashTraits::constructDeletedValue):
(WTF::UnsignedWithZeroKeyHashTraits::isDeletedValue):
(SimpleClassHashTraits):
(WTF::SimpleClassHashTraits::constructDeletedValue):
(WTF::SimpleClassHashTraits::isDeletedValue):
(PairHashTraits):
(WTF::PairHashTraits::emptyValue):
(WTF::PairHashTraits::constructDeletedValue):
(WTF::PairHashTraits::isDeletedValue):

  • wtf/HexNumber.h: Renamed from Source/JavaScriptCore/wtf/HexNumber.h.

(WTF):
(Internal):
(WTF::Internal::hexDigitsForMode):
(WTF::appendByteAsHex):
(WTF::placeByteAsHexCompressIfPossible):
(WTF::placeByteAsHex):
(WTF::appendUnsignedAsHex):
(WTF::appendUnsignedAsHexFixedSize):

  • wtf/InlineASM.h: Renamed from Source/JavaScriptCore/wtf/InlineASM.h.
  • wtf/Int16Array.h: Renamed from Source/JavaScriptCore/wtf/Int16Array.h.

(WTF):
(Int16Array):
(WTF::Int16Array::set):
(WTF::Int16Array::isShortArray):
(WTF::Int16Array::create):
(WTF::Int16Array::Int16Array):
(WTF::Int16Array::subarray):

  • wtf/Int32Array.h: Renamed from Source/JavaScriptCore/wtf/Int32Array.h.

(WTF):
(Int32Array):
(WTF::Int32Array::set):
(WTF::Int32Array::isIntArray):
(WTF::Int32Array::create):
(WTF::Int32Array::Int32Array):
(WTF::Int32Array::subarray):

  • wtf/Int8Array.h: Renamed from Source/JavaScriptCore/wtf/Int8Array.h.

(WTF):
(Int8Array):
(WTF::Int8Array::set):
(WTF::Int8Array::isByteArray):
(WTF::Int8Array::create):
(WTF::Int8Array::Int8Array):
(WTF::Int8Array::subarray):

  • wtf/IntegralTypedArrayBase.h: Renamed from Source/JavaScriptCore/wtf/IntegralTypedArrayBase.h.

(WTF):
(IntegralTypedArrayBase):
(WTF::IntegralTypedArrayBase::set):
(WTF::IntegralTypedArrayBase::item):
(WTF::IntegralTypedArrayBase::IntegralTypedArrayBase):

  • wtf/ListHashSet.h: Renamed from Source/JavaScriptCore/wtf/ListHashSet.h.

(WTF):
(ListHashSet):
(ListHashSetNodeAllocator):
(WTF::ListHashSetNodeAllocator::ListHashSetNodeAllocator):
(WTF::ListHashSetNodeAllocator::allocate):
(WTF::ListHashSetNodeAllocator::deallocate):
(WTF::ListHashSetNodeAllocator::pool):
(WTF::ListHashSetNodeAllocator::pastPool):
(WTF::ListHashSetNodeAllocator::inPool):
(ListHashSetNode):
(WTF::ListHashSetNode::ListHashSetNode):
(WTF::ListHashSetNode::operator new):
(WTF::ListHashSetNode::destroy):
(WTF::ListHashSetNodeHashFunctions::hash):
(WTF::ListHashSetNodeHashFunctions::equal):
(ListHashSetNodeHashFunctions):
(ListHashSetIterator):
(WTF::ListHashSetIterator::ListHashSetIterator):
(WTF::ListHashSetIterator::get):
(WTF::ListHashSetIterator::operator*):
(WTF::ListHashSetIterator::operator->):
(WTF::ListHashSetIterator::operator++):
(WTF::ListHashSetIterator::operator--):
(WTF::ListHashSetIterator::operator==):
(WTF::ListHashSetIterator::operator!=):
(WTF::ListHashSetIterator::operator const_iterator):
(WTF::ListHashSetIterator::node):
(ListHashSetConstIterator):
(WTF::ListHashSetConstIterator::ListHashSetConstIterator):
(WTF::ListHashSetConstIterator::get):
(WTF::ListHashSetConstIterator::operator*):
(WTF::ListHashSetConstIterator::operator->):
(WTF::ListHashSetConstIterator::operator++):
(WTF::ListHashSetConstIterator::operator--):
(WTF::ListHashSetConstIterator::operator==):
(WTF::ListHashSetConstIterator::operator!=):
(WTF::ListHashSetConstIterator::node):
(ListHashSetReverseIterator):
(WTF::ListHashSetReverseIterator::ListHashSetReverseIterator):
(WTF::ListHashSetReverseIterator::get):
(WTF::ListHashSetReverseIterator::operator*):
(WTF::ListHashSetReverseIterator::operator->):
(WTF::ListHashSetReverseIterator::operator++):
(WTF::ListHashSetReverseIterator::operator--):
(WTF::ListHashSetReverseIterator::operator==):
(WTF::ListHashSetReverseIterator::operator!=):
(WTF::ListHashSetReverseIterator::operator const_reverse_iterator):
(WTF::ListHashSetReverseIterator::node):
(ListHashSetConstReverseIterator):
(WTF::ListHashSetConstReverseIterator::ListHashSetConstReverseIterator):
(WTF::ListHashSetConstReverseIterator::get):
(WTF::ListHashSetConstReverseIterator::operator*):
(WTF::ListHashSetConstReverseIterator::operator->):
(WTF::ListHashSetConstReverseIterator::operator++):
(WTF::ListHashSetConstReverseIterator::operator--):
(WTF::ListHashSetConstReverseIterator::operator==):
(WTF::ListHashSetConstReverseIterator::operator!=):
(WTF::ListHashSetConstReverseIterator::node):
(WTF::ListHashSetTranslator::hash):
(WTF::ListHashSetTranslator::equal):
(WTF::ListHashSetTranslator::translate):
(WTF::::ListHashSet):
(WTF::=):
(WTF::::swap):
(WTF::::~ListHashSet):
(WTF::::size):
(WTF::::capacity):
(WTF::::isEmpty):
(WTF::::begin):
(WTF::::end):
(WTF::::rbegin):
(WTF::::rend):
(WTF::::first):
(WTF::::last):
(WTF::::removeLast):
(WTF::::find):
(WTF::ListHashSetTranslatorAdapter::hash):
(WTF::ListHashSetTranslatorAdapter::equal):
(WTF::::contains):
(WTF::::add):
(WTF::::insertBefore):
(WTF::::remove):
(WTF::::clear):
(WTF::::unlinkAndDelete):
(WTF::::appendNode):
(WTF::::insertNodeBefore):
(WTF::::deleteAllNodes):
(WTF::::makeReverseIterator):
(WTF::::makeConstReverseIterator):
(WTF::::makeIterator):
(WTF::::makeConstIterator):
(WTF::deleteAllValues):

  • wtf/ListRefPtr.h: Renamed from Source/JavaScriptCore/wtf/ListRefPtr.h.

(WTF):
(ListRefPtr):
(WTF::ListRefPtr::ListRefPtr):
(WTF::ListRefPtr::~ListRefPtr):
(WTF::ListRefPtr::operator=):
(WTF::getPtr):

  • wtf/Locker.h: Renamed from Source/JavaScriptCore/wtf/Locker.h.

(WTF):
(Locker):
(WTF::Locker::Locker):
(WTF::Locker::~Locker):

  • wtf/MD5.cpp: Renamed from Source/JavaScriptCore/wtf/MD5.cpp.

(WTF):
(WTF::testMD5):
(WTF::expectMD5):
(WTF::reverseBytes):
(WTF::MD5Transform):
(WTF::MD5::MD5):
(WTF::MD5::addBytes):
(WTF::MD5::checksum):

  • wtf/MD5.h: Renamed from Source/JavaScriptCore/wtf/MD5.h.

(WTF):
(MD5):
(WTF::MD5::addBytes):

  • wtf/MainThread.cpp: Renamed from Source/JavaScriptCore/wtf/MainThread.cpp.

(WTF):
(FunctionWithContext):
(WTF::FunctionWithContext::FunctionWithContext):
(WTF::FunctionWithContext::operator == ):
(FunctionWithContextFinder):
(WTF::FunctionWithContextFinder::FunctionWithContextFinder):
(WTF::FunctionWithContextFinder::operator()):
(WTF::mainThreadFunctionQueueMutex):
(WTF::functionQueue):
(WTF::initializeMainThread):
(WTF::initializeMainThreadOnce):
(WTF::initializeMainThreadToProcessMainThreadOnce):
(WTF::initializeMainThreadToProcessMainThread):
(WTF::dispatchFunctionsFromMainThread):
(WTF::callOnMainThread):
(WTF::callOnMainThreadAndWait):
(WTF::cancelCallOnMainThread):
(WTF::callFunctionObject):
(WTF::setMainThreadCallbacksPaused):
(WTF::isMainThread):
(WTF::initializeGCThreads):
(WTF::registerGCThread):
(WTF::isMainThreadOrGCThread):

  • wtf/MainThread.h: Renamed from Source/JavaScriptCore/wtf/MainThread.h.

(WTF):
(WTF::isMainThreadOrGCThread):

  • wtf/MallocZoneSupport.h: Renamed from Source/JavaScriptCore/wtf/MallocZoneSupport.h.

(WTF):
(RemoteMemoryReader):
(WTF::RemoteMemoryReader::RemoteMemoryReader):
(WTF::RemoteMemoryReader::operator()):
(WTF::RemoteMemoryReader::nextEntryInLinkedList):

  • wtf/MathExtras.h: Renamed from Source/JavaScriptCore/wtf/MathExtras.h.

(wtf_ceil):
(isfinite):
(isinf):
(signbit):
(round):
(roundf):
(llround):
(llroundf):
(lround):
(lroundf):
(trunc):
(abs):
(isnan):
(nextafter):
(nextafterf):
(copysign):
(log2):
(log2f):
(wtf_atan2):
(wtf_fmod):
(wtf_pow):
(deg2rad):
(rad2deg):
(deg2grad):
(grad2deg):
(turn2deg):
(deg2turn):
(rad2grad):
(grad2rad):
(defaultMinimumForClamp):
(defaultMaximumForClamp):
(clampTo):
(clampToInteger):
(clampToFloat):
(clampToPositiveInteger):
(isWithinIntRange):
(decomposeDouble):
(doubleToInteger):

  • wtf/MessageQueue.h: Renamed from Source/JavaScriptCore/wtf/MessageQueue.h.

(WTF):
(MessageQueue):
(WTF::MessageQueue::MessageQueue):
(WTF::MessageQueue::infiniteTime):
(WTF::MessageQueue::alwaysTruePredicate):
(WTF::::~MessageQueue):
(WTF::::append):
(WTF::::appendAndCheckEmpty):
(WTF::::prepend):
(WTF::::waitForMessage):
(WTF::::waitForMessageFilteredWithTimeout):
(WTF::::tryGetMessage):
(WTF::::tryGetMessageIgnoringKilled):
(WTF::::removeIf):
(WTF::::isEmpty):
(WTF::::kill):
(WTF::::killed):

  • wtf/MetaAllocator.cpp: Renamed from Source/JavaScriptCore/wtf/MetaAllocator.cpp.

(WTF):
(WTF::MetaAllocator::~MetaAllocator):
(WTF::MetaAllocatorTracker::notify):
(WTF::MetaAllocatorTracker::release):
(WTF::MetaAllocator::release):
(WTF::MetaAllocatorHandle::MetaAllocatorHandle):
(WTF::MetaAllocatorHandle::~MetaAllocatorHandle):
(WTF::MetaAllocatorHandle::shrink):
(WTF::MetaAllocator::MetaAllocator):
(WTF::MetaAllocator::allocate):
(WTF::MetaAllocator::currentStatistics):
(WTF::MetaAllocator::findAndRemoveFreeSpace):
(WTF::MetaAllocator::addFreeSpaceFromReleasedHandle):
(WTF::MetaAllocator::addFreshFreeSpace):
(WTF::MetaAllocator::debugFreeSpaceSize):
(WTF::MetaAllocator::addFreeSpace):
(WTF::MetaAllocator::incrementPageOccupancy):
(WTF::MetaAllocator::decrementPageOccupancy):
(WTF::MetaAllocator::roundUp):
(WTF::MetaAllocator::allocFreeSpaceNode):
(WTF::MetaAllocator::freeFreeSpaceNode):
(WTF::MetaAllocator::dumpProfile):

  • wtf/MetaAllocator.h: Renamed from Source/JavaScriptCore/wtf/MetaAllocator.h.

(WTF):
(MetaAllocatorTracker):
(WTF::MetaAllocatorTracker::find):
(MetaAllocator):
(WTF::MetaAllocator::trackAllocations):
(WTF::MetaAllocator::bytesAllocated):
(WTF::MetaAllocator::bytesReserved):
(WTF::MetaAllocator::bytesCommitted):
(Statistics):
(WTF::MetaAllocator::dumpProfile):
(FreeSpaceNode):
(WTF::MetaAllocator::FreeSpaceNode::FreeSpaceNode):
(WTF::MetaAllocator::FreeSpaceNode::key):

  • wtf/MetaAllocatorHandle.h: Renamed from Source/JavaScriptCore/wtf/MetaAllocatorHandle.h.

(WTF):
(MetaAllocatorHandle):
(WTF::MetaAllocatorHandle::start):
(WTF::MetaAllocatorHandle::end):
(WTF::MetaAllocatorHandle::sizeInBytes):
(WTF::MetaAllocatorHandle::isManaged):
(WTF::MetaAllocatorHandle::allocator):
(WTF::MetaAllocatorHandle::ownerUID):
(WTF::MetaAllocatorHandle::key):

  • wtf/NonCopyingSort.h: Renamed from Source/JavaScriptCore/wtf/NonCopyingSort.h.

(WTF):
(WTF::siftDown):
(WTF::heapify):
(WTF::heapSort):
(WTF::nonCopyingSort):

  • wtf/Noncopyable.h: Renamed from Source/JavaScriptCore/wtf/Noncopyable.h.
  • wtf/NotFound.h: Renamed from Source/JavaScriptCore/wtf/NotFound.h.

(WTF):

  • wtf/NullPtr.cpp: Renamed from Source/JavaScriptCore/wtf/NullPtr.cpp.
  • wtf/NullPtr.h: Renamed from Source/JavaScriptCore/wtf/NullPtr.h.
  • wtf/NumberOfCores.cpp: Renamed from Source/JavaScriptCore/wtf/NumberOfCores.cpp.

(WTF):
(WTF::numberOfProcessorCores):

  • wtf/NumberOfCores.h: Renamed from Source/JavaScriptCore/wtf/NumberOfCores.h.

(WTF):

  • wtf/OSAllocator.h: Renamed from Source/JavaScriptCore/wtf/OSAllocator.h.

(WTF):
(OSAllocator):
(WTF::OSAllocator::reserveAndCommit):
(WTF::OSAllocator::decommitAndRelease):
(WTF::OSAllocator::reallocateCommitted):

  • wtf/OSAllocatorPosix.cpp: Renamed from Source/JavaScriptCore/wtf/OSAllocatorPosix.cpp.

(WTF):
(WTF::OSAllocator::reserveUncommitted):
(WTF::OSAllocator::reserveAndCommit):
(WTF::OSAllocator::commit):
(WTF::OSAllocator::decommit):
(WTF::OSAllocator::releaseDecommitted):

  • wtf/OSAllocatorWin.cpp: Renamed from Source/JavaScriptCore/wtf/OSAllocatorWin.cpp.

(WTF):
(WTF::protection):
(WTF::OSAllocator::reserveUncommitted):
(WTF::OSAllocator::reserveAndCommit):
(WTF::OSAllocator::commit):
(WTF::OSAllocator::decommit):
(WTF::OSAllocator::releaseDecommitted):

  • wtf/OSRandomSource.cpp: Renamed from Source/JavaScriptCore/wtf/OSRandomSource.cpp.

(WTF):
(WTF::cryptographicallyRandomValuesFromOS):

  • wtf/OSRandomSource.h: Renamed from Source/JavaScriptCore/wtf/OSRandomSource.h.

(WTF):

  • wtf/OwnArrayPtr.h: Renamed from Source/JavaScriptCore/wtf/OwnArrayPtr.h.

(WTF):
(OwnArrayPtr):
(WTF::OwnArrayPtr::OwnArrayPtr):
(WTF::OwnArrayPtr::~OwnArrayPtr):
(WTF::OwnArrayPtr::get):
(WTF::OwnArrayPtr::operator*):
(WTF::OwnArrayPtr::operator->):
(WTF::OwnArrayPtr::operator[]):
(WTF::OwnArrayPtr::operator!):
(WTF::OwnArrayPtr::operator UnspecifiedBoolType):
(WTF::OwnArrayPtr::operator=):
(WTF::OwnArrayPtr::swap):
(WTF::::OwnArrayPtr):
(WTF::::clear):
(WTF::::release):
(WTF::::leakPtr):
(WTF::=):
(WTF::swap):
(WTF::operator==):
(WTF::operator!=):
(WTF::getPtr):

  • wtf/OwnPtr.h: Renamed from Source/JavaScriptCore/wtf/OwnPtr.h.

(WTF):
(OwnPtr):
(WTF::OwnPtr::OwnPtr):
(WTF::OwnPtr::~OwnPtr):
(WTF::OwnPtr::get):
(WTF::OwnPtr::operator*):
(WTF::OwnPtr::operator->):
(WTF::OwnPtr::operator!):
(WTF::OwnPtr::operator UnspecifiedBoolType):
(WTF::OwnPtr::operator=):
(WTF::OwnPtr::swap):
(WTF::OwnPtr::operator==):
(WTF::OwnPtr::operator!=):
(WTF::::OwnPtr):
(WTF::::clear):
(WTF::::release):
(WTF::::leakPtr):
(WTF::=):
(WTF::swap):
(WTF::operator==):
(WTF::operator!=):
(WTF::getPtr):

  • wtf/OwnPtrCommon.h: Renamed from Source/JavaScriptCore/wtf/OwnPtrCommon.h.

(WTF):
(WTF::deleteOwnedPtr):

  • wtf/PackedIntVector.h: Renamed from Source/JavaScriptCore/wtf/PackedIntVector.h.

(WTF):
(PackedIntVector):
(WTF::PackedIntVector::PackedIntVector):
(WTF::PackedIntVector::operator=):
(WTF::PackedIntVector::size):
(WTF::PackedIntVector::ensureSize):
(WTF::PackedIntVector::resize):
(WTF::PackedIntVector::clearAll):
(WTF::PackedIntVector::get):
(WTF::PackedIntVector::set):
(WTF::PackedIntVector::mask):

  • wtf/PageAllocation.h: Renamed from Source/JavaScriptCore/wtf/PageAllocation.h.

(WTF):
(PageAllocation):
(WTF::PageAllocation::PageAllocation):
(WTF::PageAllocation::operator bool):
(WTF::PageAllocation::allocate):
(WTF::PageAllocation::deallocate):

  • wtf/PageAllocationAligned.cpp: Renamed from Source/JavaScriptCore/wtf/PageAllocationAligned.cpp.

(WTF):
(WTF::PageAllocationAligned::allocate):
(WTF::PageAllocationAligned::deallocate):

  • wtf/PageAllocationAligned.h: Renamed from Source/JavaScriptCore/wtf/PageAllocationAligned.h.

(WTF):
(PageAllocationAligned):
(WTF::PageAllocationAligned::PageAllocationAligned):

  • wtf/PageBlock.cpp: Renamed from Source/JavaScriptCore/wtf/PageBlock.cpp.

(WTF):
(WTF::systemPageSize):
(WTF::pageSize):
(WTF::pageMask):

  • wtf/PageBlock.h: Renamed from Source/JavaScriptCore/wtf/PageBlock.h.

(WTF):
(WTF::isPageAligned):
(WTF::isPowerOfTwo):
(PageBlock):
(WTF::PageBlock::base):
(WTF::PageBlock::size):
(WTF::PageBlock::operator bool):
(WTF::PageBlock::contains):
(WTF::PageBlock::PageBlock):

  • wtf/PageReservation.h: Renamed from Source/JavaScriptCore/wtf/PageReservation.h.

(WTF):
(PageReservation):
(WTF::PageReservation::PageReservation):
(WTF::PageReservation::operator bool):
(WTF::PageReservation::commit):
(WTF::PageReservation::decommit):
(WTF::PageReservation::committed):
(WTF::PageReservation::reserve):
(WTF::PageReservation::reserveWithGuardPages):
(WTF::PageReservation::deallocate):

  • wtf/ParallelJobs.h: Renamed from Source/JavaScriptCore/wtf/ParallelJobs.h.

(WTF):
(ParallelJobs):
(WTF::ParallelJobs::ParallelJobs):
(WTF::ParallelJobs::numberOfJobs):
(WTF::ParallelJobs::parameter):
(WTF::ParallelJobs::execute):

  • wtf/ParallelJobsGeneric.cpp: Renamed from Source/JavaScriptCore/wtf/ParallelJobsGeneric.cpp.

(WTF):
(WTF::ParallelEnvironment::ParallelEnvironment):
(WTF::ParallelEnvironment::execute):
(WTF::ParallelEnvironment::ThreadPrivate::tryLockFor):
(WTF::ParallelEnvironment::ThreadPrivate::execute):
(WTF::ParallelEnvironment::ThreadPrivate::waitForFinish):
(WTF::ParallelEnvironment::ThreadPrivate::workerThread):

  • wtf/ParallelJobsGeneric.h: Renamed from Source/JavaScriptCore/wtf/ParallelJobsGeneric.h.

(WTF):
(ParallelEnvironment):
(WTF::ParallelEnvironment::numberOfJobs):
(ThreadPrivate):
(WTF::ParallelEnvironment::ThreadPrivate::ThreadPrivate):
(WTF::ParallelEnvironment::ThreadPrivate::create):

  • wtf/ParallelJobsLibdispatch.h: Renamed from Source/JavaScriptCore/wtf/ParallelJobsLibdispatch.h.

(WTF):
(ParallelEnvironment):
(WTF::ParallelEnvironment::ParallelEnvironment):
(WTF::ParallelEnvironment::numberOfJobs):
(WTF::ParallelEnvironment::execute):

  • wtf/ParallelJobsOpenMP.h: Renamed from Source/JavaScriptCore/wtf/ParallelJobsOpenMP.h.

(WTF):
(ParallelEnvironment):
(WTF::ParallelEnvironment::ParallelEnvironment):
(WTF::ParallelEnvironment::numberOfJobs):
(WTF::ParallelEnvironment::execute):

  • wtf/PassOwnArrayPtr.h: Renamed from Source/JavaScriptCore/wtf/PassOwnArrayPtr.h.

(WTF):
(PassOwnArrayPtr):
(WTF::PassOwnArrayPtr::PassOwnArrayPtr):
(WTF::PassOwnArrayPtr::~PassOwnArrayPtr):
(WTF::PassOwnArrayPtr::get):
(WTF::PassOwnArrayPtr::operator*):
(WTF::PassOwnArrayPtr::operator->):
(WTF::PassOwnArrayPtr::operator!):
(WTF::PassOwnArrayPtr::operator UnspecifiedBoolType):
(WTF::PassOwnArrayPtr::operator=):
(WTF::::leakPtr):
(WTF::operator==):
(WTF::operator!=):
(WTF::adoptArrayPtr):
(WTF::deleteOwnedArrayPtr):
(WTF::static_pointer_cast):
(WTF::const_pointer_cast):
(WTF::getPtr):

  • wtf/PassOwnPtr.h: Renamed from Source/JavaScriptCore/wtf/PassOwnPtr.h.

(WTF):
(PassOwnPtr):
(WTF::PassOwnPtr::PassOwnPtr):
(WTF::PassOwnPtr::~PassOwnPtr):
(WTF::PassOwnPtr::get):
(WTF::PassOwnPtr::operator*):
(WTF::PassOwnPtr::operator->):
(WTF::PassOwnPtr::operator!):
(WTF::PassOwnPtr::operator UnspecifiedBoolType):
(WTF::PassOwnPtr::operator=):
(WTF::PassOwnPtr::operator==):
(WTF::PassOwnPtr::operator!=):
(WTF::::leakPtr):
(WTF::operator==):
(WTF::operator!=):
(WTF::adoptPtr):
(WTF::static_pointer_cast):
(WTF::const_pointer_cast):
(WTF::getPtr):

  • wtf/PassRefPtr.h: Renamed from Source/JavaScriptCore/wtf/PassRefPtr.h.

(WTF):
(WTF::adopted):
(WTF::refIfNotNull):
(WTF::derefIfNotNull):
(PassRefPtr):
(WTF::PassRefPtr::PassRefPtr):
(WTF::PassRefPtr::~PassRefPtr):
(WTF::PassRefPtr::get):
(WTF::PassRefPtr::operator*):
(WTF::PassRefPtr::operator->):
(WTF::PassRefPtr::operator!):
(WTF::PassRefPtr::operator UnspecifiedBoolType):
(WTF::PassRefPtr::operator=):
(NonNullPassRefPtr):
(WTF::NonNullPassRefPtr::NonNullPassRefPtr):
(WTF::NonNullPassRefPtr::~NonNullPassRefPtr):
(WTF::NonNullPassRefPtr::get):
(WTF::NonNullPassRefPtr::operator*):
(WTF::NonNullPassRefPtr::operator->):
(WTF::NonNullPassRefPtr::operator=):
(WTF::::PassRefPtr):
(WTF::::leakRef):
(WTF::operator==):
(WTF::operator!=):
(WTF::adoptRef):
(WTF::static_pointer_cast):
(WTF::const_pointer_cast):
(WTF::getPtr):

  • wtf/PassTraits.h: Renamed from Source/JavaScriptCore/wtf/PassTraits.h.

(WTF):
(PassTraits):
(WTF::PassTraits::transfer):

  • wtf/PlatformBlackBerry.cmake: Renamed from Source/JavaScriptCore/wtf/PlatformBlackBerry.cmake.
  • wtf/PlatformEfl.cmake: Renamed from Source/JavaScriptCore/wtf/PlatformEfl.cmake.
  • wtf/PlatformWinCE.cmake: Renamed from Source/JavaScriptCore/wtf/PlatformWinCE.cmake.
  • wtf/PossiblyNull.h: Renamed from Source/JavaScriptCore/wtf/PossiblyNull.h.

(WTF):
(WTF::PossiblyNull::PossiblyNull):
(WTF::PossiblyNull::~PossiblyNull):
(PossiblyNull):
(WTF::::getValue):

  • wtf/RandomNumber.cpp: Renamed from Source/JavaScriptCore/wtf/RandomNumber.cpp.

(WTF):
(WTF::randomNumber):

  • wtf/RandomNumber.h: Renamed from Source/JavaScriptCore/wtf/RandomNumber.h.

(WTF):

  • wtf/RandomNumberSeed.h: Renamed from Source/JavaScriptCore/wtf/RandomNumberSeed.h.

(WTF):
(WTF::initializeRandomNumberGenerator):

  • wtf/RedBlackTree.h: Renamed from Source/JavaScriptCore/wtf/RedBlackTree.h.

(WTF):
(RedBlackTree):
(Node):
(WTF::RedBlackTree::Node::successor):
(WTF::RedBlackTree::Node::predecessor):
(WTF::RedBlackTree::Node::reset):
(WTF::RedBlackTree::Node::parent):
(WTF::RedBlackTree::Node::setParent):
(WTF::RedBlackTree::Node::left):
(WTF::RedBlackTree::Node::setLeft):
(WTF::RedBlackTree::Node::right):
(WTF::RedBlackTree::Node::setRight):
(WTF::RedBlackTree::Node::color):
(WTF::RedBlackTree::Node::setColor):
(WTF::RedBlackTree::RedBlackTree):
(WTF::RedBlackTree::insert):
(WTF::RedBlackTree::remove):
(WTF::RedBlackTree::findExact):
(WTF::RedBlackTree::findLeastGreaterThanOrEqual):
(WTF::RedBlackTree::findGreatestLessThanOrEqual):
(WTF::RedBlackTree::first):
(WTF::RedBlackTree::last):
(WTF::RedBlackTree::size):
(WTF::RedBlackTree::isEmpty):
(WTF::RedBlackTree::treeMinimum):
(WTF::RedBlackTree::treeMaximum):
(WTF::RedBlackTree::treeInsert):
(WTF::RedBlackTree::leftRotate):
(WTF::RedBlackTree::rightRotate):
(WTF::RedBlackTree::removeFixup):

  • wtf/RefCounted.h: Renamed from Source/JavaScriptCore/wtf/RefCounted.h.

(WTF):
(RefCountedBase):
(WTF::RefCountedBase::ref):
(WTF::RefCountedBase::hasOneRef):
(WTF::RefCountedBase::refCount):
(WTF::RefCountedBase::turnOffVerifier):
(WTF::RefCountedBase::relaxAdoptionRequirement):
(WTF::RefCountedBase::addressOfCount):
(WTF::RefCountedBase::RefCountedBase):
(WTF::RefCountedBase::~RefCountedBase):
(WTF::RefCountedBase::derefBase):
(WTF::RefCountedBase::deletionHasBegun):
(WTF::adopted):
(RefCounted):
(WTF::RefCounted::deref):
(WTF::RefCounted::RefCounted):
(WTF::RefCounted::~RefCounted):
(RefCountedCustomAllocated):
(WTF::RefCountedCustomAllocated::deref):
(WTF::RefCountedCustomAllocated::~RefCountedCustomAllocated):
(WTF::RefCountedBase::setMutexForVerifier):
(WTF::RefCountedBase::setDispatchQueueForVerifier):

  • wtf/RefCountedArray.h: Renamed from Source/JavaScriptCore/wtf/RefCountedArray.h.

(WTF):
(RefCountedArray):
(WTF::RefCountedArray::RefCountedArray):
(WTF::RefCountedArray::operator=):
(WTF::RefCountedArray::~RefCountedArray):
(WTF::RefCountedArray::size):
(WTF::RefCountedArray::data):
(WTF::RefCountedArray::begin):
(WTF::RefCountedArray::end):
(WTF::RefCountedArray::at):
(WTF::RefCountedArray::operator[]):
(Header):
(WTF::RefCountedArray::Header::size):
(WTF::RefCountedArray::Header::payload):
(WTF::RefCountedArray::Header::fromPayload):

  • wtf/RefCountedLeakCounter.cpp: Renamed from Source/JavaScriptCore/wtf/RefCountedLeakCounter.cpp.

(WTF):
(WTF::RefCountedLeakCounter::suppressMessages):
(WTF::RefCountedLeakCounter::cancelMessageSuppression):
(WTF::RefCountedLeakCounter::RefCountedLeakCounter):
(WTF::RefCountedLeakCounter::~RefCountedLeakCounter):
(WTF::RefCountedLeakCounter::increment):
(WTF::RefCountedLeakCounter::decrement):

  • wtf/RefCountedLeakCounter.h: Renamed from Source/JavaScriptCore/wtf/RefCountedLeakCounter.h.

(WTF):
(RefCountedLeakCounter):

  • wtf/RefPtr.h: Renamed from Source/JavaScriptCore/wtf/RefPtr.h.

(WTF):
(RefPtr):
(WTF::RefPtr::RefPtr):
(WTF::RefPtr::isHashTableDeletedValue):
(WTF::RefPtr::~RefPtr):
(WTF::RefPtr::get):
(WTF::RefPtr::release):
(WTF::RefPtr::operator*):
(WTF::RefPtr::operator->):
(WTF::RefPtr::operator!):
(WTF::RefPtr::operator UnspecifiedBoolType):
(WTF::RefPtr::operator=):
(WTF::RefPtr::hashTableDeletedValue):
(WTF::::RefPtr):
(WTF::::clear):
(WTF::=):
(WTF::::swap):
(WTF::swap):
(WTF::operator==):
(WTF::operator!=):
(WTF::static_pointer_cast):
(WTF::const_pointer_cast):
(WTF::getPtr):

  • wtf/RefPtrHashMap.h: Renamed from Source/JavaScriptCore/wtf/RefPtrHashMap.h.

(WTF):
(WTF::::swap):
(WTF::::size):
(WTF::::capacity):
(WTF::::isEmpty):
(WTF::::begin):
(WTF::::end):
(WTF::::find):
(WTF::::contains):
(WTF::::inlineAdd):
(WTF::::set):
(WTF::::add):
(WTF::::get):
(WTF::::inlineGet):
(WTF::::remove):
(WTF::::clear):
(WTF::::take):

  • wtf/RetainPtr.h: Renamed from Source/JavaScriptCore/wtf/RetainPtr.h.

(WTF):
(WTF::adoptNSReference):
(RetainPtr):
(WTF::RetainPtr::RetainPtr):
(WTF::RetainPtr::isHashTableDeletedValue):
(WTF::RetainPtr::~RetainPtr):
(WTF::RetainPtr::get):
(WTF::RetainPtr::operator->):
(WTF::RetainPtr::operator!):
(WTF::RetainPtr::operator UnspecifiedBoolType):
(WTF::RetainPtr::operator=):
(WTF::RetainPtr::hashTableDeletedValue):
(WTF::::RetainPtr):
(WTF::::clear):
(WTF::::leakRef):
(WTF::=):
(WTF::::adoptCF):
(WTF::::adoptNS):
(WTF::::swap):
(WTF::swap):
(WTF::operator==):
(WTF::operator!=):
(WTF::adoptCF):
(WTF::adoptNS):
(WTF::retainPtr):

  • wtf/SHA1.cpp: Renamed from Source/JavaScriptCore/wtf/SHA1.cpp.

(WTF):
(WTF::testSHA1):
(WTF::expectSHA1):
(WTF::f):
(WTF::k):
(WTF::rotateLeft):
(WTF::SHA1::SHA1):
(WTF::SHA1::addBytes):
(WTF::SHA1::computeHash):
(WTF::SHA1::finalize):
(WTF::SHA1::processBlock):
(WTF::SHA1::reset):

  • wtf/SHA1.h: Renamed from Source/JavaScriptCore/wtf/SHA1.h.

(WTF):
(SHA1):
(WTF::SHA1::addBytes):

  • wtf/SegmentedVector.h: Renamed from Source/JavaScriptCore/wtf/SegmentedVector.h.

(WTF):
(SegmentedVectorIterator):
(WTF::SegmentedVectorIterator::~SegmentedVectorIterator):
(WTF::SegmentedVectorIterator::operator*):
(WTF::SegmentedVectorIterator::operator->):
(WTF::SegmentedVectorIterator::operator++):
(WTF::SegmentedVectorIterator::operator==):
(WTF::SegmentedVectorIterator::operator!=):
(WTF::SegmentedVectorIterator::operator=):
(WTF::SegmentedVectorIterator::SegmentedVectorIterator):
(SegmentedVector):
(WTF::SegmentedVector::SegmentedVector):
(WTF::SegmentedVector::~SegmentedVector):
(WTF::SegmentedVector::size):
(WTF::SegmentedVector::isEmpty):
(WTF::SegmentedVector::at):
(WTF::SegmentedVector::operator[]):
(WTF::SegmentedVector::last):
(WTF::SegmentedVector::append):
(WTF::SegmentedVector::alloc):
(WTF::SegmentedVector::removeLast):
(WTF::SegmentedVector::grow):
(WTF::SegmentedVector::clear):
(WTF::SegmentedVector::begin):
(WTF::SegmentedVector::end):
(WTF::SegmentedVector::deleteAllSegments):
(WTF::SegmentedVector::segmentExistsFor):
(WTF::SegmentedVector::segmentFor):
(WTF::SegmentedVector::subscriptFor):
(WTF::SegmentedVector::ensureSegmentsFor):
(WTF::SegmentedVector::ensureSegment):

  • wtf/SentinelLinkedList.h: Renamed from Source/JavaScriptCore/wtf/SentinelLinkedList.h.

(WTF):
(BasicRawSentinelNode):
(WTF::BasicRawSentinelNode::BasicRawSentinelNode):
(WTF::BasicRawSentinelNode::setPrev):
(WTF::BasicRawSentinelNode::setNext):
(WTF::BasicRawSentinelNode::prev):
(WTF::BasicRawSentinelNode::next):
(WTF::BasicRawSentinelNode::isOnList):
(SentinelLinkedList):
(WTF::SentinelLinkedList::isEmpty):
(WTF::::remove):
(WTF::::SentinelLinkedList):
(WTF::::begin):
(WTF::::end):
(WTF::::push):

  • wtf/SimpleStats.h: Renamed from Source/JavaScriptCore/wtf/SimpleStats.h.

(WTF):
(SimpleStats):
(WTF::SimpleStats::SimpleStats):
(WTF::SimpleStats::add):
(WTF::SimpleStats::operator!):
(WTF::SimpleStats::count):
(WTF::SimpleStats::sum):
(WTF::SimpleStats::sumOfSquares):
(WTF::SimpleStats::mean):
(WTF::SimpleStats::variance):
(WTF::SimpleStats::standardDeviation):

  • wtf/SinglyLinkedList.h: Renamed from Source/JavaScriptCore/wtf/SinglyLinkedList.h.

(WTF):
(SinglyLinkedList):
(WTF::::SinglyLinkedList):
(WTF::::isEmpty):
(WTF::::push):
(WTF::::pop):

  • wtf/SizeLimits.cpp: Renamed from Source/JavaScriptCore/wtf/SizeLimits.cpp.

(WTF):
(SameSizeAsRefCounted):

  • wtf/Spectrum.h: Renamed from Source/JavaScriptCore/wtf/Spectrum.h.

(WTF):
(Spectrum):
(WTF::Spectrum::Spectrum):
(WTF::Spectrum::add):
(WTF::Spectrum::get):
(WTF::Spectrum::begin):
(WTF::Spectrum::end):
(WTF::Spectrum::KeyAndCount::KeyAndCount):
(KeyAndCount):
(WTF::Spectrum::KeyAndCount::operator<):
(WTF::Spectrum::buildList):

  • wtf/StackBounds.cpp: Renamed from Source/JavaScriptCore/wtf/StackBounds.cpp.

(WTF):
(WTF::estimateStackBound):
(WTF::StackBounds::initialize):
(WTF::detectGrowingDownward):
(WTF::isPageWritable):
(WTF::getLowerStackBound):
(WTF::getUpperStackBound):

  • wtf/StackBounds.h: Renamed from Source/JavaScriptCore/wtf/StackBounds.h.

(WTF):
(StackBounds):
(WTF::StackBounds::StackBounds):
(WTF::StackBounds::currentThreadStackBounds):
(WTF::StackBounds::origin):
(WTF::StackBounds::current):
(WTF::StackBounds::recursionLimit):
(WTF::StackBounds::recursionCheck):
(WTF::StackBounds::isGrowingDownward):
(WTF::StackBounds::checkConsistency):

  • wtf/StaticConstructors.h: Renamed from Source/JavaScriptCore/wtf/StaticConstructors.h.
  • wtf/StdLibExtras.h: Renamed from Source/JavaScriptCore/wtf/StdLibExtras.h.

(isPointerTypeAlignmentOkay):
(reinterpret_cast_ptr):
(WTF):
(WTF::isPointerAligned):
(WTF::is8ByteAligned):
(WTF::bitwise_cast):
(WTF::safeCast):
(WTF::bitCount):
(WTF::roundUpToMultipleOf):
(WTF::binarySearch):
(WTF::binarySearchWithFunctor):
(WTF::genericBinarySearch):
(operator new):

  • wtf/StringExtras.cpp: Renamed from Source/JavaScriptCore/wtf/StringExtras.cpp.

(strcasecmp):
(strncasecmp):

  • wtf/StringExtras.h: Renamed from Source/JavaScriptCore/wtf/StringExtras.h.

(snprintf):
(wtf_vsnprintf):
(strnicmp):
(stricmp):
(strdup):
(strncasecmp):
(strcasecmp):
(strnstr):

  • wtf/StringHasher.h: Renamed from Source/JavaScriptCore/wtf/StringHasher.h.

(WTF):
(StringHasher):
(WTF::StringHasher::StringHasher):
(WTF::StringHasher::addCharacters):
(WTF::StringHasher::addCharacter):
(WTF::StringHasher::hash):
(WTF::StringHasher::computeHash):
(WTF::StringHasher::hashMemory):
(WTF::StringHasher::defaultConverter):
(WTF::StringHasher::addCharactersToHash):

  • wtf/TCPackedCache.h: Renamed from Source/JavaScriptCore/wtf/TCPackedCache.h.

(PackedCache):
(PackedCache::PackedCache):
(PackedCache::Put):
(PackedCache::Has):
(PackedCache::GetOrDefault):
(PackedCache::Clear):
(PackedCache::EntryToValue):
(PackedCache::EntryToUpper):
(PackedCache::KeyToUpper):
(PackedCache::UpperToPartialKey):
(PackedCache::Hash):
(PackedCache::KeyMatch):

  • wtf/TCPageMap.h: Renamed from Source/JavaScriptCore/wtf/TCPageMap.h.

(TCMalloc_PageMap1):
(TCMalloc_PageMap1::init):
(TCMalloc_PageMap1::Ensure):
(TCMalloc_PageMap1::PreallocateMoreMemory):
(TCMalloc_PageMap1::get):
(TCMalloc_PageMap1::set):
(TCMalloc_PageMap2):
(Leaf):
(TCMalloc_PageMap2::init):
(TCMalloc_PageMap2::get):
(TCMalloc_PageMap2::set):
(TCMalloc_PageMap2::Ensure):
(TCMalloc_PageMap2::PreallocateMoreMemory):
(TCMalloc_PageMap2::visitValues):
(TCMalloc_PageMap2::visitAllocations):
(TCMalloc_PageMap3):
(Node):
(TCMalloc_PageMap3::NewNode):
(TCMalloc_PageMap3::init):
(TCMalloc_PageMap3::get):
(TCMalloc_PageMap3::set):
(TCMalloc_PageMap3::Ensure):
(TCMalloc_PageMap3::PreallocateMoreMemory):
(TCMalloc_PageMap3::visitValues):
(TCMalloc_PageMap3::visitAllocations):

  • wtf/TCSpinLock.h: Renamed from Source/JavaScriptCore/wtf/TCSpinLock.h.

(TCMalloc_SpinLock):
(TCMalloc_SpinLock::Lock):
(TCMalloc_SpinLock::Unlock):
(TCMalloc_SpinLock::IsHeld):
(TCMalloc_SpinLock::Init):
(TCMalloc_SpinLock::Finalize):
(TCMalloc_SlowLock):
(TCMalloc_SpinLockHolder):
(TCMalloc_SpinLockHolder::TCMalloc_SpinLockHolder):
(TCMalloc_SpinLockHolder::~TCMalloc_SpinLockHolder):

  • wtf/TCSystemAlloc.cpp: Renamed from Source/JavaScriptCore/wtf/TCSystemAlloc.cpp.

(TrySbrk):
(TryMmap):
(TryVirtualAlloc):
(TryDevMem):
(TCMalloc_SystemAlloc):
(TCMalloc_SystemRelease):
(TCMalloc_SystemCommit):

  • wtf/TCSystemAlloc.h: Renamed from Source/JavaScriptCore/wtf/TCSystemAlloc.h.

(TCMalloc_SystemRelease):
(TCMalloc_SystemCommit):

  • wtf/TemporaryChange.h: Renamed from Source/JavaScriptCore/wtf/TemporaryChange.h.

(WTF):
(TemporaryChange):
(WTF::TemporaryChange::TemporaryChange):
(WTF::TemporaryChange::~TemporaryChange):

  • wtf/ThreadFunctionInvocation.h: Renamed from Source/JavaScriptCore/wtf/ThreadFunctionInvocation.h.

(WTF):
(WTF::ThreadFunctionInvocation::ThreadFunctionInvocation):
(ThreadFunctionInvocation):

  • wtf/ThreadIdentifierDataPthreads.cpp: Renamed from Source/JavaScriptCore/wtf/ThreadIdentifierDataPthreads.cpp.

(WTF):
(WTF::ThreadIdentifierData::~ThreadIdentifierData):
(WTF::ThreadIdentifierData::initializeOnce):
(WTF::ThreadIdentifierData::identifier):
(WTF::ThreadIdentifierData::initialize):
(WTF::ThreadIdentifierData::destruct):

  • wtf/ThreadIdentifierDataPthreads.h: Renamed from Source/JavaScriptCore/wtf/ThreadIdentifierDataPthreads.h.

(WTF):
(ThreadIdentifierData):
(WTF::ThreadIdentifierData::ThreadIdentifierData):

  • wtf/ThreadRestrictionVerifier.h: Renamed from Source/JavaScriptCore/wtf/ThreadRestrictionVerifier.h.

(WTF):
(ThreadRestrictionVerifier):
(WTF::ThreadRestrictionVerifier::ThreadRestrictionVerifier):
(WTF::ThreadRestrictionVerifier::~ThreadRestrictionVerifier):
(WTF::ThreadRestrictionVerifier::setMutexMode):
(WTF::ThreadRestrictionVerifier::setDispatchQueueMode):
(WTF::ThreadRestrictionVerifier::turnOffVerification):
(WTF::ThreadRestrictionVerifier::setShared):
(WTF::ThreadRestrictionVerifier::isSafeToUse):

  • wtf/ThreadSafeRefCounted.h: Renamed from Source/JavaScriptCore/wtf/ThreadSafeRefCounted.h.

(WTF):
(ThreadSafeRefCountedBase):
(WTF::ThreadSafeRefCountedBase::ThreadSafeRefCountedBase):
(WTF::ThreadSafeRefCountedBase::ref):
(WTF::ThreadSafeRefCountedBase::hasOneRef):
(WTF::ThreadSafeRefCountedBase::refCount):
(WTF::ThreadSafeRefCountedBase::derefBase):
(ThreadSafeRefCounted):
(WTF::ThreadSafeRefCounted::deref):
(WTF::ThreadSafeRefCounted::ThreadSafeRefCounted):

  • wtf/ThreadSpecific.h: Renamed from Source/JavaScriptCore/wtf/ThreadSpecific.h.

(WTF):
(ThreadSpecific):
(Data):
(WTF::ThreadSpecific::Data::Data):
(WTF::::ThreadSpecific):
(WTF::::get):
(WTF::::set):
(WTF::::~ThreadSpecific):
(WTF::::destroy):
(WTF::::isSet):
(WTF::T):
(WTF::::operator):

  • wtf/ThreadSpecificWin.cpp: Renamed from Source/JavaScriptCore/wtf/ThreadSpecificWin.cpp.

(WTF):
(WTF::tlsKeyCount):
(WTF::tlsKeys):
(WTF::ThreadSpecificThreadExit):

  • wtf/Threading.cpp: Renamed from Source/JavaScriptCore/wtf/Threading.cpp.

(WTF):
(NewThreadContext):
(WTF::NewThreadContext::NewThreadContext):
(WTF::threadEntryPoint):
(WTF::createThread):
(WTF::ThreadFunctionWithReturnValueInvocation::ThreadFunctionWithReturnValueInvocation):
(ThreadFunctionWithReturnValueInvocation):
(WTF::compatEntryPoint):
(WTF::waitForThreadCompletion):

  • wtf/Threading.h: Renamed from Source/JavaScriptCore/wtf/Threading.h.

(WTF):

  • wtf/ThreadingNone.cpp: Renamed from Source/JavaScriptCore/wtf/ThreadingNone.cpp.
  • wtf/ThreadingPrimitives.h: Renamed from Source/JavaScriptCore/wtf/ThreadingPrimitives.h.

(WTF):
(PlatformMutex):
(PlatformCondition):
(Mutex):
(WTF::Mutex::impl):
(ReadWriteLock):
(ThreadCondition):

  • wtf/ThreadingPthreads.cpp: Renamed from Source/JavaScriptCore/wtf/ThreadingPthreads.cpp.

(WTF):
(WTF::threadMapMutex):
(WTF::initializeThreading):
(WTF::lockAtomicallyInitializedStaticMutex):
(WTF::unlockAtomicallyInitializedStaticMutex):
(WTF::threadMap):
(WTF::identifierByPthreadHandle):
(WTF::establishIdentifierForPthreadHandle):
(WTF::pthreadHandleForIdentifier):
(WTF::clearPthreadHandleForIdentifier):
(WTF::wtfThreadEntryPoint):
(WTF::createThreadInternal):
(WTF::initializeCurrentThreadInternal):
(WTF::waitForThreadCompletion):
(WTF::detachThread):
(WTF::yield):
(WTF::currentThread):
(WTF::Mutex::Mutex):
(WTF::Mutex::~Mutex):
(WTF::Mutex::lock):
(WTF::Mutex::tryLock):
(WTF::Mutex::unlock):
(WTF::ReadWriteLock::ReadWriteLock):
(WTF::ReadWriteLock::~ReadWriteLock):
(WTF::ReadWriteLock::readLock):
(WTF::ReadWriteLock::tryReadLock):
(WTF::ReadWriteLock::writeLock):
(WTF::ReadWriteLock::tryWriteLock):
(WTF::ReadWriteLock::unlock):
(WTF::ThreadCondition::ThreadCondition):
(WTF::ThreadCondition::~ThreadCondition):
(WTF::ThreadCondition::wait):
(WTF::ThreadCondition::timedWait):
(WTF::ThreadCondition::signal):
(WTF::ThreadCondition::broadcast):

  • wtf/ThreadingWin.cpp: Renamed from Source/JavaScriptCore/wtf/ThreadingWin.cpp.

(WTF):
(tagTHREADNAME_INFO):
(WTF::initializeCurrentThreadInternal):
(WTF::lockAtomicallyInitializedStaticMutex):
(WTF::unlockAtomicallyInitializedStaticMutex):
(WTF::threadMapMutex):
(WTF::initializeThreading):
(WTF::threadMap):
(WTF::storeThreadHandleByIdentifier):
(WTF::threadHandleForIdentifier):
(WTF::clearThreadHandleForIdentifier):
(WTF::wtfThreadEntryPoint):
(WTF::createThreadInternal):
(WTF::waitForThreadCompletion):
(WTF::detachThread):
(WTF::yield):
(WTF::currentThread):
(WTF::Mutex::Mutex):
(WTF::Mutex::~Mutex):
(WTF::Mutex::lock):
(WTF::Mutex::tryLock):
(WTF::Mutex::unlock):
(WTF::PlatformCondition::timedWait):
(WTF::PlatformCondition::signal):
(WTF::ThreadCondition::ThreadCondition):
(WTF::ThreadCondition::~ThreadCondition):
(WTF::ThreadCondition::wait):
(WTF::ThreadCondition::timedWait):
(WTF::ThreadCondition::signal):
(WTF::ThreadCondition::broadcast):
(WTF::absoluteTimeToWaitTimeoutInterval):

  • wtf/TypeTraits.cpp: Renamed from Source/JavaScriptCore/wtf/TypeTraits.cpp.

(WTF):

  • wtf/TypeTraits.h: Renamed from Source/JavaScriptCore/wtf/TypeTraits.h.

(WTF):
(IsConvertibleToInteger):
(IsArray):
(IsSameType):
(IsSubclass):
(NoType):
(IsSubclassOfTemplate):
(RemoveTemplate):
(RemoveConst):
(RemoveVolatile):
(RemoveConstVolatile):
(RemovePointer):
(RemoveReference):
(RemoveExtent):
(DecayArray):
(IntegralConstant):

  • wtf/TypedArrayBase.h: Renamed from Source/JavaScriptCore/wtf/TypedArrayBase.h.

(WTF):
(TypedArrayBase):
(WTF::TypedArrayBase::data):
(WTF::TypedArrayBase::set):
(WTF::TypedArrayBase::setRange):
(WTF::TypedArrayBase::zeroRange):
(WTF::TypedArrayBase::length):
(WTF::TypedArrayBase::byteLength):
(WTF::TypedArrayBase::TypedArrayBase):
(WTF::TypedArrayBase::create):
(WTF::TypedArrayBase::subarrayImpl):
(WTF::TypedArrayBase::neuter):

  • wtf/Uint16Array.h: Renamed from Source/JavaScriptCore/wtf/Uint16Array.h.

(WTF):
(Uint16Array):
(WTF::Uint16Array::set):
(WTF::Uint16Array::isUnsignedShortArray):
(WTF::Uint16Array::create):
(WTF::Uint16Array::Uint16Array):
(WTF::Uint16Array::subarray):

  • wtf/Uint32Array.h: Renamed from Source/JavaScriptCore/wtf/Uint32Array.h.

(WTF):
(Uint32Array):
(WTF::Uint32Array::set):
(WTF::Uint32Array::isUnsignedIntArray):
(WTF::Uint32Array::create):
(WTF::Uint32Array::Uint32Array):
(WTF::Uint32Array::subarray):

  • wtf/Uint8Array.h: Renamed from Source/JavaScriptCore/wtf/Uint8Array.h.

(WTF):
(Uint8Array):
(WTF::Uint8Array::set):
(WTF::Uint8Array::isUnsignedByteArray):
(WTF::Uint8Array::create):
(WTF::Uint8Array::Uint8Array):
(WTF::Uint8Array::subarray):

  • wtf/Uint8ClampedArray.h: Renamed from Source/JavaScriptCore/wtf/Uint8ClampedArray.h.

(WTF):
(Uint8ClampedArray):
(WTF::Uint8ClampedArray::set):
(WTF::Uint8ClampedArray::isUnsignedByteClampedArray):
(WTF::Uint8ClampedArray::create):
(WTF::Uint8ClampedArray::Uint8ClampedArray):
(WTF::Uint8ClampedArray::subarray):

  • wtf/UnionFind.h: Renamed from Source/JavaScriptCore/wtf/UnionFind.h.

(WTF):
(UnionFind):
(WTF::UnionFind::UnionFind):
(WTF::UnionFind::find):
(WTF::UnionFind::unify):

  • wtf/UnusedParam.h: Renamed from Source/JavaScriptCore/wtf/UnusedParam.h.

(unusedParam):

  • wtf/VMTags.h: Renamed from Source/JavaScriptCore/wtf/VMTags.h.
  • wtf/ValueCheck.h: Renamed from Source/JavaScriptCore/wtf/ValueCheck.h.

(WTF):
(ValueCheck):
(WTF::ValueCheck::checkConsistency):

  • wtf/Vector.h: Renamed from Source/JavaScriptCore/wtf/Vector.h.

(WTF):
(WTF::VectorTypeOperations::destruct):
(VectorTypeOperations):
(WTF::VectorTypeOperations::initialize):
(WTF::VectorTypeOperations::move):
(WTF::VectorTypeOperations::moveOverlapping):
(WTF::VectorTypeOperations::uninitializedCopy):
(WTF::VectorTypeOperations::uninitializedFill):
(WTF::VectorTypeOperations::compare):
(VectorBufferBase):
(WTF::VectorBufferBase::allocateBuffer):
(WTF::VectorBufferBase::tryAllocateBuffer):
(WTF::VectorBufferBase::deallocateBuffer):
(WTF::VectorBufferBase::buffer):
(WTF::VectorBufferBase::bufferSlot):
(WTF::VectorBufferBase::capacity):
(WTF::VectorBufferBase::releaseBuffer):
(WTF::VectorBufferBase::VectorBufferBase):
(WTF::VectorBufferBase::~VectorBufferBase):
(VectorBuffer):
(WTF::VectorBuffer::VectorBuffer):
(WTF::VectorBuffer::~VectorBuffer):
(WTF::VectorBuffer::allocateBuffer):
(WTF::VectorBuffer::tryAllocateBuffer):
(WTF::VectorBuffer::deallocateBuffer):
(WTF::VectorBuffer::swap):
(WTF::VectorBuffer::restoreInlineBufferIfNeeded):
(WTF::VectorBuffer::releaseBuffer):
(WTF::VectorBuffer::inlineBuffer):
(Vector):
(WTF::Vector::Vector):
(WTF::Vector::~Vector):
(WTF::Vector::size):
(WTF::Vector::capacity):
(WTF::Vector::isEmpty):
(WTF::Vector::at):
(WTF::Vector::operator[]):
(WTF::Vector::data):
(WTF::Vector::dataSlot):
(WTF::Vector::begin):
(WTF::Vector::end):
(WTF::Vector::rbegin):
(WTF::Vector::rend):
(WTF::Vector::reversed):
(WTF::Vector::first):
(WTF::Vector::last):
(WTF::Vector::shrinkToFit):
(WTF::Vector::clear):
(WTF::Vector::removeLast):
(WTF::Vector::fill):
(WTF::Vector::swap):
(VectorReverseProxy):
(WTF::Vector::VectorReverseProxy::begin):
(WTF::Vector::VectorReverseProxy::end):
(WTF::operator<<):
(WTF::operator>>):
(WTF::::Vector):
(WTF::=):
(WTF::typelessPointersAreEqual):
(WTF::::contains):
(WTF::::find):
(WTF::::reverseFind):
(WTF::::fill):
(WTF::::appendRange):
(WTF::::expandCapacity):
(WTF::::tryExpandCapacity):
(WTF::::resize):
(WTF::::shrink):
(WTF::::grow):
(WTF::::reserveCapacity):
(WTF::::tryReserveCapacity):
(WTF::::reserveInitialCapacity):
(WTF::::shrinkCapacity):
(WTF::::append):
(WTF::::tryAppend):
(WTF::::appendSlowCase):
(WTF::::uncheckedAppend):
(WTF::::insert):
(WTF::::prepend):
(WTF::::remove):
(WTF::::reverse):
(WTF::::releaseBuffer):
(WTF::::checkConsistency):
(WTF::deleteAllValues):
(WTF::swap):
(WTF::operator==):
(WTF::operator!=):

  • wtf/VectorTraits.h: Renamed from Source/JavaScriptCore/wtf/VectorTraits.h.

(WTF):
(SimpleClassVectorTraits):

  • wtf/WTFThreadData.cpp: Renamed from Source/JavaScriptCore/wtf/WTFThreadData.cpp.

(WTF):
(WTF::WTFThreadData::WTFThreadData):
(WTF::WTFThreadData::~WTFThreadData):
(JSC):
(JSC::IdentifierTable::~IdentifierTable):
(JSC::IdentifierTable::add):

  • wtf/WTFThreadData.h: Renamed from Source/JavaScriptCore/wtf/WTFThreadData.h.

(JSC):
(IdentifierTable):
(JSC::IdentifierTable::remove):
(JSC::IdentifierTable::literalTable):
(WTF):
(WTFThreadData):
(WTF::WTFThreadData::atomicStringTable):
(WTF::WTFThreadData::currentIdentifierTable):
(WTF::WTFThreadData::setCurrentIdentifierTable):
(WTF::WTFThreadData::resetCurrentIdentifierTable):
(WTF::WTFThreadData::stack):
(WTF::wtfThreadData):

  • wtf/blackberry/MainThreadBlackBerry.cpp: Renamed from Source/JavaScriptCore/wtf/blackberry/MainThreadBlackBerry.cpp.

(WTF):
(WTF::initializeMainThreadPlatform):
(WTF::scheduleDispatchFunctionsOnMainThread):

  • wtf/chromium/ChromiumThreading.h: Renamed from Source/JavaScriptCore/wtf/chromium/ChromiumThreading.h.

(WTF):
(ChromiumThreading):

  • wtf/chromium/MainThreadChromium.cpp: Renamed from Source/JavaScriptCore/wtf/chromium/MainThreadChromium.cpp.

(WTF):
(WTF::initializeMainThread):
(WTF::callOnMainThread):
(WTF::callOnMainThreadAndWait):
(WTF::setMainThreadCallbacksPaused):
(WTF::isMainThread):

  • wtf/dtoa.cpp: Renamed from Source/JavaScriptCore/wtf/dtoa.cpp.

(WTF):
(WTF::storeInc):
(WTF::BigInt::BigInt):
(BigInt):
(WTF::BigInt::clear):
(WTF::BigInt::size):
(WTF::BigInt::resize):
(WTF::BigInt::words):
(WTF::BigInt::append):
(WTF::multadd):
(WTF::hi0bits):
(WTF::lo0bits):
(WTF::i2b):
(WTF::mult):
(P5Node):
(WTF::P5Node::P5Node):
(WTF::pow5mult):
(WTF::lshift):
(WTF::cmp):
(WTF::diff):
(WTF::d2b):
(WTF::strtod):
(WTF::quorem):
(WTF::dtoa):

  • wtf/dtoa.h: Renamed from Source/JavaScriptCore/wtf/dtoa.h.

(WTF):

  • wtf/dtoa/COPYING: Renamed from Source/JavaScriptCore/wtf/dtoa/COPYING.
  • wtf/dtoa/LICENSE: Renamed from Source/JavaScriptCore/wtf/dtoa/LICENSE.
  • wtf/dtoa/README: Renamed from Source/JavaScriptCore/wtf/dtoa/README.
  • wtf/dtoa/bignum-dtoa.cc: Renamed from Source/JavaScriptCore/wtf/dtoa/bignum-dtoa.cc.
  • wtf/dtoa/bignum-dtoa.h: Renamed from Source/JavaScriptCore/wtf/dtoa/bignum-dtoa.h.

(WTF):
(double_conversion):

  • wtf/dtoa/bignum.cc: Renamed from Source/JavaScriptCore/wtf/dtoa/bignum.cc.
  • wtf/dtoa/bignum.h: Renamed from Source/JavaScriptCore/wtf/dtoa/bignum.h.

(WTF):
(double_conversion):
(Bignum):
(WTF::double_conversion::Bignum::Times10):
(WTF::double_conversion::Bignum::Equal):
(WTF::double_conversion::Bignum::LessEqual):
(WTF::double_conversion::Bignum::Less):
(WTF::double_conversion::Bignum::PlusEqual):
(WTF::double_conversion::Bignum::PlusLessEqual):
(WTF::double_conversion::Bignum::PlusLess):
(WTF::double_conversion::Bignum::EnsureCapacity):
(WTF::double_conversion::Bignum::BigitLength):

  • wtf/dtoa/cached-powers.cc: Renamed from Source/JavaScriptCore/wtf/dtoa/cached-powers.cc.
  • wtf/dtoa/cached-powers.h: Renamed from Source/JavaScriptCore/wtf/dtoa/cached-powers.h.

(WTF):
(double_conversion):
(PowersOfTenCache):

  • wtf/dtoa/diy-fp.cc: Renamed from Source/JavaScriptCore/wtf/dtoa/diy-fp.cc.
  • wtf/dtoa/diy-fp.h: Renamed from Source/JavaScriptCore/wtf/dtoa/diy-fp.h.

(WTF):
(double_conversion):
(DiyFp):
(WTF::double_conversion::DiyFp::DiyFp):
(WTF::double_conversion::DiyFp::Subtract):
(WTF::double_conversion::DiyFp::Minus):
(WTF::double_conversion::DiyFp::Times):
(WTF::double_conversion::DiyFp::Normalize):
(WTF::double_conversion::DiyFp::f):
(WTF::double_conversion::DiyFp::e):
(WTF::double_conversion::DiyFp::set_f):
(WTF::double_conversion::DiyFp::set_e):

  • wtf/dtoa/double-conversion.cc: Renamed from Source/JavaScriptCore/wtf/dtoa/double-conversion.cc.
  • wtf/dtoa/double-conversion.h: Renamed from Source/JavaScriptCore/wtf/dtoa/double-conversion.h.

(WTF):
(double_conversion):
(DoubleToStringConverter):
(WTF::double_conversion::DoubleToStringConverter::DoubleToStringConverter):
(StringToDoubleConverter):
(WTF::double_conversion::StringToDoubleConverter::StringToDoubleConverter):

  • wtf/dtoa/double.h: Renamed from Source/JavaScriptCore/wtf/dtoa/double.h.

(WTF):
(double_conversion):
(WTF::double_conversion::double_to_uint64):
(WTF::double_conversion::uint64_to_double):
(Double):
(WTF::double_conversion::Double::Double):
(WTF::double_conversion::Double::AsDiyFp):
(WTF::double_conversion::Double::AsNormalizedDiyFp):
(WTF::double_conversion::Double::AsUint64):
(WTF::double_conversion::Double::NextDouble):
(WTF::double_conversion::Double::Exponent):
(WTF::double_conversion::Double::Significand):
(WTF::double_conversion::Double::IsDenormal):
(WTF::double_conversion::Double::IsSpecial):
(WTF::double_conversion::Double::IsNan):
(WTF::double_conversion::Double::IsInfinite):
(WTF::double_conversion::Double::Sign):
(WTF::double_conversion::Double::UpperBoundary):
(WTF::double_conversion::Double::NormalizedBoundaries):
(WTF::double_conversion::Double::value):
(WTF::double_conversion::Double::SignificandSizeForOrderOfMagnitude):
(WTF::double_conversion::Double::Infinity):
(WTF::double_conversion::Double::NaN):
(WTF::double_conversion::Double::DiyFpToUint64):

  • wtf/dtoa/fast-dtoa.cc: Renamed from Source/JavaScriptCore/wtf/dtoa/fast-dtoa.cc.
  • wtf/dtoa/fast-dtoa.h: Renamed from Source/JavaScriptCore/wtf/dtoa/fast-dtoa.h.

(WTF):
(double_conversion):

  • wtf/dtoa/fixed-dtoa.cc: Renamed from Source/JavaScriptCore/wtf/dtoa/fixed-dtoa.cc.
  • wtf/dtoa/fixed-dtoa.h: Renamed from Source/JavaScriptCore/wtf/dtoa/fixed-dtoa.h.

(WTF):
(double_conversion):

  • wtf/dtoa/strtod.cc: Renamed from Source/JavaScriptCore/wtf/dtoa/strtod.cc.
  • wtf/dtoa/strtod.h: Renamed from Source/JavaScriptCore/wtf/dtoa/strtod.h.

(WTF):
(double_conversion):

  • wtf/dtoa/utils.h: Renamed from Source/JavaScriptCore/wtf/dtoa/utils.h.

(WTF):
(double_conversion):
(WTF::double_conversion::Max):
(WTF::double_conversion::Min):
(WTF::double_conversion::StrLength):
(Vector):
(WTF::double_conversion::Vector::Vector):
(WTF::double_conversion::Vector::SubVector):
(WTF::double_conversion::Vector::length):
(WTF::double_conversion::Vector::is_empty):
(WTF::double_conversion::Vector::start):
(WTF::double_conversion::Vector::operator[]):
(WTF::double_conversion::Vector::first):
(WTF::double_conversion::Vector::last):
(StringBuilder):
(WTF::double_conversion::StringBuilder::StringBuilder):
(WTF::double_conversion::StringBuilder::~StringBuilder):
(WTF::double_conversion::StringBuilder::size):
(WTF::double_conversion::StringBuilder::position):
(WTF::double_conversion::StringBuilder::SetPosition):
(WTF::double_conversion::StringBuilder::Reset):
(WTF::double_conversion::StringBuilder::AddCharacter):
(WTF::double_conversion::StringBuilder::AddString):
(WTF::double_conversion::StringBuilder::AddSubstring):
(WTF::double_conversion::StringBuilder::AddPadding):
(WTF::double_conversion::StringBuilder::Finalize):
(WTF::double_conversion::StringBuilder::is_finalized):
(WTF::double_conversion::BitCast):

  • wtf/efl/MainThreadEfl.cpp: Renamed from Source/JavaScriptCore/wtf/efl/MainThreadEfl.cpp.

(WTF):
(WTF::pipeObject):
(WTF::monitorDispatchFunctions):
(WTF::initializeMainThreadPlatform):
(WTF::scheduleDispatchFunctionsOnMainThread):

  • wtf/efl/OwnPtrEfl.cpp: Renamed from Source/JavaScriptCore/wtf/efl/OwnPtrEfl.cpp.

(WTF):
(WTF::deleteOwnedPtr):

  • wtf/gobject/GOwnPtr.cpp: Renamed from Source/JavaScriptCore/wtf/gobject/GOwnPtr.cpp.

(WTF):
(WTF::GError):
(WTF::GList):
(WTF::GSList):
(WTF::GPatternSpec):
(WTF::GDir):
(WTF::GTimer):
(WTF::GKeyFile):

  • wtf/gobject/GOwnPtr.h: Renamed from Source/JavaScriptCore/wtf/gobject/GOwnPtr.h.

(WTF):
(GOwnPtr):
(WTF::GOwnPtr::GOwnPtr):
(WTF::GOwnPtr::~GOwnPtr):
(WTF::GOwnPtr::get):
(WTF::GOwnPtr::release):
(WTF::GOwnPtr::outPtr):
(WTF::GOwnPtr::set):
(WTF::GOwnPtr::clear):
(WTF::GOwnPtr::operator*):
(WTF::GOwnPtr::operator->):
(WTF::GOwnPtr::operator!):
(WTF::GOwnPtr::operator UnspecifiedBoolType):
(WTF::GOwnPtr::swap):
(WTF::swap):
(WTF::operator==):
(WTF::operator!=):
(WTF::getPtr):
(WTF::freeOwnedGPtr):

  • wtf/gobject/GRefPtr.cpp: Renamed from Source/JavaScriptCore/wtf/gobject/GRefPtr.cpp.

(WTF):
(WTF::refGPtr):
(WTF::derefGPtr):
(_GVariant):

  • wtf/gobject/GRefPtr.h: Renamed from Source/JavaScriptCore/wtf/gobject/GRefPtr.h.

(WTF):
(GRefPtr):
(WTF::GRefPtr::GRefPtr):
(WTF::GRefPtr::~GRefPtr):
(WTF::GRefPtr::clear):
(WTF::GRefPtr::isHashTableDeletedValue):
(WTF::GRefPtr::get):
(WTF::GRefPtr::operator*):
(WTF::GRefPtr::operator->):
(WTF::GRefPtr::operator!):
(WTF::GRefPtr::operator UnspecifiedBoolType):
(WTF::GRefPtr::hashTableDeletedValue):
(WTF::=):
(WTF::::swap):
(WTF::swap):
(WTF::operator==):
(WTF::operator!=):
(WTF::static_pointer_cast):
(WTF::const_pointer_cast):
(WTF::getPtr):
(WTF::adoptGRef):
(WTF::refGPtr):
(WTF::derefGPtr):

  • wtf/gobject/GTypedefs.h: Renamed from Source/JavaScriptCore/wtf/gobject/GTypedefs.h.
  • wtf/gobject/GlibUtilities.cpp: Renamed from Source/JavaScriptCore/wtf/gobject/GlibUtilities.cpp.

(getCurrentExecutablePath):

  • wtf/gobject/GlibUtilities.h: Renamed from Source/JavaScriptCore/wtf/gobject/GlibUtilities.h.
  • wtf/gtk/MainThreadGtk.cpp: Renamed from Source/JavaScriptCore/wtf/gtk/MainThreadGtk.cpp.

(WTF):
(WTF::initializeMainThreadPlatform):
(WTF::timeoutFired):
(WTF::scheduleDispatchFunctionsOnMainThread):

  • wtf/mac/MainThreadMac.mm: Renamed from Source/JavaScriptCore/wtf/mac/MainThreadMac.mm.

(-[JSWTFMainThreadCaller call]):
(WTF):
(WTF::initializeMainThreadPlatform):
(WTF::initializeMainThreadToProcessMainThreadPlatform):
(WTF::timerFired):
(WTF::postTimer):
(WTF::scheduleDispatchFunctionsOnMainThread):
(WTF::isMainThread):

  • wtf/qt/MainThreadQt.cpp: Renamed from Source/JavaScriptCore/wtf/qt/MainThreadQt.cpp.

(WTF):
(MainThreadInvoker):
(WTF::MainThreadInvoker::MainThreadInvoker):
(WTF::MainThreadInvoker::event):
(WTF::initializeMainThreadPlatform):
(WTF::scheduleDispatchFunctionsOnMainThread):

  • wtf/qt/StringQt.cpp: Renamed from Source/JavaScriptCore/wtf/qt/StringQt.cpp.

(WTF):
(WTF::String::String):
(WTF::String::operator QString):
(WTF::operator<<):
(WTF::operator>>):

  • wtf/qt/UtilsQt.h: Renamed from Source/JavaScriptCore/wtf/qt/UtilsQt.h.

(escapeHtml):

  • wtf/qt/compat/QGuiApplication: Renamed from Source/JavaScriptCore/wtf/qt/compat/QGuiApplication.
  • wtf/qt/compat/qguiapplication.h: Renamed from Source/JavaScriptCore/wtf/qt/compat/qguiapplication.h.

(QGuiApplication):
(QGuiApplication::styleHints):

  • wtf/text/ASCIIFastPath.h: Renamed from Source/JavaScriptCore/wtf/text/ASCIIFastPath.h.

(WTF):
(WTF::isAlignedToMachineWord):
(WTF::alignToMachineWord):
(WTF::isAllASCII):
(WTF::charactersAreAllASCII):

  • wtf/text/AtomicString.cpp: Renamed from Source/JavaScriptCore/wtf/text/AtomicString.cpp.

(WTF):
(AtomicStringTable):
(WTF::AtomicStringTable::create):
(WTF::AtomicStringTable::table):
(WTF::AtomicStringTable::destroy):
(WTF::stringTable):
(WTF::addToStringTable):
(WTF::CStringTranslator::hash):
(CStringTranslator):
(WTF::CStringTranslator::equal):
(WTF::CStringTranslator::translate):
(WTF::AtomicString::add):
(UCharBuffer):
(WTF::UCharBufferTranslator::hash):
(UCharBufferTranslator):
(WTF::UCharBufferTranslator::equal):
(WTF::UCharBufferTranslator::translate):
(HashAndCharacters):
(WTF::HashAndCharactersTranslator::hash):
(HashAndCharactersTranslator):
(WTF::HashAndCharactersTranslator::equal):
(WTF::HashAndCharactersTranslator::translate):
(HashAndUTF8Characters):
(WTF::HashAndUTF8CharactersTranslator::hash):
(HashAndUTF8CharactersTranslator):
(WTF::HashAndUTF8CharactersTranslator::equal):
(WTF::HashAndUTF8CharactersTranslator::translate):
(SubstringLocation):
(WTF::SubstringTranslator::hash):
(SubstringTranslator):
(WTF::SubstringTranslator::equal):
(WTF::SubstringTranslator::translate):
(WTF::AtomicString::addSlowCase):
(WTF::AtomicString::find):
(WTF::AtomicString::remove):
(WTF::AtomicString::lower):
(WTF::AtomicString::fromUTF8Internal):
(WTF::AtomicString::show):

  • wtf/text/AtomicString.h: Renamed from Source/JavaScriptCore/wtf/text/AtomicString.h.

(WTF):
(AtomicString):
(WTF::AtomicString::AtomicString):
(WTF::AtomicString::isHashTableDeletedValue):
(WTF::AtomicString::operator const String&):
(WTF::AtomicString::string):
(WTF::AtomicString::impl):
(WTF::AtomicString::characters):
(WTF::AtomicString::length):
(WTF::AtomicString::operator[]):
(WTF::AtomicString::contains):
(WTF::AtomicString::find):
(WTF::AtomicString::startsWith):
(WTF::AtomicString::endsWith):
(WTF::AtomicString::upper):
(WTF::AtomicString::toInt):
(WTF::AtomicString::toDouble):
(WTF::AtomicString::toFloat):
(WTF::AtomicString::percentage):
(WTF::AtomicString::isNull):
(WTF::AtomicString::isEmpty):
(WTF::AtomicString::createCFString):
(WTF::AtomicString::operator NSString*):
(WTF::AtomicString::operator QString):
(WTF::AtomicString::add):
(WTF::operator==):
(WTF::operator!=):
(WTF::equalIgnoringCase):
(WTF::AtomicString::fromUTF8):

  • wtf/text/AtomicStringHash.h: Renamed from Source/JavaScriptCore/wtf/text/AtomicStringHash.h.

(WTF):
(WTF::AtomicStringHash::hash):
(AtomicStringHash):
(WTF::AtomicStringHash::equal):

  • wtf/text/AtomicStringImpl.h: Renamed from Source/JavaScriptCore/wtf/text/AtomicStringImpl.h.

(WTF):
(AtomicStringImpl):
(WTF::AtomicStringImpl::AtomicStringImpl):

  • wtf/text/CString.cpp: Renamed from Source/JavaScriptCore/wtf/text/CString.cpp.

(WTF):
(WTF::CString::CString):
(WTF::CString::init):
(WTF::CString::mutableData):
(WTF::CString::newUninitialized):
(WTF::CString::copyBufferIfNeeded):
(WTF::operator==):

  • wtf/text/CString.h: Renamed from Source/JavaScriptCore/wtf/text/CString.h.

(WTF):
(CStringBuffer):
(WTF::CStringBuffer::data):
(WTF::CStringBuffer::length):
(WTF::CStringBuffer::create):
(WTF::CStringBuffer::CStringBuffer):
(WTF::CStringBuffer::mutableData):
(CString):
(WTF::CString::CString):
(WTF::CString::data):
(WTF::CString::length):
(WTF::CString::isNull):
(WTF::CString::buffer):
(WTF::operator!=):

  • wtf/text/StringBuffer.h: Renamed from Source/JavaScriptCore/wtf/text/StringBuffer.h.

(WTF):
(StringBuffer):
(WTF::StringBuffer::StringBuffer):
(WTF::StringBuffer::~StringBuffer):
(WTF::StringBuffer::shrink):
(WTF::StringBuffer::resize):
(WTF::StringBuffer::length):
(WTF::StringBuffer::characters):
(WTF::StringBuffer::operator[]):
(WTF::StringBuffer::release):

  • wtf/text/StringBuilder.cpp: Renamed from Source/JavaScriptCore/wtf/text/StringBuilder.cpp.

(WTF):
(WTF::StringBuilder::reifyString):
(WTF::StringBuilder::resize):
(WTF::StringBuilder::allocateBuffer):
(WTF::StringBuilder::allocateBufferUpConvert):
(WTF::LChar):
(WTF::UChar):
(WTF::StringBuilder::reserveCapacity):
(WTF::StringBuilder::appendUninitialized):
(WTF::StringBuilder::appendUninitializedSlow):
(WTF::StringBuilder::append):
(WTF::StringBuilder::canShrink):
(WTF::StringBuilder::shrinkToFit):

  • wtf/text/StringBuilder.h: Renamed from Source/JavaScriptCore/wtf/text/StringBuilder.h.

(WTF):
(StringBuilder):
(WTF::StringBuilder::StringBuilder):
(WTF::StringBuilder::append):
(WTF::StringBuilder::toString):
(WTF::StringBuilder::toStringPreserveCapacity):
(WTF::StringBuilder::toAtomicString):
(WTF::StringBuilder::length):
(WTF::StringBuilder::isEmpty):
(WTF::StringBuilder::capacity):
(WTF::StringBuilder::operator[]):
(WTF::StringBuilder::characters8):
(WTF::StringBuilder::characters16):
(WTF::StringBuilder::characters):
(WTF::StringBuilder::is8Bit):
(WTF::StringBuilder::clear):
(WTF::StringBuilder::swap):
(WTF::LChar):
(WTF::UChar):
(WTF::equal):
(WTF::operator==):
(WTF::operator!=):

  • wtf/text/StringConcatenate.h: Renamed from Source/JavaScriptCore/wtf/text/StringConcatenate.h.

(WTF):
(WTF::sumWithOverflow):
(WTF::tryMakeString):
(WTF::makeString):

  • wtf/text/StringHash.h: Renamed from Source/JavaScriptCore/wtf/text/StringHash.h.

(WTF):
(WTF::StringHash::hash):
(WTF::StringHash::equal):
(StringHash):
(CaseFoldingHash):
(WTF::CaseFoldingHash::foldCase):
(WTF::CaseFoldingHash::hash):
(WTF::CaseFoldingHash::equal):
(WTF::AlreadyHashed::hash):
(AlreadyHashed):
(WTF::AlreadyHashed::avoidDeletedValue):

  • wtf/text/StringImpl.cpp: Renamed from Source/JavaScriptCore/wtf/text/StringImpl.cpp.

(WTF):
(WTF::StringImpl::~StringImpl):
(WTF::StringImpl::createUninitialized):
(WTF::StringImpl::reallocate):
(WTF::StringImpl::create):
(WTF::StringImpl::getData16SlowCase):
(WTF::StringImpl::upconvertCharacters):
(WTF::StringImpl::containsOnlyWhitespace):
(WTF::StringImpl::substring):
(WTF::StringImpl::characterStartingAt):
(WTF::StringImpl::lower):
(WTF::StringImpl::upper):
(WTF::StringImpl::fill):
(WTF::StringImpl::foldCase):
(WTF::StringImpl::stripMatchedCharacters):
(UCharPredicate):
(WTF::UCharPredicate::UCharPredicate):
(WTF::UCharPredicate::operator()):
(SpaceOrNewlinePredicate):
(WTF::SpaceOrNewlinePredicate::operator()):
(WTF::StringImpl::stripWhiteSpace):
(WTF::StringImpl::removeCharacters):
(WTF::StringImpl::simplifyMatchedCharactersToSpace):
(WTF::StringImpl::simplifyWhiteSpace):
(WTF::StringImpl::toIntStrict):
(WTF::StringImpl::toUIntStrict):
(WTF::StringImpl::toInt64Strict):
(WTF::StringImpl::toUInt64Strict):
(WTF::StringImpl::toIntPtrStrict):
(WTF::StringImpl::toInt):
(WTF::StringImpl::toUInt):
(WTF::StringImpl::toInt64):
(WTF::StringImpl::toUInt64):
(WTF::StringImpl::toIntPtr):
(WTF::StringImpl::toDouble):
(WTF::StringImpl::toFloat):
(WTF::equalIgnoringCase):
(WTF::StringImpl::find):
(WTF::StringImpl::findIgnoringCase):
(WTF::findInner):
(WTF::StringImpl::reverseFind):
(WTF::reverseFindInner):
(WTF::StringImpl::reverseFindIgnoringCase):
(WTF::StringImpl::endsWith):
(WTF::StringImpl::replace):
(WTF::equal):
(WTF::equalIgnoringNullity):
(WTF::StringImpl::defaultWritingDirection):
(WTF::StringImpl::adopt):
(WTF::StringImpl::createWithTerminatingNullCharacter):

  • wtf/text/StringImpl.h: Renamed from Source/JavaScriptCore/wtf/text/StringImpl.h.

(JSC):
(WTF):
(StringImpl):
(WTF::StringImpl::StringImpl):
(WTF::StringImpl::create):
(WTF::StringImpl::create8):
(WTF::StringImpl::tryCreateUninitialized):
(WTF::StringImpl::flagsOffset):
(WTF::StringImpl::flagIs8Bit):
(WTF::StringImpl::dataOffset):
(WTF::StringImpl::adopt):
(WTF::StringImpl::length):
(WTF::StringImpl::is8Bit):
(WTF::StringImpl::characters8):
(WTF::StringImpl::characters16):
(WTF::StringImpl::characters):
(WTF::StringImpl::cost):
(WTF::StringImpl::has16BitShadow):
(WTF::StringImpl::isIdentifier):
(WTF::StringImpl::setIsIdentifier):
(WTF::StringImpl::hasTerminatingNullCharacter):
(WTF::StringImpl::isAtomic):
(WTF::StringImpl::setIsAtomic):
(WTF::StringImpl::setHash):
(WTF::StringImpl::rawHash):
(WTF::StringImpl::hasHash):
(WTF::StringImpl::existingHash):
(WTF::StringImpl::hash):
(WTF::StringImpl::hasOneRef):
(WTF::StringImpl::ref):
(WTF::StringImpl::deref):
(WTF::StringImpl::copyChars):
(WTF::StringImpl::operator[]):
(WTF::StringImpl::find):
(WTF::StringImpl::findIgnoringCase):
(WTF::StringImpl::startsWith):
(WTF::StringImpl::bufferOwnership):
(WTF::StringImpl::isStatic):
(WTF::LChar):
(WTF::UChar):
(WTF::equal):
(WTF::equalIgnoringCase):
(WTF::equalIgnoringNullity):
(WTF::codePointCompare):
(WTF::codePointCompare8):
(WTF::codePointCompare16):
(WTF::codePointCompare8To16):
(WTF::isSpaceOrNewline):
(WTF::StringImpl::isolatedCopy):

  • wtf/text/StringOperators.h: Renamed from Source/JavaScriptCore/wtf/text/StringOperators.h.

(WTF):
(StringAppend):
(WTF::StringAppend::StringAppend):
(WTF::StringAppend::operator String):
(WTF::StringAppend::operator AtomicString):
(WTF::StringAppend::is8Bit):
(WTF::StringAppend::writeTo):
(WTF::StringAppend::length):
(WTF::operator+):

  • wtf/text/StringStatics.cpp: Renamed from Source/JavaScriptCore/wtf/text/StringStatics.cpp.

(WTF):
(WTF::StringImpl::empty):
(WTF::StringImpl::hashSlowCase):
(WTF::AtomicString::init):

  • wtf/text/TextPosition.h: Renamed from Source/JavaScriptCore/wtf/text/TextPosition.h.

(WTF):
(OrdinalNumber):
(WTF::OrdinalNumber::fromZeroBasedInt):
(WTF::OrdinalNumber::fromOneBasedInt):
(WTF::OrdinalNumber::OrdinalNumber):
(WTF::OrdinalNumber::zeroBasedInt):
(WTF::OrdinalNumber::oneBasedInt):
(WTF::OrdinalNumber::operator==):
(WTF::OrdinalNumber::operator!=):
(WTF::OrdinalNumber::first):
(WTF::OrdinalNumber::beforeFirst):
(TextPosition):
(WTF::TextPosition::TextPosition):
(WTF::TextPosition::operator==):
(WTF::TextPosition::operator!=):
(WTF::TextPosition::minimumPosition):
(WTF::TextPosition::belowRangePosition):

  • wtf/text/WTFString.cpp: Renamed from Source/JavaScriptCore/wtf/text/WTFString.cpp.

(WTF):
(WTF::String::String):
(WTF::String::append):
(WTF::codePointCompare):
(WTF::String::insert):
(WTF::String::characterStartingAt):
(WTF::String::truncate):
(WTF::String::remove):
(WTF::String::substring):
(WTF::String::substringSharingImpl):
(WTF::String::lower):
(WTF::String::upper):
(WTF::String::stripWhiteSpace):
(WTF::String::simplifyWhiteSpace):
(WTF::String::removeCharacters):
(WTF::String::foldCase):
(WTF::String::percentage):
(WTF::String::charactersWithNullTermination):
(WTF::String::format):
(WTF::String::number):
(WTF::String::toIntStrict):
(WTF::String::toUIntStrict):
(WTF::String::toInt64Strict):
(WTF::String::toUInt64Strict):
(WTF::String::toIntPtrStrict):
(WTF::String::toInt):
(WTF::String::toUInt):
(WTF::String::toInt64):
(WTF::String::toUInt64):
(WTF::String::toIntPtr):
(WTF::String::toDouble):
(WTF::String::toFloat):
(WTF::String::isolatedCopy):
(WTF::String::split):
(WTF::String::ascii):
(WTF::String::latin1):
(WTF::putUTF8Triple):
(WTF::String::utf8):
(WTF::String::fromUTF8):
(WTF::String::fromUTF8WithLatin1Fallback):
(WTF::isCharacterAllowedInBase):
(WTF::toIntegralType):
(WTF::lengthOfCharactersAsInteger):
(WTF::charactersToIntStrict):
(WTF::charactersToUIntStrict):
(WTF::charactersToInt64Strict):
(WTF::charactersToUInt64Strict):
(WTF::charactersToIntPtrStrict):
(WTF::charactersToInt):
(WTF::charactersToUInt):
(WTF::charactersToInt64):
(WTF::charactersToUInt64):
(WTF::charactersToIntPtr):
(WTF::toDoubleType):
(WTF::charactersToDouble):
(WTF::charactersToFloat):
(WTF::charactersToFloatIgnoringJunk):
(WTF::emptyString):
(String::show):
(string):
(asciiDebug):

  • wtf/text/WTFString.h: Renamed from Source/JavaScriptCore/wtf/text/WTFString.h.

(WebKit):
(WTF):
(String):
(WTF::String::String):
(WTF::String::~String):
(WTF::String::swap):
(WTF::String::adopt):
(WTF::String::isNull):
(WTF::String::isEmpty):
(WTF::String::impl):
(WTF::String::length):
(WTF::String::characters):
(WTF::String::characters8):
(WTF::String::characters16):
(WTF::String::is8Bit):
(WTF::String::operator[]):
(WTF::String::find):
(WTF::String::reverseFind):
(WTF::String::findIgnoringCase):
(WTF::String::reverseFindIgnoringCase):
(WTF::String::contains):
(WTF::String::startsWith):
(WTF::String::endsWith):
(WTF::String::append):
(WTF::String::replace):
(WTF::String::makeLower):
(WTF::String::makeUpper):
(WTF::String::fill):
(WTF::String::left):
(WTF::String::right):
(WTF::String::createUninitialized):
(WTF::String::operator NSString*):
(WTF::String::fromUTF8):
(WTF::String::fromUTF8WithLatin1Fallback):
(WTF::String::defaultWritingDirection):
(WTF::String::containsOnlyWhitespace):
(WTF::String::isHashTableDeletedValue):
(WTF::operator+=):
(WTF::operator==):
(WTF::operator!=):
(WTF::equalIgnoringCase):
(WTF::equalPossiblyIgnoringCase):
(WTF::equalIgnoringNullity):
(WTF::operator!):
(WTF::swap):
(WTF::LChar):
(WTF::UChar):
(WTF::String::containsOnlyLatin1):
(WTF::nsStringNilIfEmpty):
(WTF::String::containsOnlyASCII):
(WTF::codePointCompareLessThan):
(WTF::find):
(WTF::reverseFind):
(WTF::append):
(WTF::appendNumber):
(WTF::isAllSpecialCharacters):
(WTF::String::isAllSpecialCharacters):

  • wtf/threads/BinarySemaphore.cpp: Renamed from Source/JavaScriptCore/wtf/threads/BinarySemaphore.cpp.

(WTF):
(WTF::BinarySemaphore::BinarySemaphore):
(WTF::BinarySemaphore::~BinarySemaphore):
(WTF::BinarySemaphore::signal):
(WTF::BinarySemaphore::wait):

  • wtf/threads/BinarySemaphore.h: Renamed from Source/JavaScriptCore/wtf/threads/BinarySemaphore.h.

(WTF):
(BinarySemaphore):
(WTF::BinarySemaphore::event):

  • wtf/threads/win/BinarySemaphoreWin.cpp: Renamed from Source/JavaScriptCore/wtf/threads/win/BinarySemaphoreWin.cpp.

(WTF):
(WTF::BinarySemaphore::BinarySemaphore):
(WTF::BinarySemaphore::~BinarySemaphore):
(WTF::BinarySemaphore::signal):
(WTF::BinarySemaphore::wait):

  • wtf/unicode/CharacterNames.h: Renamed from Source/JavaScriptCore/wtf/unicode/CharacterNames.h.

(Unicode):

  • wtf/unicode/Collator.h: Renamed from Source/JavaScriptCore/wtf/unicode/Collator.h.

(WTF):
(Collator):

  • wtf/unicode/CollatorDefault.cpp: Renamed from Source/JavaScriptCore/wtf/unicode/CollatorDefault.cpp.

(WTF):
(WTF::Collator::Collator):
(WTF::Collator::~Collator):
(WTF::Collator::setOrderLowerFirst):
(WTF::Collator::userDefault):
(WTF::Collator::collate):

  • wtf/unicode/ScriptCodesFromICU.h: Renamed from Source/JavaScriptCore/wtf/unicode/ScriptCodesFromICU.h.
  • wtf/unicode/UTF8.cpp: Renamed from Source/JavaScriptCore/wtf/unicode/UTF8.cpp.

(Unicode):
(WTF::Unicode::inlineUTF8SequenceLengthNonASCII):
(WTF::Unicode::inlineUTF8SequenceLength):
(WTF::Unicode::UTF8SequenceLength):
(WTF::Unicode::decodeUTF8Sequence):
(WTF::Unicode::convertLatin1ToUTF8):
(WTF::Unicode::convertUTF16ToUTF8):
(WTF::Unicode::isLegalUTF8):
(WTF::Unicode::readUTF8Sequence):
(WTF::Unicode::convertUTF8ToUTF16):
(WTF::Unicode::calculateStringHashAndLengthFromUTF8):
(WTF::Unicode::equalUTF16WithUTF8):

  • wtf/unicode/UTF8.h: Renamed from Source/JavaScriptCore/wtf/unicode/UTF8.h.

(Unicode):

  • wtf/unicode/Unicode.h: Renamed from Source/JavaScriptCore/wtf/unicode/Unicode.h.
  • wtf/unicode/UnicodeMacrosFromICU.h: Renamed from Source/JavaScriptCore/wtf/unicode/UnicodeMacrosFromICU.h.
  • wtf/unicode/glib/UnicodeGLib.cpp: Renamed from Source/JavaScriptCore/wtf/unicode/glib/UnicodeGLib.cpp.

(Unicode):
(WTF::Unicode::foldCase):
(WTF::Unicode::getUTF16LengthFromUTF8):
(WTF::Unicode::convertCase):
(WTF::Unicode::toLower):
(WTF::Unicode::toUpper):
(WTF::Unicode::direction):
(WTF::Unicode::umemcasecmp):

  • wtf/unicode/glib/UnicodeGLib.h: Renamed from Source/JavaScriptCore/wtf/unicode/glib/UnicodeGLib.h.

(Unicode):
(WTF::Unicode::toLower):
(WTF::Unicode::toUpper):
(WTF::Unicode::toTitleCase):
(WTF::Unicode::isArabicChar):
(WTF::Unicode::isAlphanumeric):
(WTF::Unicode::isFormatChar):
(WTF::Unicode::isSeparatorSpace):
(WTF::Unicode::isPrintableChar):
(WTF::Unicode::isDigit):
(WTF::Unicode::isPunct):
(WTF::Unicode::hasLineBreakingPropertyComplexContext):
(WTF::Unicode::hasLineBreakingPropertyComplexContextOrIdeographic):
(WTF::Unicode::mirroredChar):
(WTF::Unicode::category):
(WTF::Unicode::isLower):
(WTF::Unicode::digitValue):
(WTF::Unicode::combiningClass):
(WTF::Unicode::decompositionType):

  • wtf/unicode/icu/CollatorICU.cpp: Renamed from Source/JavaScriptCore/wtf/unicode/icu/CollatorICU.cpp.

(WTF):
(WTF::cachedCollatorMutex):
(WTF::Collator::Collator):
(WTF::Collator::userDefault):
(WTF::Collator::~Collator):
(WTF::Collator::setOrderLowerFirst):
(WTF::Collator::collate):
(WTF::Collator::createCollator):
(WTF::Collator::releaseCollator):

  • wtf/unicode/icu/UnicodeIcu.h: Renamed from Source/JavaScriptCore/wtf/unicode/icu/UnicodeIcu.h.

(Unicode):
(WTF::Unicode::foldCase):
(WTF::Unicode::toLower):
(WTF::Unicode::toUpper):
(WTF::Unicode::toTitleCase):
(WTF::Unicode::isArabicChar):
(WTF::Unicode::isAlphanumeric):
(WTF::Unicode::isSeparatorSpace):
(WTF::Unicode::isPrintableChar):
(WTF::Unicode::isPunct):
(WTF::Unicode::hasLineBreakingPropertyComplexContext):
(WTF::Unicode::hasLineBreakingPropertyComplexContextOrIdeographic):
(WTF::Unicode::mirroredChar):
(WTF::Unicode::category):
(WTF::Unicode::direction):
(WTF::Unicode::isLower):
(WTF::Unicode::combiningClass):
(WTF::Unicode::decompositionType):
(WTF::Unicode::umemcasecmp):

  • wtf/unicode/qt4/UnicodeQt4.h: Renamed from Source/JavaScriptCore/wtf/unicode/qt4/UnicodeQt4.h.

(Properties):
(QUnicodeTables):
(Unicode):
(WTF::Unicode::toLower):
(WTF::Unicode::toUpper):
(WTF::Unicode::toTitleCase):
(WTF::Unicode::foldCase):
(WTF::Unicode::isArabicChar):
(WTF::Unicode::isPrintableChar):
(WTF::Unicode::isSeparatorSpace):
(WTF::Unicode::isPunct):
(WTF::Unicode::isLower):
(WTF::Unicode::hasLineBreakingPropertyComplexContext):
(WTF::Unicode::mirroredChar):
(WTF::Unicode::combiningClass):
(WTF::Unicode::decompositionType):
(WTF::Unicode::umemcasecmp):
(WTF::Unicode::direction):
(WTF::Unicode::category):

  • wtf/unicode/wince/UnicodeWinCE.cpp: Renamed from Source/JavaScriptCore/wtf/unicode/wince/UnicodeWinCE.cpp.

(Unicode):
(WTF::Unicode::toLower):
(WTF::Unicode::toUpper):
(WTF::Unicode::foldCase):
(WTF::Unicode::isPrintableChar):
(WTF::Unicode::isSpace):
(WTF::Unicode::isLetter):
(WTF::Unicode::isUpper):
(WTF::Unicode::isLower):
(WTF::Unicode::isDigit):
(WTF::Unicode::isPunct):
(WTF::Unicode::isAlphanumeric):
(WTF::Unicode::toTitleCase):
(WTF::Unicode::direction):
(WTF::Unicode::category):
(WTF::Unicode::decompositionType):
(WTF::Unicode::combiningClass):
(WTF::Unicode::mirroredChar):
(WTF::Unicode::digitValue):

  • wtf/unicode/wince/UnicodeWinCE.h: Renamed from Source/JavaScriptCore/wtf/unicode/wince/UnicodeWinCE.h.

(Unicode):
(WTF::Unicode::isSeparatorSpace):
(WTF::Unicode::isHighSurrogate):
(WTF::Unicode::isLowSurrogate):
(WTF::Unicode::isArabicChar):
(WTF::Unicode::hasLineBreakingPropertyComplexContext):
(WTF::Unicode::umemcasecmp):
(WTF::Unicode::surrogateToUcs4):

  • wtf/url/api/ParsedURL.cpp: Renamed from Source/JavaScriptCore/wtf/url/api/ParsedURL.cpp.

(WTF):
(WTF::ParsedURL::ParsedURL):
(WTF::ParsedURL::isolatedCopy):
(WTF::ParsedURL::scheme):
(WTF::ParsedURL::username):
(WTF::ParsedURL::password):
(WTF::ParsedURL::host):
(WTF::ParsedURL::port):
(WTF::ParsedURL::path):
(WTF::ParsedURL::query):
(WTF::ParsedURL::fragment):
(WTF::ParsedURL::baseAsString):
(WTF::ParsedURL::segment):

  • wtf/url/api/ParsedURL.h: Renamed from Source/JavaScriptCore/wtf/url/api/ParsedURL.h.

(WTF):
(ParsedURL):
(WTF::ParsedURL::ParsedURL):
(WTF::ParsedURL::isValid):
(WTF::ParsedURL::spec):

  • wtf/url/api/URLString.h: Renamed from Source/JavaScriptCore/wtf/url/api/URLString.h.

(WTF):
(URLString):
(WTF::URLString::URLString):
(WTF::URLString::string):

  • wtf/url/src/RawURLBuffer.h: Renamed from Source/JavaScriptCore/wtf/url/src/RawURLBuffer.h.

(WTF):
(RawURLBuffer):
(WTF::RawURLBuffer::RawURLBuffer):
(WTF::RawURLBuffer::~RawURLBuffer):
(WTF::RawURLBuffer::resize):

  • wtf/url/src/URLBuffer.h: Renamed from Source/JavaScriptCore/wtf/url/src/URLBuffer.h.

(WTF):
(URLBuffer):
(WTF::URLBuffer::URLBuffer):
(WTF::URLBuffer::~URLBuffer):
(WTF::URLBuffer::at):
(WTF::URLBuffer::set):
(WTF::URLBuffer::capacity):
(WTF::URLBuffer::length):
(WTF::URLBuffer::data):
(WTF::URLBuffer::setLength):
(WTF::URLBuffer::append):
(WTF::URLBuffer::grow):

  • wtf/url/src/URLCharacterTypes.cpp: Renamed from Source/JavaScriptCore/wtf/url/src/URLCharacterTypes.cpp.

(WTF):

  • wtf/url/src/URLCharacterTypes.h: Renamed from Source/JavaScriptCore/wtf/url/src/URLCharacterTypes.h.

(WTF):
(URLCharacterTypes):
(WTF::URLCharacterTypes::isQueryChar):
(WTF::URLCharacterTypes::isIPv4Char):
(WTF::URLCharacterTypes::isHexChar):
(WTF::URLCharacterTypes::isCharOfType):

  • wtf/url/src/URLComponent.h: Renamed from Source/JavaScriptCore/wtf/url/src/URLComponent.h.

(WTF):
(URLComponent):
(WTF::URLComponent::URLComponent):
(WTF::URLComponent::fromRange):
(WTF::URLComponent::isValid):
(WTF::URLComponent::isNonEmpty):
(WTF::URLComponent::isEmptyOrInvalid):
(WTF::URLComponent::reset):
(WTF::URLComponent::operator==):
(WTF::URLComponent::begin):
(WTF::URLComponent::setBegin):
(WTF::URLComponent::length):
(WTF::URLComponent::setLength):
(WTF::URLComponent::end):

  • wtf/url/src/URLEscape.cpp: Renamed from Source/JavaScriptCore/wtf/url/src/URLEscape.cpp.

(WTF):

  • wtf/url/src/URLEscape.h: Renamed from Source/JavaScriptCore/wtf/url/src/URLEscape.h.

(WTF):
(WTF::appendURLEscapedCharacter):

  • wtf/url/src/URLParser.h: Renamed from Source/JavaScriptCore/wtf/url/src/URLParser.h.

(WTF):
(URLParser):
(WTF::URLParser::isPossibleAuthorityTerminator):
(WTF::URLParser::parseAuthority):
(WTF::URLParser::extractScheme):
(WTF::URLParser::parseAfterScheme):
(WTF::URLParser::parseStandardURL):
(WTF::URLParser::parsePath):
(WTF::URLParser::parsePathURL):
(WTF::URLParser::parseMailtoURL):
(WTF::URLParser::parsePort):
(WTF::URLParser::extractFileName):
(WTF::URLParser::extractQueryKeyValue):
(WTF::URLParser::isURLSlash):
(WTF::URLParser::shouldTrimFromURL):
(WTF::URLParser::trimURL):
(WTF::URLParser::consecutiveSlashes):
(WTF::URLParser::isPortDigit):
(WTF::URLParser::nextAuthorityTerminator):
(WTF::URLParser::parseUserInfo):
(WTF::URLParser::parseServerInfo):

  • wtf/url/src/URLQueryCanonicalizer.h: Renamed from Source/JavaScriptCore/wtf/url/src/URLQueryCanonicalizer.h.

(WTF):
(URLQueryCanonicalizer):
(WTF::URLQueryCanonicalizer::canonicalize):
(WTF::URLQueryCanonicalizer::isAllASCII):
(WTF::URLQueryCanonicalizer::isRaw8Bit):
(WTF::URLQueryCanonicalizer::appendRaw8BitQueryString):
(WTF::URLQueryCanonicalizer::convertToQueryEncoding):

  • wtf/url/src/URLSegments.cpp: Renamed from Source/JavaScriptCore/wtf/url/src/URLSegments.cpp.

(WTF):
(WTF::URLSegments::length):
(WTF::URLSegments::charactersBefore):

  • wtf/url/src/URLSegments.h: Renamed from Source/JavaScriptCore/wtf/url/src/URLSegments.h.

(WTF):
(URLSegments):
(WTF::URLSegments::URLSegments):

  • wtf/win/MainThreadWin.cpp: Renamed from Source/JavaScriptCore/wtf/win/MainThreadWin.cpp.

(WTF):
(WTF::ThreadingWindowWndProc):
(WTF::initializeMainThreadPlatform):
(WTF::scheduleDispatchFunctionsOnMainThread):

  • wtf/win/OwnPtrWin.cpp: Renamed from Source/JavaScriptCore/wtf/win/OwnPtrWin.cpp.

(WTF):
(WTF::deleteOwnedPtr):

  • wtf/wince/FastMallocWinCE.h: Renamed from Source/JavaScriptCore/wtf/wince/FastMallocWinCE.h.

(operator new):
(operator delete):
(operator new[]):
(operator delete[]):
(throw):
(WTF):
(Internal):
(WTF::Internal::fastMallocMatchValidationType):
(WTF::Internal::fastMallocMatchValidationValue):
(WTF::Internal::setFastMallocMatchValidationType):
(WTF::fastMallocMatchValidateMalloc):
(WTF::fastMallocMatchValidateFree):

  • wtf/wince/MemoryManager.cpp: Renamed from Source/JavaScriptCore/wtf/wince/MemoryManager.cpp.

(WTF):
(WTF::memoryManager):
(WTF::MemoryManager::MemoryManager):
(WTF::MemoryManager::~MemoryManager):
(WTF::MemoryManager::createCompatibleBitmap):
(WTF::MemoryManager::createDIBSection):
(WTF::MemoryManager::m_malloc):
(WTF::MemoryManager::m_calloc):
(WTF::MemoryManager::m_realloc):
(WTF::MemoryManager::m_free):
(WTF::MemoryManager::resizeMemory):
(WTF::MemoryManager::allocate64kBlock):
(WTF::MemoryManager::free64kBlock):
(WTF::MemoryManager::onIdle):
(WTF::MemoryManager::virtualAlloc):
(WTF::MemoryManager::virtualFree):
(WTF::fastMalloc):
(WTF::fastCalloc):
(WTF::fastFree):
(WTF::fastRealloc):
(WTF::fastMallocForbid):
(WTF::fastMallocAllow):
(WTF::fastZeroedMalloc):
(WTF::tryFastMalloc):
(WTF::tryFastZeroedMalloc):
(WTF::tryFastCalloc):
(WTF::tryFastRealloc):
(WTF::fastStrDup):

  • wtf/wince/MemoryManager.h: Renamed from Source/JavaScriptCore/wtf/wince/MemoryManager.h.

(WTF):
(MemoryManager):
(WTF::MemoryManager::allocationCanFail):
(WTF::MemoryManager::setAllocationCanFail):
(MemoryAllocationCanFail):
(WTF::MemoryAllocationCanFail::MemoryAllocationCanFail):
(WTF::MemoryAllocationCanFail::~MemoryAllocationCanFail):
(MemoryAllocationCannotFail):
(WTF::MemoryAllocationCannotFail::MemoryAllocationCannotFail):
(WTF::MemoryAllocationCannotFail::~MemoryAllocationCannotFail):

  • wtf/wx/MainThreadWx.cpp: Renamed from Source/JavaScriptCore/wtf/wx/MainThreadWx.cpp.

(wxCallAfter):
(wxCallAfter::wxCallAfter):
(wxCallAfter::OnCallback):
(WTF):
(WTF::initializeMainThreadPlatform):
(WTF::scheduleDispatchFunctionsOnMainThread):

  • wtf/wx/StringWx.cpp: Renamed from Source/JavaScriptCore/wtf/wx/StringWx.cpp.

(WTF):
(WTF::String::String):
(WTF::String::operator wxString):

Location:
trunk/Source
Files:
23 added
2 deleted
17 edited
275 moved

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r111746 r111778  
     12012-03-22  Eric Seidel  <eric@webkit.org>
     2
     3        Actually move WTF files to their new home
     4        https://bugs.webkit.org/show_bug.cgi?id=81844
     5
     6        Unreviewed.  The details of the port-specific changes
     7        have been seen by contributors from those ports, but
     8        the whole 5MB change isn't very reviewable as-is.
     9
     10        * GNUmakefile.am:
     11        * GNUmakefile.list.am:
     12        * JSCTypedArrayStubs.h:
     13        * JavaScriptCore.gypi:
     14        * JavaScriptCore.xcodeproj/project.pbxproj:
     15        * jsc.cpp:
     16
    1172012-03-22  Kevin Ollivier  <kevino@theolliviers.com>
    218
  • trunk/Source/JavaScriptCore/GNUmakefile.am

    r108444 r111778  
    6363        -I$(srcdir)/Source/JavaScriptCore/runtime \
    6464        -I$(srcdir)/Source/JavaScriptCore/tools \
    65         -I$(srcdir)/Source/JavaScriptCore/wtf \
    66         -I$(srcdir)/Source/JavaScriptCore/wtf \
    67         -I$(srcdir)/Source/JavaScriptCore/wtf/gobject \
    68         -I$(srcdir)/Source/JavaScriptCore/wtf/gtk \
    69         -I$(srcdir)/Source/JavaScriptCore/wtf/text \
    70         -I$(srcdir)/Source/JavaScriptCore/wtf/unicode \
    7165        -I$(srcdir)/Source/JavaScriptCore/yarr \
    7266        -I$(top_builddir)/DerivedSources/JavaScriptCore
  • trunk/Source/JavaScriptCore/GNUmakefile.list.am

    r111254 r111778  
    572572        Source/JavaScriptCore/tools/ProfileTreeNode.h \
    573573        Source/JavaScriptCore/tools/TieredMMapArray.h \
    574         Source/JavaScriptCore/wtf/Alignment.h \
    575         Source/JavaScriptCore/wtf/AlwaysInline.h \
    576         Source/JavaScriptCore/wtf/ArrayBuffer.cpp \
    577         Source/JavaScriptCore/wtf/ArrayBuffer.h \
    578         Source/JavaScriptCore/wtf/ArrayBufferView.cpp \
    579         Source/JavaScriptCore/wtf/ArrayBufferView.h \
    580         Source/JavaScriptCore/wtf/ASCIICType.h \
    581         Source/JavaScriptCore/wtf/Assertions.cpp \
    582         Source/JavaScriptCore/wtf/Assertions.h \
    583         Source/JavaScriptCore/wtf/Atomics.h \
    584         Source/JavaScriptCore/wtf/AVLTree.h \
    585         Source/JavaScriptCore/wtf/Bitmap.h \
    586         Source/JavaScriptCore/wtf/BitVector.cpp \
    587         Source/JavaScriptCore/wtf/BitVector.h \
    588         Source/JavaScriptCore/wtf/BlockStack.h \
    589         Source/JavaScriptCore/wtf/BloomFilter.h \
    590         Source/JavaScriptCore/wtf/BoundsCheckedPointer.h \
    591         Source/JavaScriptCore/wtf/BumpPointerAllocator.h \
    592         Source/JavaScriptCore/wtf/ByteArray.cpp \
    593         Source/JavaScriptCore/wtf/ByteArray.h \
    594         Source/JavaScriptCore/wtf/CheckedArithmetic.h \
    595         Source/JavaScriptCore/wtf/CheckedBoolean.h \
    596         Source/JavaScriptCore/wtf/RefCountedArray.h \
    597         Source/JavaScriptCore/wtf/Compiler.h \
    598         Source/JavaScriptCore/wtf/Complex.h \
    599         Source/JavaScriptCore/wtf/CryptographicallyRandomNumber.cpp \
    600         Source/JavaScriptCore/wtf/CryptographicallyRandomNumber.h \
    601         Source/JavaScriptCore/wtf/CurrentTime.cpp \
    602         Source/JavaScriptCore/wtf/CurrentTime.h \
    603         Source/JavaScriptCore/wtf/DateMath.cpp \
    604         Source/JavaScriptCore/wtf/DateMath.h \
    605         Source/JavaScriptCore/wtf/DataLog.cpp \
    606         Source/JavaScriptCore/wtf/DataLog.h \
    607         Source/JavaScriptCore/wtf/DecimalNumber.cpp \
    608         Source/JavaScriptCore/wtf/DecimalNumber.h \
    609         Source/JavaScriptCore/wtf/Decoder.h \
    610         Source/JavaScriptCore/wtf/Deque.h \
    611         Source/JavaScriptCore/wtf/DisallowCType.h \
    612         Source/JavaScriptCore/wtf/DoublyLinkedList.h \
    613         Source/JavaScriptCore/wtf/ExportMacros.h \
    614         Source/JavaScriptCore/wtf/dtoa.cpp \
    615         Source/JavaScriptCore/wtf/dtoa.h \
    616         Source/JavaScriptCore/wtf/dtoa/bignum-dtoa.cc \
    617         Source/JavaScriptCore/wtf/dtoa/bignum-dtoa.h \
    618         Source/JavaScriptCore/wtf/dtoa/bignum.cc \
    619         Source/JavaScriptCore/wtf/dtoa/bignum.h \
    620         Source/JavaScriptCore/wtf/dtoa/cached-powers.cc \
    621         Source/JavaScriptCore/wtf/dtoa/cached-powers.h \
    622         Source/JavaScriptCore/wtf/dtoa/diy-fp.cc \
    623         Source/JavaScriptCore/wtf/dtoa/diy-fp.h \
    624         Source/JavaScriptCore/wtf/dtoa/double-conversion.cc \
    625         Source/JavaScriptCore/wtf/dtoa/double-conversion.h \
    626         Source/JavaScriptCore/wtf/dtoa/double.h \
    627         Source/JavaScriptCore/wtf/dtoa/fast-dtoa.cc \
    628         Source/JavaScriptCore/wtf/dtoa/fast-dtoa.h \
    629         Source/JavaScriptCore/wtf/dtoa/fixed-dtoa.cc \
    630         Source/JavaScriptCore/wtf/dtoa/fixed-dtoa.h \
    631         Source/JavaScriptCore/wtf/dtoa/strtod.cc \
    632         Source/JavaScriptCore/wtf/dtoa/strtod.h \
    633         Source/JavaScriptCore/wtf/dtoa/utils.h \
    634         Source/JavaScriptCore/wtf/DynamicAnnotations.cpp \
    635         Source/JavaScriptCore/wtf/DynamicAnnotations.h \
    636         Source/JavaScriptCore/wtf/Encoder.h \
    637         Source/JavaScriptCore/wtf/FastAllocBase.h \
    638         Source/JavaScriptCore/wtf/FastMalloc.cpp \
    639         Source/JavaScriptCore/wtf/FastMalloc.h \
    640         Source/JavaScriptCore/wtf/FixedArray.h \
    641         Source/JavaScriptCore/wtf/Float32Array.h \
    642         Source/JavaScriptCore/wtf/Float64Array.h \
    643         Source/JavaScriptCore/wtf/Forward.h \
    644         Source/JavaScriptCore/wtf/Functional.h \
    645         Source/JavaScriptCore/wtf/GetPtr.h \
    646         Source/JavaScriptCore/wtf/gobject/GOwnPtr.cpp \
    647         Source/JavaScriptCore/wtf/gobject/GOwnPtr.h \
    648         Source/JavaScriptCore/wtf/gobject/GRefPtr.cpp \
    649         Source/JavaScriptCore/wtf/gobject/GRefPtr.h \
    650         Source/JavaScriptCore/wtf/gobject/GTypedefs.h \
    651         Source/JavaScriptCore/wtf/gobject/GlibUtilities.cpp \
    652         Source/JavaScriptCore/wtf/gobject/GlibUtilities.h \
    653         Source/JavaScriptCore/wtf/gtk/MainThreadGtk.cpp \
    654         Source/JavaScriptCore/wtf/HashCountedSet.h \
    655         Source/JavaScriptCore/wtf/HashFunctions.h \
    656         Source/JavaScriptCore/wtf/HashIterators.h \
    657         Source/JavaScriptCore/wtf/HashMap.h \
    658         Source/JavaScriptCore/wtf/HashSet.h \
    659         Source/JavaScriptCore/wtf/HashTable.cpp \
    660         Source/JavaScriptCore/wtf/HashTable.h \
    661         Source/JavaScriptCore/wtf/HashTraits.h \
    662         Source/JavaScriptCore/wtf/HexNumber.h \
    663         Source/JavaScriptCore/wtf/InlineASM.h \
    664         Source/JavaScriptCore/wtf/Int16Array.h \
    665         Source/JavaScriptCore/wtf/Int32Array.h \
    666         Source/JavaScriptCore/wtf/Int8Array.h \
    667         Source/JavaScriptCore/wtf/IntegralTypedArrayBase.h \
    668         Source/JavaScriptCore/wtf/ListHashSet.h \
    669         Source/JavaScriptCore/wtf/ListRefPtr.h \
    670         Source/JavaScriptCore/wtf/Locker.h \
    671         Source/JavaScriptCore/wtf/MainThread.cpp \
    672         Source/JavaScriptCore/wtf/MainThread.h \
    673         Source/JavaScriptCore/wtf/MallocZoneSupport.h \
    674         Source/JavaScriptCore/wtf/MathExtras.h \
    675         Source/JavaScriptCore/wtf/MD5.cpp \
    676         Source/JavaScriptCore/wtf/MD5.h \
    677         Source/JavaScriptCore/wtf/MessageQueue.h \
    678         Source/JavaScriptCore/wtf/MetaAllocator.cpp \
    679         Source/JavaScriptCore/wtf/MetaAllocator.h \
    680         Source/JavaScriptCore/wtf/MetaAllocatorHandle.h \
    681         Source/JavaScriptCore/wtf/Noncopyable.h \
    682         Source/JavaScriptCore/wtf/NonCopyingSort.h \
    683         Source/JavaScriptCore/wtf/NotFound.h \
    684         Source/JavaScriptCore/wtf/NullPtr.h \
    685         Source/JavaScriptCore/wtf/NumberOfCores.cpp \
    686         Source/JavaScriptCore/wtf/NumberOfCores.h \
    687         Source/JavaScriptCore/wtf/OSAllocator.h \
    688         Source/JavaScriptCore/wtf/OSRandomSource.cpp \
    689         Source/JavaScriptCore/wtf/OSRandomSource.h \
    690         Source/JavaScriptCore/wtf/OwnArrayPtr.h \
    691         Source/JavaScriptCore/wtf/OwnPtr.h \
    692         Source/JavaScriptCore/wtf/OwnPtrCommon.h \
    693         Source/JavaScriptCore/wtf/PackedIntVector.h \
    694         Source/JavaScriptCore/wtf/PageAllocation.h \
    695         Source/JavaScriptCore/wtf/PageAllocationAligned.cpp \
    696         Source/JavaScriptCore/wtf/PageAllocationAligned.h \
    697         Source/JavaScriptCore/wtf/PageBlock.cpp \
    698         Source/JavaScriptCore/wtf/PageBlock.h \
    699         Source/JavaScriptCore/wtf/PageReservation.h \
    700         Source/JavaScriptCore/wtf/ParallelJobs.h \
    701         Source/JavaScriptCore/wtf/ParallelJobsGeneric.cpp \
    702         Source/JavaScriptCore/wtf/ParallelJobsGeneric.h \
    703         Source/JavaScriptCore/wtf/ParallelJobsLibdispatch.h \
    704         Source/JavaScriptCore/wtf/ParallelJobsOpenMP.h \
    705         Source/JavaScriptCore/wtf/PassOwnArrayPtr.h \
    706         Source/JavaScriptCore/wtf/PassOwnPtr.h \
    707         Source/JavaScriptCore/wtf/PassRefPtr.h \
    708         Source/JavaScriptCore/wtf/PassTraits.h \
    709         Source/JavaScriptCore/wtf/Platform.h \
    710         Source/JavaScriptCore/wtf/PossiblyNull.h \
    711         Source/JavaScriptCore/wtf/RandomNumber.cpp \
    712         Source/JavaScriptCore/wtf/RandomNumber.h \
    713         Source/JavaScriptCore/wtf/RandomNumberSeed.h \
    714         Source/JavaScriptCore/wtf/RedBlackTree.h \
    715         Source/JavaScriptCore/wtf/RefCounted.h \
    716         Source/JavaScriptCore/wtf/RefCountedLeakCounter.cpp \
    717         Source/JavaScriptCore/wtf/RefCountedLeakCounter.h \
    718         Source/JavaScriptCore/wtf/RefPtr.h \
    719         Source/JavaScriptCore/wtf/RefPtrHashMap.h \
    720         Source/JavaScriptCore/wtf/RetainPtr.h \
    721         Source/JavaScriptCore/wtf/SegmentedVector.h \
    722         Source/JavaScriptCore/wtf/SentinelLinkedList.h \
    723         Source/JavaScriptCore/wtf/SHA1.cpp \
    724         Source/JavaScriptCore/wtf/SHA1.h \
    725         Source/JavaScriptCore/wtf/SimpleStats.h \
    726         Source/JavaScriptCore/wtf/SinglyLinkedList.h \
    727         Source/JavaScriptCore/wtf/Spectrum.h \
    728         Source/JavaScriptCore/wtf/StackBounds.cpp \
    729         Source/JavaScriptCore/wtf/StackBounds.h \
    730         Source/JavaScriptCore/wtf/StaticConstructors.h \
    731         Source/JavaScriptCore/wtf/StdLibExtras.h \
    732         Source/JavaScriptCore/wtf/StringExtras.h \
    733         Source/JavaScriptCore/wtf/StringHasher.h \
    734         Source/JavaScriptCore/wtf/TCPackedCache.h \
    735         Source/JavaScriptCore/wtf/TCPageMap.h \
    736         Source/JavaScriptCore/wtf/TCSpinLock.h \
    737         Source/JavaScriptCore/wtf/TCSystemAlloc.cpp \
    738         Source/JavaScriptCore/wtf/TCSystemAlloc.h \
    739         Source/JavaScriptCore/wtf/TemporaryChange.h \
    740         Source/JavaScriptCore/wtf/text/ASCIIFastPath.h \
    741         Source/JavaScriptCore/wtf/text/AtomicString.cpp \
    742         Source/JavaScriptCore/wtf/text/AtomicString.h \
    743         Source/JavaScriptCore/wtf/text/AtomicStringHash.h \
    744         Source/JavaScriptCore/wtf/text/AtomicStringImpl.h \
    745         Source/JavaScriptCore/wtf/text/CString.cpp \
    746         Source/JavaScriptCore/wtf/text/CString.h \
    747         Source/JavaScriptCore/wtf/text/StringBuffer.h \
    748         Source/JavaScriptCore/wtf/text/StringBuilder.cpp \
    749         Source/JavaScriptCore/wtf/text/StringBuilder.h \
    750         Source/JavaScriptCore/wtf/text/StringConcatenate.h \
    751         Source/JavaScriptCore/wtf/text/StringHash.h \
    752         Source/JavaScriptCore/wtf/text/StringImpl.cpp \
    753         Source/JavaScriptCore/wtf/text/StringImpl.h \
    754         Source/JavaScriptCore/wtf/text/StringOperators.h \
    755         Source/JavaScriptCore/wtf/text/StringStatics.cpp \
    756         Source/JavaScriptCore/wtf/text/TextPosition.h \
    757         Source/JavaScriptCore/wtf/text/WTFString.cpp \
    758         Source/JavaScriptCore/wtf/text/WTFString.h \
    759         Source/JavaScriptCore/wtf/ThreadIdentifierDataPthreads.cpp \
    760         Source/JavaScriptCore/wtf/ThreadIdentifierDataPthreads.h \
    761         Source/JavaScriptCore/wtf/Threading.cpp \
    762         Source/JavaScriptCore/wtf/Threading.h \
    763         Source/JavaScriptCore/wtf/ThreadingPrimitives.h \
    764         Source/JavaScriptCore/wtf/ThreadingPthreads.cpp \
    765         Source/JavaScriptCore/wtf/ThreadRestrictionVerifier.h \
    766         Source/JavaScriptCore/wtf/threads/BinarySemaphore.cpp \
    767         Source/JavaScriptCore/wtf/threads/BinarySemaphore.h \
    768         Source/JavaScriptCore/wtf/ThreadSafeRefCounted.h \
    769         Source/JavaScriptCore/wtf/ThreadSpecific.h \
    770         Source/JavaScriptCore/wtf/TypedArrayBase.h \
    771         Source/JavaScriptCore/wtf/TypeTraits.cpp \
    772         Source/JavaScriptCore/wtf/TypeTraits.h \
    773         Source/JavaScriptCore/wtf/Uint16Array.h \
    774         Source/JavaScriptCore/wtf/Uint32Array.h \
    775         Source/JavaScriptCore/wtf/Uint8Array.h \
    776         Source/JavaScriptCore/wtf/Uint8ClampedArray.h \
    777         Source/JavaScriptCore/wtf/unicode/CharacterNames.h \
    778         Source/JavaScriptCore/wtf/unicode/Collator.h \
    779         Source/JavaScriptCore/wtf/unicode/CollatorDefault.cpp \
    780         Source/JavaScriptCore/wtf/unicode/Unicode.h \
    781         Source/JavaScriptCore/wtf/unicode/UTF8.cpp \
    782         Source/JavaScriptCore/wtf/unicode/UTF8.h \
    783         Source/JavaScriptCore/wtf/UnionFind.h \
    784         Source/JavaScriptCore/wtf/UnusedParam.h \
    785         Source/JavaScriptCore/wtf/ValueCheck.h \
    786         Source/JavaScriptCore/wtf/Vector.h \
    787         Source/JavaScriptCore/wtf/VectorTraits.h \
    788         Source/JavaScriptCore/wtf/VMTags.h \
    789         Source/JavaScriptCore/wtf/WTFThreadData.cpp \
    790         Source/JavaScriptCore/wtf/WTFThreadData.h \
    791574        Source/JavaScriptCore/yarr/Yarr.h \
    792575        Source/JavaScriptCore/yarr/YarrInterpreter.cpp \
     
    801584
    802585if TARGET_WIN32
    803 javascriptcore_sources += \
    804         Source/JavaScriptCore/wtf/OSAllocatorWin.cpp \
    805         Source/JavaScriptCore/wtf/ThreadFunctionInvocation.h \
    806         Source/JavaScriptCore/wtf/ThreadingWin.cpp \
    807         Source/JavaScriptCore/wtf/ThreadSpecificWin.cpp
    808586else
    809587javascriptcore_sources += \
    810588        Source/JavaScriptCore/jit/ExecutableAllocatorFixedVMPool.cpp \
    811         Source/JavaScriptCore/wtf/OSAllocatorPosix.cpp
    812589endif
    813 
    814 # ----
    815 # icu unicode backend
    816 # ----
    817 if USE_ICU_UNICODE
    818 javascriptcore_sources += \
    819         Source/JavaScriptCore/wtf/unicode/icu/CollatorICU.cpp \
    820         Source/JavaScriptCore/wtf/unicode/icu/UnicodeIcu.h
    821 endif # USE_ICU_UNICODE
    822 
    823 # ----
    824 # glib unicode backend
    825 # ----
    826 if USE_GLIB_UNICODE
    827 javascriptcore_sources += \
    828         Source/JavaScriptCore/wtf/unicode/UnicodeMacrosFromICU.h \
    829         Source/JavaScriptCore/wtf/unicode/ScriptCodesFromICU.h \
    830         Source/JavaScriptCore/wtf/unicode/glib/UnicodeGLib.h \
    831         Source/JavaScriptCore/wtf/unicode/glib/UnicodeGLib.cpp
    832 endif # USE_GLIB_UNICODE
    833590
    834591# minidom
  • trunk/Source/JavaScriptCore/JSCTypedArrayStubs.h

    r109866 r111778  
    2727#define JSCTypedArrayStubs_h
    2828
    29 #include "Float32Array.h"
    30 #include "Float64Array.h"
    31 #include "Int16Array.h"
    32 #include "Int32Array.h"
    33 #include "Int8Array.h"
    3429#include "JSObject.h"
    3530#include "ObjectPrototype.h"
    36 #include "Uint16Array.h"
    37 #include "Uint32Array.h"
    38 #include "Uint8Array.h"
     31#include <wtf/Forward.h>
    3932
    4033namespace JSC {
  • trunk/Source/JavaScriptCore/JavaScriptCore.gypi

    r108267 r111778  
    138138            'runtime/WeakRandom.h',
    139139            'runtime/WriteBarrier.h',
    140             'wtf/ASCIICType.h',
    141             'wtf/AVLTree.h',
    142             'wtf/Alignment.h',
    143             'wtf/AlwaysInline.h',
    144             'wtf/Assertions.h',
    145             'wtf/Atomics.h',
    146             'wtf/Bitmap.h',
    147             'wtf/BlockStack.h',
    148             'wtf/BloomFilter.h',
    149             'wtf/BumpPointerAllocator.h',
    150             'wtf/ByteArray.h',
    151             'wtf/CheckedArithmetic.h',
    152             'wtf/CheckedBoolean.h',
    153             'wtf/Compiler.h',
    154             'wtf/Complex.h',
    155             'wtf/CryptographicallyRandomNumber.h',
    156             'wtf/CurrentTime.h',
    157             'wtf/DateMath.h',
    158             'wtf/DecimalNumber.h',
    159             'wtf/Decoder.h',
    160             'wtf/DataLog.h',
    161             'wtf/Deque.h',
    162             'wtf/DisallowCType.h',
    163             'wtf/DoublyLinkedList.h',
    164             'wtf/Encoder.h',
    165             'wtf/FastAllocBase.h',
    166             'wtf/FastMalloc.h',
    167             'wtf/FixedArray.h',
    168             'wtf/Forward.h',
    169             'wtf/Functional.h',
    170             'wtf/GetPtr.h',
    171             'wtf/HashCountedSet.h',
    172             'wtf/HashFunctions.h',
    173             'wtf/HashIterators.h',
    174             'wtf/HashMap.h',
    175             'wtf/HashSet.h',
    176             'wtf/HashTable.h',
    177             'wtf/HashTraits.h',
    178             'wtf/HexNumber.h',
    179             'wtf/ListHashSet.h',
    180             'wtf/ListRefPtr.h',
    181             'wtf/Locker.h',
    182             'wtf/MD5.h',
    183             'wtf/MainThread.h',
    184             'wtf/MathExtras.h',
    185             'wtf/MessageQueue.h',
    186             'wtf/NonCopyingSort.h',
    187             'wtf/Noncopyable.h',
    188             'wtf/NotFound.h',
    189             'wtf/NullPtr.h',
    190             'wtf/OSAllocator.h',
    191             'wtf/OwnArrayPtr.h',
    192             'wtf/OwnPtr.h',
    193             'wtf/OwnPtrCommon.h',
    194             'wtf/PageAllocation.h',
    195             'wtf/PageAllocationAligned.h',
    196             'wtf/PageBlock.h',
    197             'wtf/PageReservation.h',
    198             'wtf/PassOwnArrayPtr.h',
    199             'wtf/PassOwnPtr.h',
    200             'wtf/PassRefPtr.h',
    201             'wtf/PassTraits.h',
    202             'wtf/Platform.h',
    203             'wtf/PossiblyNull.h',
    204             'wtf/RandomNumber.h',
    205             'wtf/RefCounted.h',
    206             'wtf/RefCountedLeakCounter.h',
    207             'wtf/RefPtr.h',
    208             'wtf/RefPtrHashMap.h',
    209             'wtf/RetainPtr.h',
    210             'wtf/SentinelLinkedList.h',
    211             'wtf/SinglyLinkedList.h',
    212             'wtf/StackBounds.h',
    213             'wtf/StaticConstructors.h',
    214             'wtf/StdLibExtras.h',
    215             'wtf/StringExtras.h',
    216             'wtf/StringHasher.h',
    217             'wtf/TemporaryChange.h',
    218             'wtf/ThreadSafeRefCounted.h',
    219             'wtf/ThreadSpecific.h',
    220             'wtf/ThreadRestrictionVerifier.h',
    221             'wtf/Threading.h',
    222             'wtf/ThreadingPrimitives.h',
    223             'wtf/TypeTraits.h',
    224             'wtf/UnusedParam.h',
    225             'wtf/VMTags.h',
    226             'wtf/ValueCheck.h',
    227             'wtf/Vector.h',
    228             'wtf/VectorTraits.h',
    229             'wtf/WTFThreadData.h',
    230             'wtf/dtoa.h',
    231             'wtf/dtoa/bignum-dtoa.h',
    232             'wtf/dtoa/bignum.h',
    233             'wtf/dtoa/cached-powers.h',
    234             'wtf/dtoa/diy-fp.h',
    235             'wtf/dtoa/double-conversion.h',
    236             'wtf/dtoa/double.h',
    237             'wtf/dtoa/fast-dtoa.h',
    238             'wtf/dtoa/fixed-dtoa.h',
    239             'wtf/dtoa/strtod.h',
    240             'wtf/dtoa/utils.h',
    241             'wtf/text/ASCIIFastPath.h',
    242             'wtf/text/AtomicString.h',
    243             'wtf/text/AtomicStringHash.h',
    244             'wtf/text/AtomicStringImpl.h',
    245             'wtf/text/CString.h',
    246             'wtf/text/StringBuffer.h',
    247             'wtf/text/StringBuilder.h',
    248             'wtf/text/StringConcatenate.h',
    249             'wtf/text/StringHash.h',
    250             'wtf/text/StringImpl.h',
    251             'wtf/text/StringOperators.h',
    252             'wtf/text/TextPosition.h',
    253             'wtf/text/WTFString.h',
    254             'wtf/threads/BinarySemaphore.h',
    255             'wtf/unicode/CharacterNames.h',
    256             'wtf/unicode/Collator.h',
    257             'wtf/unicode/UTF8.h',
    258             'wtf/unicode/Unicode.h',
    259             'wtf/unicode/icu/UnicodeIcu.h',
    260140            'yarr/Yarr.h',
    261141            'yarr/YarrInterpreter.h',
     
    554434            'runtime/UString.cpp',
    555435            'runtime/UStringConcatenate.h',
    556             'wtf/ArrayBuffer.cpp',
    557             'wtf/ArrayBuffer.h',
    558             'wtf/ArrayBufferView.cpp',
    559             'wtf/ArrayBufferView.h',
    560             'wtf/Assertions.cpp',
    561             'wtf/ByteArray.cpp',
    562             'wtf/CryptographicallyRandomNumber.cpp',
    563             'wtf/CurrentTime.cpp',
    564             'wtf/DateMath.cpp',
    565             'wtf/DecimalNumber.cpp',
    566             'wtf/DataLog.cpp',
    567             'wtf/DynamicAnnotations.cpp',
    568             'wtf/DynamicAnnotations.h',
    569             'wtf/FastMalloc.cpp',
    570             'wtf/Float32Array.h',
    571             'wtf/Float64Array.h',
    572             'wtf/HashTable.cpp',
    573             'wtf/Int16Array.h',
    574             'wtf/Int32Array.h',
    575             'wtf/Int8Array.h',
    576             'wtf/IntegralTypedArrayBase.h',
    577             'wtf/MD5.cpp',
    578             'wtf/MainThread.cpp',
    579             'wtf/MallocZoneSupport.h',
    580             'wtf/NullPtr.cpp',
    581             'wtf/NumberOfCores.cpp',
    582             'wtf/NumberOfCores.h',
    583             'wtf/OSAllocatorPosix.cpp',
    584             'wtf/OSAllocatorWin.cpp',
    585             'wtf/OSRandomSource.cpp',
    586             'wtf/OSRandomSource.h',
    587             'wtf/PageAllocationAligned.cpp',
    588             'wtf/PageBlock.cpp',
    589             'wtf/ParallelJobs.h',
    590             'wtf/ParallelJobsGeneric.cpp',
    591             'wtf/ParallelJobsGeneric.h',
    592             'wtf/ParallelJobsLibdispatch.h',
    593             'wtf/ParallelJobsOpenMP.h',
    594             'wtf/RandomNumber.cpp',
    595             'wtf/RandomNumberSeed.h',
    596             'wtf/RefCountedLeakCounter.cpp',
    597             'wtf/SHA1.cpp',
    598             'wtf/SHA1.h',
    599             'wtf/SegmentedVector.h',
    600             'wtf/SizeLimits.cpp',
    601             'wtf/StackBounds.cpp',
    602             'wtf/StringExtras.cpp',
    603             'wtf/TCPackedCache.h',
    604             'wtf/TCPageMap.h',
    605             'wtf/TCSpinLock.h',
    606             'wtf/TCSystemAlloc.cpp',
    607             'wtf/TCSystemAlloc.h',
    608             'wtf/ThreadFunctionInvocation.h',
    609             'wtf/ThreadIdentifierDataPthreads.cpp',
    610             'wtf/ThreadIdentifierDataPthreads.h',
    611             'wtf/ThreadSpecificWin.cpp',
    612             'wtf/Threading.cpp',
    613             'wtf/ThreadingPthreads.cpp',
    614             'wtf/ThreadingWin.cpp',
    615             'wtf/TypeTraits.cpp',
    616             'wtf/TypedArrayBase.h',
    617             'wtf/WTFThreadData.cpp',
    618             'wtf/Uint16Array.h',
    619             'wtf/Uint32Array.h',
    620             'wtf/Uint8Array.h',
    621             'wtf/chromium/ChromiumThreading.h',
    622             'wtf/chromium/MainThreadChromium.cpp',
    623             'wtf/dtoa.cpp',
    624             'wtf/dtoa/bignum-dtoa.cc',
    625             'wtf/dtoa/bignum.cc',
    626             'wtf/dtoa/cached-powers.cc',
    627             'wtf/dtoa/diy-fp.cc',
    628             'wtf/dtoa/double-conversion.cc',
    629             'wtf/dtoa/fast-dtoa.cc',
    630             'wtf/dtoa/fixed-dtoa.cc',
    631             'wtf/dtoa/strtod.cc',
    632             'wtf/efl/MainThreadEfl.cpp',
    633             'wtf/gobject/GOwnPtr.cpp',
    634             'wtf/gobject/GOwnPtr.h',
    635             'wtf/gobject/GRefPtr.cpp',
    636             'wtf/gobject/GRefPtr.h',
    637             'wtf/gobject/GTypedefs.h',
    638             'wtf/gtk/MainThreadGtk.cpp',
    639             'wtf/mac/MainThreadMac.mm',
    640             'wtf/qt/MainThreadQt.cpp',
    641             'wtf/qt/StringQt.cpp',
    642             'wtf/text/AtomicString.cpp',
    643             'wtf/text/CString.cpp',
    644             'wtf/text/StringBuilder.cpp',
    645             'wtf/text/StringImpl.cpp',
    646             'wtf/text/StringStatics.cpp',
    647             'wtf/text/WTFString.cpp',
    648             'wtf/threads/BinarySemaphore.cpp',
    649             'wtf/unicode/CollatorDefault.cpp',
    650             'wtf/unicode/ScriptCodesFromICU.h',
    651             'wtf/unicode/UTF8.cpp',
    652             'wtf/unicode/UnicodeMacrosFromICU.h',
    653             'wtf/unicode/glib/UnicodeGLib.cpp',
    654             'wtf/unicode/glib/UnicodeGLib.h',
    655             'wtf/unicode/icu/CollatorICU.cpp',
    656             'wtf/unicode/qt4/UnicodeQt4.h',
    657             'wtf/unicode/wince/UnicodeWinCE.cpp',
    658             'wtf/unicode/wince/UnicodeWinCE.h',
    659             'wtf/win/MainThreadWin.cpp',
    660             'wtf/win/OwnPtrWin.cpp',
    661             'wtf/wince/FastMallocWinCE.h',
    662             'wtf/wince/MemoryManager.cpp',
    663             'wtf/wince/MemoryManager.h',
    664             'wtf/wx/MainThreadWx.cpp',
    665             'wtf/wx/StringWx.cpp',
    666436            'yarr/YarrInterpreter.cpp',
    667437            'yarr/YarrJIT.cpp',
  • trunk/Source/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj

    r111504 r111778  
    4848
    4949/* Begin PBXBuildFile section */
    50                 06D358B30DAADAA4003B174E /* MainThread.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 06D358A20DAAD9C4003B174E /* MainThread.cpp */; };
    51                 06D358B40DAADAAA003B174E /* MainThreadMac.mm in Sources */ = {isa = PBXBuildFile; fileRef = 06D358A10DAAD9C4003B174E /* MainThreadMac.mm */; };
    52                 088FA5BB0EF76D4300578E6F /* RandomNumber.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 088FA5B90EF76D4300578E6F /* RandomNumber.cpp */; };
    5350                08DDA5C11264631700751732 /* UStringBuilder.h in Headers */ = {isa = PBXBuildFile; fileRef = 08DDA5BB12645F1D00751732 /* UStringBuilder.h */; settings = {ATTRIBUTES = (Private, ); }; };
    5451                0A4337BB1506218800991C95 /* DFGRedundantPhiEliminationPhase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0A4337BA1506218800991C95 /* DFGRedundantPhiEliminationPhase.cpp */; };
    5552                0A4337BE1506219B00991C95 /* DFGRedundantPhiEliminationPhase.h in Headers */ = {isa = PBXBuildFile; fileRef = 0A4337BD1506219B00991C95 /* DFGRedundantPhiEliminationPhase.h */; };
    56                 0B330C270F38C62300692DE3 /* TypeTraits.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0B330C260F38C62300692DE3 /* TypeTraits.cpp */; };
    57                 0BF28A2911A33DC300638F84 /* SizeLimits.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0BF28A2811A33DC300638F84 /* SizeLimits.cpp */; };
    5853                0F0776BF14FF002B00102332 /* JITCompilationEffort.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F0776BD14FF002800102332 /* JITCompilationEffort.h */; settings = {ATTRIBUTES = (Private, ); }; };
    5954                0F0B839A14BCF45D00885B4F /* LLIntEntrypoints.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0F0B839514BCF45A00885B4F /* LLIntEntrypoints.cpp */; };
     
    7368                0F0FC45A14BD15F500B81154 /* LLIntCallLinkInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F0FC45814BD15F100B81154 /* LLIntCallLinkInfo.h */; settings = {ATTRIBUTES = (Private, ); }; };
    7469                0F15F15F14B7A73E005DE37D /* CommonSlowPaths.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F15F15D14B7A73A005DE37D /* CommonSlowPaths.h */; settings = {ATTRIBUTES = (Private, ); }; };
    75                 0F16D726142C39C000CF784A /* BitVector.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0F16D724142C39A200CF784A /* BitVector.cpp */; };
    7670                0F21C26814BE5F6800ADC64B /* JITDriver.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F21C26614BE5F5E00ADC64B /* JITDriver.h */; settings = {ATTRIBUTES = (Private, ); }; };
    7771                0F21C27C14BE727600ADC64B /* ExecutionHarness.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F21C27A14BE727300ADC64B /* ExecutionHarness.h */; settings = {ATTRIBUTES = (Private, ); }; };
     
    126120                0F9332A414CA7DD90085F3C6 /* PutByIdStatus.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F93329A14CA7DC10085F3C6 /* PutByIdStatus.h */; settings = {ATTRIBUTES = (Private, ); }; };
    127121                0F9332A514CA7DDD0085F3C6 /* StructureSet.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F93329B14CA7DC10085F3C6 /* StructureSet.h */; settings = {ATTRIBUTES = (Private, ); }; };
    128                 0F963B2C13F853EC0002D9B2 /* MetaAllocator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0F963B2B13F853C70002D9B2 /* MetaAllocator.cpp */; settings = {COMPILER_FLAGS = "-fno-strict-aliasing"; }; };
    129122                0F963B3813FC6FE90002D9B2 /* ValueProfile.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F963B3613FC6FDE0002D9B2 /* ValueProfile.h */; settings = {ATTRIBUTES = (Private, ); }; };
    130123                0F9FC8C314E1B5FE00D52AE0 /* PolymorphicPutByIdList.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0F9FC8BF14E1B5FB00D52AE0 /* PolymorphicPutByIdList.cpp */; };
    131124                0F9FC8C414E1B60000D52AE0 /* PolymorphicPutByIdList.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F9FC8C014E1B5FB00D52AE0 /* PolymorphicPutByIdList.h */; settings = {ATTRIBUTES = (Private, ); }; };
    132125                0F9FC8C514E1B60400D52AE0 /* PutKind.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F9FC8C114E1B5FB00D52AE0 /* PutKind.h */; settings = {ATTRIBUTES = (Private, ); }; };
    133                 0F9FC8D014E612D800D52AE0 /* DataLog.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0F9FC8CD14E612D500D52AE0 /* DataLog.cpp */; };
    134126                0FA581BA150E952C00B9A2D9 /* DFGNodeFlags.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0FA581B7150E952A00B9A2D9 /* DFGNodeFlags.cpp */; };
    135127                0FA581BB150E953000B9A2D9 /* DFGNodeFlags.h in Headers */ = {isa = PBXBuildFile; fileRef = 0FA581B8150E952A00B9A2D9 /* DFGNodeFlags.h */; settings = {ATTRIBUTES = (Private, ); }; };
     
    180172                0FFFC95F14EF90BB00C72532 /* DFGVirtualRegisterAllocationPhase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0FFFC95314EF909500C72532 /* DFGVirtualRegisterAllocationPhase.cpp */; };
    181173                0FFFC96014EF90BD00C72532 /* DFGVirtualRegisterAllocationPhase.h in Headers */ = {isa = PBXBuildFile; fileRef = 0FFFC95414EF909500C72532 /* DFGVirtualRegisterAllocationPhase.h */; settings = {ATTRIBUTES = (Private, ); }; };
    182                 1400069312A6F9E10064D123 /* OSAllocatorPosix.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1400069212A6F9E10064D123 /* OSAllocatorPosix.cpp */; };
    183174                140566C4107EC255005DBC8D /* JSAPIValueWrapper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC0894D50FAFBA2D00001865 /* JSAPIValueWrapper.cpp */; };
    184175                140566D1107EC267005DBC8D /* JSStaticScopeObject.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A7E42C190E3938830065A544 /* JSStaticScopeObject.cpp */; };
     
    243234                1440F8AF0A508D200005F061 /* JSCallbackConstructor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1440F8AD0A508D200005F061 /* JSCallbackConstructor.cpp */; };
    244235                1440FCE40A51E46B0005F061 /* JSClassRef.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1440FCE20A51E46B0005F061 /* JSClassRef.cpp */; };
    245                 14469DD7107EC79E00650446 /* dtoa.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 651F6412039D5B5F0078395C /* dtoa.cpp */; };
    246236                14469DDE107EC7E700650446 /* Lookup.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F692A8680255597D01FF60F7 /* Lookup.cpp */; };
    247237                14469DDF107EC7E700650446 /* MathObject.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F692A86A0255597D01FF60F7 /* MathObject.cpp */; };
     
    307297                14A42E400F4F60EE00599099 /* TimeoutChecker.h in Headers */ = {isa = PBXBuildFile; fileRef = 14A42E3E0F4F60EE00599099 /* TimeoutChecker.h */; settings = {ATTRIBUTES = (Private, ); }; };
    308298                14ABDF600A437FEF00ECCA01 /* JSCallbackObject.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 14ABDF5E0A437FEF00ECCA01 /* JSCallbackObject.cpp */; };
    309                 14B3EF0612BC24DD00D29EFF /* PageBlock.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 14B3EF0412BC24DD00D29EFF /* PageBlock.cpp */; };
    310299                14B723B212D7DA46003BD5ED /* MachineStackMarker.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 14B7233F12D7D0DA003BD5ED /* MachineStackMarker.cpp */; };
    311300                14B723B812D7DA6F003BD5ED /* MachineStackMarker.h in Headers */ = {isa = PBXBuildFile; fileRef = 14B7234012D7D0DA003BD5ED /* MachineStackMarker.h */; settings = {ATTRIBUTES = (Private, ); }; };
     
    322311                14D2F3DB139F4BE200491031 /* MarkedSpace.h in Headers */ = {isa = PBXBuildFile; fileRef = 14D2F3D9139F4BE200491031 /* MarkedSpace.h */; settings = {ATTRIBUTES = (Private, ); }; };
    323312                14E9D17B107EC469004DDA21 /* JSGlobalObjectFunctions.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC756FC60E2031B200DE7D12 /* JSGlobalObjectFunctions.cpp */; };
    324                 14F8BA3E107EC886009892DC /* FastMalloc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 65E217B908E7EECC0023E5F6 /* FastMalloc.cpp */; };
    325                 14F8BA43107EC88C009892DC /* TCSystemAlloc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6541BD7008E80A17002CBEE7 /* TCSystemAlloc.cpp */; };
    326313                14F97447138C853E00DA1C67 /* HeapRootVisitor.h in Headers */ = {isa = PBXBuildFile; fileRef = 14F97446138C853E00DA1C67 /* HeapRootVisitor.h */; settings = {ATTRIBUTES = (Private, ); }; };
    327                 14FFF98C12BFFF7500795BB8 /* PageAllocationAligned.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 14FFF98A12BFFF7500795BB8 /* PageAllocationAligned.cpp */; };
    328                 180B9BFE0F16E94D009BDBC5 /* CurrentTime.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 180B9AEF0F16C569009BDBC5 /* CurrentTime.cpp */; };
    329                 18BAB55310DAE054000D945B /* ThreadIdentifierDataPthreads.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 18BAB52710DADFCD000D945B /* ThreadIdentifierDataPthreads.cpp */; };
    330                 1A082779142168D70090CCAC /* BinarySemaphore.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A082777142168D70090CCAC /* BinarySemaphore.cpp */; };
    331                 1A08277A142168D70090CCAC /* BinarySemaphore.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A082778142168D70090CCAC /* BinarySemaphore.h */; };
    332                 2684B2D314D4A9B20072C0B6 /* ParsedURL.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2684B2C414D4A9B20072C0B6 /* ParsedURL.cpp */; };
    333                 2684B2D814D4A9B20072C0B6 /* URLCharacterTypes.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2684B2CA14D4A9B20072C0B6 /* URLCharacterTypes.cpp */; };
    334                 2684B2DB14D4A9B20072C0B6 /* URLEscape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2684B2CD14D4A9B20072C0B6 /* URLEscape.cpp */; };
    335                 2684B2DF14D4A9B20072C0B6 /* URLSegments.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2684B2D114D4A9B20072C0B6 /* URLSegments.cpp */; };
    336314                41359CF30FDD89AD00206180 /* DateConversion.h in Headers */ = {isa = PBXBuildFile; fileRef = D21202290AD4310C00ED79B6 /* DateConversion.h */; };
    337                 41359CF60FDD89CB00206180 /* DateMath.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 41359CF40FDD89CB00206180 /* DateMath.cpp */; };
    338315                451539B912DC994500EF7AC4 /* Yarr.h in Headers */ = {isa = PBXBuildFile; fileRef = 451539B812DC994500EF7AC4 /* Yarr.h */; settings = {ATTRIBUTES = (Private, ); }; };
    339                 511FC4C9117EE28700425272 /* MD5.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 511FC4C7117EE23D00425272 /* MD5.cpp */; };
    340316                5D53726F0E1C54880021E549 /* Tracing.h in Headers */ = {isa = PBXBuildFile; fileRef = 5D53726E0E1C54880021E549 /* Tracing.h */; };
    341317                5D5D8AD10E0D0EBE00F9C692 /* libedit.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 5D5D8AD00E0D0EBE00F9C692 /* libedit.dylib */; };
    342                 5D6A566B0F05995500266145 /* Threading.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5D6A566A0F05995500266145 /* Threading.cpp */; };
    343318                5DBB151B131D0B310056AD36 /* testapi.js in Copy Support Script */ = {isa = PBXBuildFile; fileRef = 14D857740A4696C80032146C /* testapi.js */; };
    344319                5DBB1525131D0BD70056AD36 /* minidom.js in Copy Support Script */ = {isa = PBXBuildFile; fileRef = 1412110D0A48788700480255 /* minidom.js */; };
     
    350325                65303D641447B9E100D3F904 /* ParserTokens.h in Headers */ = {isa = PBXBuildFile; fileRef = 65303D631447B9E100D3F904 /* ParserTokens.h */; settings = {ATTRIBUTES = (Private, ); }; };
    351326                655EB29B10CE2581001A990E /* NodesCodegen.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 655EB29A10CE2581001A990E /* NodesCodegen.cpp */; };
    352                 65DFC93308EA173A00F7300B /* HashTable.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 65DFC92D08EA173A00F7300B /* HashTable.cpp */; };
    353                 65FDE49C0BDD1D4A00E80111 /* Assertions.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 65E217B808E7EECC0023E5F6 /* Assertions.cpp */; };
    354                 76FB9F1112E851960051A2EB /* SHA1.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 76FB9F1012E851960051A2EB /* SHA1.cpp */; };
    355                 7934BB7C1361979400CB99A1 /* ParallelJobsGeneric.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7934BB771361979300CB99A1 /* ParallelJobsGeneric.cpp */; };
    356327                7E4EE7090EBB7963005934AA /* StructureChain.h in Headers */ = {isa = PBXBuildFile; fileRef = 7E4EE7080EBB7963005934AA /* StructureChain.h */; settings = {ATTRIBUTES = (Private, ); }; };
    357328                7E4EE70F0EBB7A5B005934AA /* StructureChain.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7E4EE70E0EBB7A5B005934AA /* StructureChain.cpp */; };
     
    364335                8604F505143CE1C200B295F5 /* JSGlobalThis.h in Headers */ = {isa = PBXBuildFile; fileRef = 8604F503143CE1C100B295F5 /* JSGlobalThis.h */; settings = {ATTRIBUTES = (Private, ); }; };
    365336                860BD801148EA6F200112B2F /* Intrinsic.h in Headers */ = {isa = PBXBuildFile; fileRef = 86BF642A148DB2B5004DE36A /* Intrinsic.h */; settings = {ATTRIBUTES = (Private, ); }; };
    366                 8626BECF11928E3900782FAB /* StringStatics.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8626BECE11928E3900782FAB /* StringStatics.cpp */; };
    367337                863B23E00FC6118900703AA4 /* MacroAssemblerCodeRef.h in Headers */ = {isa = PBXBuildFile; fileRef = 863B23DF0FC60E6200703AA4 /* MacroAssemblerCodeRef.h */; settings = {ATTRIBUTES = (Private, ); }; };
    368                 86438FC41265503E00E0DFCA /* StringBuilder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 86438FC31265503E00E0DFCA /* StringBuilder.cpp */; };
    369                 86565742115BE3DA00291F40 /* CString.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 86565740115BE3DA00291F40 /* CString.cpp */; };
    370338                865A30F1135007E100CDB49E /* JSValueInlineMethods.h in Headers */ = {isa = PBXBuildFile; fileRef = 865A30F0135007E100CDB49E /* JSValueInlineMethods.h */; settings = {ATTRIBUTES = (Private, ); }; };
    371339                865F408810E7D56300947361 /* APIShims.h in Headers */ = {isa = PBXBuildFile; fileRef = 865F408710E7D56300947361 /* APIShims.h */; settings = {ATTRIBUTES = (Private, ); }; };
     
    383351                86880F1F14328BB900B08D42 /* DFGSpeculativeJIT32_64.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 86880F1B14328BB900B08D42 /* DFGSpeculativeJIT32_64.cpp */; };
    384352                86880F4D14353B2100B08D42 /* DFGSpeculativeJIT64.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 86880F4C14353B2100B08D42 /* DFGSpeculativeJIT64.cpp */; };
    385                 868BFA08117CEFD100B908B1 /* AtomicString.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 868BFA00117CEFD100B908B1 /* AtomicString.cpp */; };
    386                 868BFA0E117CEFD100B908B1 /* StringImpl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 868BFA06117CEFD100B908B1 /* StringImpl.cpp */; };
    387                 868BFA17117CF19900B908B1 /* WTFString.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 868BFA15117CF19900B908B1 /* WTFString.cpp */; };
    388353                869D04AF1193B54D00803475 /* CachedTranscendentalFunction.h in Headers */ = {isa = PBXBuildFile; fileRef = 869D04AE1193B54D00803475 /* CachedTranscendentalFunction.h */; settings = {ATTRIBUTES = (Private, ); }; };
    389354                869EBCB70E8C6D4A008722CC /* ResultType.h in Headers */ = {isa = PBXBuildFile; fileRef = 869EBCB60E8C6D4A008722CC /* ResultType.h */; settings = {ATTRIBUTES = (Private, ); }; };
     
    410375                86CC85C40EE7A89400288682 /* JITPropertyAccess.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 86CC85C30EE7A89400288682 /* JITPropertyAccess.cpp */; };
    411376                86CCEFDE0F413F8900FD7F9E /* JITCode.h in Headers */ = {isa = PBXBuildFile; fileRef = 86CCEFDD0F413F8900FD7F9E /* JITCode.h */; settings = {ATTRIBUTES = (Private, ); }; };
    412                 86D08D5311793613006E5ED0 /* WTFThreadData.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 86D08D5111793613006E5ED0 /* WTFThreadData.cpp */; };
    413377                86D3B2C310156BDE002865E7 /* ARMAssembler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 86D3B2BF10156BDE002865E7 /* ARMAssembler.cpp */; };
    414378                86D3B2C410156BDE002865E7 /* ARMAssembler.h in Headers */ = {isa = PBXBuildFile; fileRef = 86D3B2C010156BDE002865E7 /* ARMAssembler.h */; };
     
    417381                86D3B3C310159D7F002865E7 /* LinkBuffer.h in Headers */ = {isa = PBXBuildFile; fileRef = 86D3B3C110159D7F002865E7 /* LinkBuffer.h */; };
    418382                86D3B3C410159D7F002865E7 /* RepatchBuffer.h in Headers */ = {isa = PBXBuildFile; fileRef = 86D3B3C210159D7F002865E7 /* RepatchBuffer.h */; };
    419                 86D87DAE12BCA7D1008E73A1 /* StackBounds.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 86D87DA512BC4B14008E73A1 /* StackBounds.cpp */; };
    420383                86DB64640F95C6FC00D7D921 /* ExecutableAllocatorFixedVMPool.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 86DB64630F95C6FC00D7D921 /* ExecutableAllocatorFixedVMPool.cpp */; };
    421384                86E116B10FE75AC800B512BC /* CodeLocation.h in Headers */ = {isa = PBXBuildFile; fileRef = 86E116B00FE75AC800B512BC /* CodeLocation.h */; };
     
    439402                90213E3D123A40C200D422F3 /* MemoryStatistics.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 90213E3B123A40C200D422F3 /* MemoryStatistics.cpp */; };
    440403                90213E3E123A40C200D422F3 /* MemoryStatistics.h in Headers */ = {isa = PBXBuildFile; fileRef = 90213E3C123A40C200D422F3 /* MemoryStatistics.h */; settings = {ATTRIBUTES = (Private, ); }; };
    441                 905B02AE0E28640F006DF882 /* RefCountedLeakCounter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 905B02AD0E28640F006DF882 /* RefCountedLeakCounter.cpp */; };
    442404                93052C340FB792190048FDC3 /* ParserArena.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 93052C320FB792190048FDC3 /* ParserArena.cpp */; };
    443405                93052C350FB792190048FDC3 /* ParserArena.h in Headers */ = {isa = PBXBuildFile; fileRef = 93052C330FB792190048FDC3 /* ParserArena.h */; settings = {ATTRIBUTES = (Private, ); }; };
     
    450412                9330402C0E6A764000786E6A /* SmallStrings.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 93303FE80E6A72B500786E6A /* SmallStrings.cpp */; };
    451413                9335F24D12E6765B002B5553 /* StringRecursionChecker.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 93345A8712D838C400302BE3 /* StringRecursionChecker.cpp */; };
    452                 93854A9A12C93D3B00DAAF77 /* NullPtr.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 93854A9912C93D3B00DAAF77 /* NullPtr.cpp */; };
    453414                9534AAFB0E5B7A9600B8A45B /* JSProfilerPrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = 952C63AC0E4777D600C13936 /* JSProfilerPrivate.h */; settings = {ATTRIBUTES = (Private, ); }; };
    454415                95742F650DD11F5A000917FB /* Profile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95742F630DD11F5A000917FB /* Profile.cpp */; };
     
    475436                978801401471AD920041B016 /* JSDateMath.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9788FC221471AD0C0068CE2D /* JSDateMath.cpp */; };
    476437                978801411471AD920041B016 /* JSDateMath.h in Headers */ = {isa = PBXBuildFile; fileRef = 9788FC231471AD0C0068CE2D /* JSDateMath.h */; settings = {ATTRIBUTES = (Private, ); }; };
    477                 97941A5713029AAB004A3447 /* OSRandomSource.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 97941A3F130299DB004A3447 /* OSRandomSource.cpp */; };
    478                 97941A7E1302A098004A3447 /* CryptographicallyRandomNumber.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 97941A7C1302A098004A3447 /* CryptographicallyRandomNumber.cpp */; };
    479438                A1712B3B11C7B212007A5315 /* RegExpCache.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A1712B3A11C7B212007A5315 /* RegExpCache.cpp */; };
    480439                A1712B3F11C7B228007A5315 /* RegExpCache.h in Headers */ = {isa = PBXBuildFile; fileRef = A1712B3E11C7B228007A5315 /* RegExpCache.h */; settings = {ATTRIBUTES = (Private, ); }; };
     
    492451                A7386555118697B400540279 /* ThunkGenerators.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A7386552118697B400540279 /* ThunkGenerators.cpp */; };
    493452                A7386556118697B400540279 /* ThunkGenerators.h in Headers */ = {isa = PBXBuildFile; fileRef = A7386553118697B400540279 /* ThunkGenerators.h */; settings = {ATTRIBUTES = (Private, ); }; };
    494                 A73BE168148420520091204B /* ArrayBuffer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A73BE154148420520091204B /* ArrayBuffer.cpp */; };
    495                 A73BE16A148420520091204B /* ArrayBufferView.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A73BE156148420520091204B /* ArrayBufferView.cpp */; };
    496453                A7482B9311671147003B0712 /* JSWeakObjectMapRefPrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = A7482B791166CDEA003B0712 /* JSWeakObjectMapRefPrivate.h */; settings = {ATTRIBUTES = (Private, ); }; };
    497454                A7482B9411671147003B0712 /* JSWeakObjectMapRefPrivate.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A7482B7A1166CDEA003B0712 /* JSWeakObjectMapRefPrivate.cpp */; };
     
    508465                A791EF280F11E07900AE1F68 /* JSByteArray.h in Headers */ = {isa = PBXBuildFile; fileRef = A791EF260F11E07900AE1F68 /* JSByteArray.h */; settings = {ATTRIBUTES = (Private, ); }; };
    509466                A791EF290F11E07900AE1F68 /* JSByteArray.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A791EF270F11E07900AE1F68 /* JSByteArray.cpp */; };
    510                 A7A1F7AC0F252B3C00E184E2 /* ByteArray.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A7A1F7AA0F252B3C00E184E2 /* ByteArray.cpp */; };
    511467                A7B48F490EE8936F00DCBDB6 /* ExecutableAllocator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A7B48DB60EE74CFC00DCBDB6 /* ExecutableAllocator.cpp */; };
    512468                A7B4ACAF1484C9CE00B38A36 /* JSExportMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = A7B4ACAE1484C9CE00B38A36 /* JSExportMacros.h */; settings = {ATTRIBUTES = (Private, ); }; };
     
    519475                A7FB60A4103F7DC20017A286 /* PropertyDescriptor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A7FB60A3103F7DC20017A286 /* PropertyDescriptor.cpp */; };
    520476                A7FB61001040C38B0017A286 /* PropertyDescriptor.h in Headers */ = {isa = PBXBuildFile; fileRef = A7FB604B103F5EAB0017A286 /* PropertyDescriptor.h */; settings = {ATTRIBUTES = (Private, ); }; };
     477                A8A4748E151A8306004123FF /* libWTF.a in Frameworks */ = {isa = PBXBuildFile; fileRef = A8A4748D151A8306004123FF /* libWTF.a */; };
    521478                BC02E90D0E1839DB000F9297 /* ErrorConstructor.h in Headers */ = {isa = PBXBuildFile; fileRef = BC02E9050E1839DB000F9297 /* ErrorConstructor.h */; };
    522479                BC02E90F0E1839DB000F9297 /* ErrorPrototype.h in Headers */ = {isa = PBXBuildFile; fileRef = BC02E9070E1839DB000F9297 /* ErrorPrototype.h */; };
     
    632589                BCFD8C930EEB2EE700283848 /* JumpTable.h in Headers */ = {isa = PBXBuildFile; fileRef = BCFD8C910EEB2EE700283848 /* JumpTable.h */; };
    633590                C22B31B9140577D700DB475A /* SamplingCounter.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F77008E1402FDD60078EB39 /* SamplingCounter.h */; settings = {ATTRIBUTES = (Private, ); }; };
    634                 C22C52F113FAF6EF00B7DC0D /* bignum-dtoa.cc in Sources */ = {isa = PBXBuildFile; fileRef = C22C529013FAF6EF00B7DC0D /* bignum-dtoa.cc */; };
    635                 C22C52F313FAF6EF00B7DC0D /* bignum.cc in Sources */ = {isa = PBXBuildFile; fileRef = C22C529213FAF6EF00B7DC0D /* bignum.cc */; };
    636                 C22C52F513FAF6EF00B7DC0D /* cached-powers.cc in Sources */ = {isa = PBXBuildFile; fileRef = C22C529413FAF6EF00B7DC0D /* cached-powers.cc */; };
    637                 C22C52F713FAF6EF00B7DC0D /* diy-fp.cc in Sources */ = {isa = PBXBuildFile; fileRef = C22C529713FAF6EF00B7DC0D /* diy-fp.cc */; };
    638                 C22C52F913FAF6EF00B7DC0D /* double-conversion.cc in Sources */ = {isa = PBXBuildFile; fileRef = C22C529913FAF6EF00B7DC0D /* double-conversion.cc */; };
    639                 C22C52FC13FAF6EF00B7DC0D /* fast-dtoa.cc in Sources */ = {isa = PBXBuildFile; fileRef = C22C529C13FAF6EF00B7DC0D /* fast-dtoa.cc */; };
    640                 C22C52FE13FAF6EF00B7DC0D /* fixed-dtoa.cc in Sources */ = {isa = PBXBuildFile; fileRef = C22C529E13FAF6EF00B7DC0D /* fixed-dtoa.cc */; };
    641                 C22C531313FAF6EF00B7DC0D /* strtod.cc in Sources */ = {isa = PBXBuildFile; fileRef = C22C52B913FAF6EF00B7DC0D /* strtod.cc */; };
    642591                C240305514B404E60079EB64 /* CopiedSpace.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C240305314B404C90079EB64 /* CopiedSpace.cpp */; };
    643592                C2B916C214DA014E00CBAC86 /* MarkedAllocator.h in Headers */ = {isa = PBXBuildFile; fileRef = C2B916C114DA014E00CBAC86 /* MarkedAllocator.h */; settings = {ATTRIBUTES = (Private, ); }; };
     
    648597                C2EAA3FA149A835E00FCE112 /* CopiedSpace.h in Headers */ = {isa = PBXBuildFile; fileRef = C2EAA3F8149A830800FCE112 /* CopiedSpace.h */; settings = {ATTRIBUTES = (Private, ); }; };
    649598                C2EAD2FC14F0249800A4B159 /* CopiedAllocator.h in Headers */ = {isa = PBXBuildFile; fileRef = C2EAD2FB14F0249800A4B159 /* CopiedAllocator.h */; settings = {ATTRIBUTES = (Private, ); }; };
    650                 C2EE59A113FC9768009CEAFE /* DecimalNumber.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C2EE599D13FC972A009CEAFE /* DecimalNumber.cpp */; };
    651599                DDF7ABD411F60ED200108E36 /* GCActivityCallback.h in Headers */ = {isa = PBXBuildFile; fileRef = DDF7ABD211F60ED200108E36 /* GCActivityCallback.h */; settings = {ATTRIBUTES = (Private, ); }; };
    652600                DDF7ABD511F60ED200108E36 /* GCActivityCallbackCF.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DDF7ABD311F60ED200108E36 /* GCActivityCallbackCF.cpp */; };
     
    655603                E178636D0D9BEEC300D74E75 /* InitializeThreading.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E178636C0D9BEEC300D74E75 /* InitializeThreading.cpp */; };
    656604                E18E3A590DF9278C00D90B34 /* JSGlobalData.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E18E3A570DF9278C00D90B34 /* JSGlobalData.cpp */; };
    657                 E1A862A90D7EBB76001EC6AA /* CollatorICU.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E1A862A80D7EBB76001EC6AA /* CollatorICU.cpp */; settings = {COMPILER_FLAGS = "-fno-strict-aliasing"; }; };
    658                 E1A862D60D7F2B5C001EC6AA /* CollatorDefault.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E1A862D50D7F2B5C001EC6AA /* CollatorDefault.cpp */; };
    659                 E1EE793D0D6C9B9200FEA3BA /* ThreadingPthreads.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E1EE793C0D6C9B9200FEA3BA /* ThreadingPthreads.cpp */; };
    660                 E1EF79AA0CE97BA60088D500 /* UTF8.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E1EF79A80CE97BA60088D500 /* UTF8.cpp */; };
    661605                E49DC16B12EF293E00184A1F /* SourceProviderCache.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E49DC15512EF277200184A1F /* SourceProviderCache.cpp */; };
    662606                E49DC16C12EF294E00184A1F /* SourceProviderCache.h in Headers */ = {isa = PBXBuildFile; fileRef = E49DC15112EF272200184A1F /* SourceProviderCache.h */; settings = {ATTRIBUTES = (Private, ); }; };
    663607                E49DC16D12EF295300184A1F /* SourceProviderCacheItem.h in Headers */ = {isa = PBXBuildFile; fileRef = E49DC14912EF261A00184A1F /* SourceProviderCacheItem.h */; settings = {ATTRIBUTES = (Private, ); }; };
    664                 F69E86C314C6E551002C2C62 /* NumberOfCores.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F69E86C114C6E551002C2C62 /* NumberOfCores.cpp */; };
    665608/* End PBXBuildFile section */
    666609
     
    750693
    751694/* Begin PBXFileReference section */
    752                 06D358A10DAAD9C4003B174E /* MainThreadMac.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = MainThreadMac.mm; sourceTree = "<group>"; };
    753                 06D358A20DAAD9C4003B174E /* MainThread.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = MainThread.cpp; sourceTree = "<group>"; };
    754                 06D358A30DAAD9C4003B174E /* MainThread.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MainThread.h; sourceTree = "<group>"; };
    755                 081469481264375E00DFF935 /* StringBuilder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = StringBuilder.h; path = text/StringBuilder.h; sourceTree = "<group>"; };
    756                 088FA5B90EF76D4300578E6F /* RandomNumber.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = RandomNumber.cpp; sourceTree = "<group>"; };
    757                 088FA5BA0EF76D4300578E6F /* RandomNumber.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RandomNumber.h; sourceTree = "<group>"; };
    758695                0896C29B1265AAF600B1CDD3 /* UStringConcatenate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = UStringConcatenate.h; sourceTree = "<group>"; };
    759                 0896C29E1265AB0900B1CDD3 /* StringConcatenate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = StringConcatenate.h; path = text/StringConcatenate.h; sourceTree = "<group>"; };
    760696                08DDA5BB12645F1D00751732 /* UStringBuilder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = UStringBuilder.h; sourceTree = "<group>"; };
    761                 08E279E80EF83B10007DB523 /* RandomNumberSeed.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RandomNumberSeed.h; sourceTree = "<group>"; };
    762697                0A4337BA1506218800991C95 /* DFGRedundantPhiEliminationPhase.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = DFGRedundantPhiEliminationPhase.cpp; path = dfg/DFGRedundantPhiEliminationPhase.cpp; sourceTree = "<group>"; };
    763698                0A4337BD1506219B00991C95 /* DFGRedundantPhiEliminationPhase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DFGRedundantPhiEliminationPhase.h; path = dfg/DFGRedundantPhiEliminationPhase.h; sourceTree = "<group>"; };
    764                 0B330C260F38C62300692DE3 /* TypeTraits.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = TypeTraits.cpp; sourceTree = "<group>"; };
    765                 0B4D7E620F319AC800AD7E58 /* TypeTraits.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TypeTraits.h; sourceTree = "<group>"; };
    766                 0BAC949E1338728400CF135B /* ThreadRestrictionVerifier.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ThreadRestrictionVerifier.h; sourceTree = "<group>"; };
    767                 0BCD83541485841200EA2003 /* TemporaryChange.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TemporaryChange.h; sourceTree = "<group>"; };
    768                 0BF28A2811A33DC300638F84 /* SizeLimits.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SizeLimits.cpp; sourceTree = "<group>"; };
    769699                0F0776BD14FF002800102332 /* JITCompilationEffort.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JITCompilationEffort.h; sourceTree = "<group>"; };
    770700                0F0B839514BCF45A00885B4F /* LLIntEntrypoints.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = LLIntEntrypoints.cpp; path = llint/LLIntEntrypoints.cpp; sourceTree = "<group>"; };
     
    784714                0F0FC45814BD15F100B81154 /* LLIntCallLinkInfo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LLIntCallLinkInfo.h; sourceTree = "<group>"; };
    785715                0F15F15D14B7A73A005DE37D /* CommonSlowPaths.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CommonSlowPaths.h; sourceTree = "<group>"; };
    786                 0F16D724142C39A200CF784A /* BitVector.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = BitVector.cpp; sourceTree = "<group>"; };
    787716                0F21C26614BE5F5E00ADC64B /* JITDriver.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JITDriver.h; sourceTree = "<group>"; };
    788717                0F21C27914BE727300ADC64B /* CodeSpecializationKind.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CodeSpecializationKind.h; sourceTree = "<group>"; };
     
    792721                0F2C556D14738F2E00121E4F /* DFGCodeBlocks.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DFGCodeBlocks.cpp; sourceTree = "<group>"; };
    793722                0F2C556E14738F2E00121E4F /* DFGCodeBlocks.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DFGCodeBlocks.h; sourceTree = "<group>"; };
    794                 0F2E5BF5146357D2003EB2EB /* Spectrum.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Spectrum.h; sourceTree = "<group>"; };
    795723                0F426A451460CBAB00131F8F /* ValueRecovery.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ValueRecovery.h; sourceTree = "<group>"; };
    796724                0F426A461460CBAB00131F8F /* VirtualRegister.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VirtualRegister.h; sourceTree = "<group>"; };
     
    816744                0F56A1D115000F31002992B1 /* ExecutionCounter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ExecutionCounter.h; sourceTree = "<group>"; };
    817745                0F56A1D415001CF2002992B1 /* ExecutionCounter.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ExecutionCounter.cpp; sourceTree = "<group>"; };
    818                 0F56A1D6150028B9002992B1 /* SimpleStats.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SimpleStats.h; sourceTree = "<group>"; };
    819746                0F5F08CC146BE602000472A9 /* DFGByteCodeCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DFGByteCodeCache.h; path = dfg/DFGByteCodeCache.h; sourceTree = "<group>"; };
    820747                0F5F08CE146C762F000472A9 /* UnconditionalFinalizer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = UnconditionalFinalizer.h; sourceTree = "<group>"; };
     
    825752                0F620171143FCD2F0068B77C /* DFGOperands.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DFGOperands.h; path = dfg/DFGOperands.h; sourceTree = "<group>"; };
    826753                0F620172143FCD2F0068B77C /* DFGVariableAccessData.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DFGVariableAccessData.h; path = dfg/DFGVariableAccessData.h; sourceTree = "<group>"; };
    827                 0F636D9F142D27D200B2E66A /* PackedIntVector.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PackedIntVector.h; sourceTree = "<group>"; };
    828754                0F66E16814DF3F1300B7B2E4 /* DFGAdjacencyList.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DFGAdjacencyList.h; path = dfg/DFGAdjacencyList.h; sourceTree = "<group>"; };
    829755                0F66E16914DF3F1300B7B2E4 /* DFGEdge.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DFGEdge.h; path = dfg/DFGEdge.h; sourceTree = "<group>"; };
     
    840766                0F93329A14CA7DC10085F3C6 /* PutByIdStatus.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PutByIdStatus.h; sourceTree = "<group>"; };
    841767                0F93329B14CA7DC10085F3C6 /* StructureSet.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = StructureSet.h; sourceTree = "<group>"; };
    842                 0F963B2613F753990002D9B2 /* RedBlackTree.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RedBlackTree.h; sourceTree = "<group>"; };
    843                 0F963B2A13F853BD0002D9B2 /* MetaAllocator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MetaAllocator.h; sourceTree = "<group>"; };
    844                 0F963B2B13F853C70002D9B2 /* MetaAllocator.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = MetaAllocator.cpp; sourceTree = "<group>"; };
    845                 0F963B2E13FC66AE0002D9B2 /* MetaAllocatorHandle.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MetaAllocatorHandle.h; sourceTree = "<group>"; };
    846768                0F963B3613FC6FDE0002D9B2 /* ValueProfile.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ValueProfile.h; sourceTree = "<group>"; };
    847769                0F9FC8BF14E1B5FB00D52AE0 /* PolymorphicPutByIdList.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PolymorphicPutByIdList.cpp; sourceTree = "<group>"; };
    848770                0F9FC8C014E1B5FB00D52AE0 /* PolymorphicPutByIdList.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PolymorphicPutByIdList.h; sourceTree = "<group>"; };
    849771                0F9FC8C114E1B5FB00D52AE0 /* PutKind.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PutKind.h; sourceTree = "<group>"; };
    850                 0F9FC8CD14E612D500D52AE0 /* DataLog.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DataLog.cpp; sourceTree = "<group>"; };
    851                 0F9FC8CE14E612D500D52AE0 /* DataLog.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DataLog.h; sourceTree = "<group>"; };
    852772                0FA581B7150E952A00B9A2D9 /* DFGNodeFlags.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = DFGNodeFlags.cpp; path = dfg/DFGNodeFlags.cpp; sourceTree = "<group>"; };
    853773                0FA581B8150E952A00B9A2D9 /* DFGNodeFlags.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DFGNodeFlags.h; path = dfg/DFGNodeFlags.h; sourceTree = "<group>"; };
     
    857777                0FB5467A14F5C7D4002C2989 /* MethodOfGettingAValueProfile.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MethodOfGettingAValueProfile.h; sourceTree = "<group>"; };
    858778                0FB5467C14F5CFD3002C2989 /* MethodOfGettingAValueProfile.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = MethodOfGettingAValueProfile.cpp; sourceTree = "<group>"; };
    859                 0FB5468E14FADA6F002C2989 /* RefCountedArray.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RefCountedArray.h; sourceTree = "<group>"; };
    860779                0FBC0AE41496C7C100D4FBDD /* DFGExitProfile.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DFGExitProfile.cpp; sourceTree = "<group>"; };
    861780                0FBC0AE51496C7C100D4FBDD /* DFGExitProfile.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DFGExitProfile.h; sourceTree = "<group>"; };
     
    880799                0FD3C82014115CF800FD81CB /* DFGDriver.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = DFGDriver.cpp; path = dfg/DFGDriver.cpp; sourceTree = "<group>"; };
    881800                0FD3C82214115D0E00FD81CB /* DFGDriver.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DFGDriver.h; path = dfg/DFGDriver.h; sourceTree = "<group>"; };
    882                 0FD52AAC1430359D0026DC9F /* UnionFind.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = UnionFind.h; sourceTree = "<group>"; };
    883801                0FD82E1E14172C2F00179C94 /* DFGCapabilities.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = DFGCapabilities.cpp; path = dfg/DFGCapabilities.cpp; sourceTree = "<group>"; };
    884802                0FD82E1F14172C2F00179C94 /* DFGCapabilities.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DFGCapabilities.h; path = dfg/DFGCapabilities.h; sourceTree = "<group>"; };
     
    888806                0FD82E52141DAEDE00179C94 /* DFGOSREntry.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = DFGOSREntry.cpp; path = dfg/DFGOSREntry.cpp; sourceTree = "<group>"; };
    889807                0FD82E53141DAEDE00179C94 /* DFGOSREntry.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DFGOSREntry.h; path = dfg/DFGOSREntry.h; sourceTree = "<group>"; };
    890                 0FD82E82141F3FC900179C94 /* BoundsCheckedPointer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BoundsCheckedPointer.h; sourceTree = "<group>"; };
    891808                0FD82E84141F3FDA00179C94 /* PredictedType.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PredictedType.cpp; sourceTree = "<group>"; };
    892                 0FD82F491428069200179C94 /* BitVector.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BitVector.h; sourceTree = "<group>"; };
    893809                0FE228EA1436AB2300196C48 /* Options.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Options.cpp; sourceTree = "<group>"; };
    894810                0FE228EB1436AB2300196C48 /* Options.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Options.h; sourceTree = "<group>"; };
     
    904820                0FFFC95314EF909500C72532 /* DFGVirtualRegisterAllocationPhase.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = DFGVirtualRegisterAllocationPhase.cpp; path = dfg/DFGVirtualRegisterAllocationPhase.cpp; sourceTree = "<group>"; };
    905821                0FFFC95414EF909500C72532 /* DFGVirtualRegisterAllocationPhase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DFGVirtualRegisterAllocationPhase.h; path = dfg/DFGVirtualRegisterAllocationPhase.h; sourceTree = "<group>"; };
    906                 1400067612A6F7830064D123 /* OSAllocator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OSAllocator.h; sourceTree = "<group>"; };
    907                 1400069212A6F9E10064D123 /* OSAllocatorPosix.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = OSAllocatorPosix.cpp; sourceTree = "<group>"; };
    908822                140D17D60E8AD4A9000CD17D /* JSBasePrivate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JSBasePrivate.h; sourceTree = "<group>"; };
    909823                141211020A48780900480255 /* minidom.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = minidom.c; path = tests/minidom.c; sourceTree = "<group>"; };
     
    912826                141448CA13A176EC00F5BA1A /* MarkedBlockSet.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MarkedBlockSet.h; sourceTree = "<group>"; };
    913827                141448CC13A1783700F5BA1A /* TinyBloomFilter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TinyBloomFilter.h; sourceTree = "<group>"; };
    914                 1419D32C0CEA7CDE00FF507A /* RefCounted.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RefCounted.h; sourceTree = "<group>"; };
    915828                1420BE7A10AA6DDB00F455D2 /* WeakRandom.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WeakRandom.h; sourceTree = "<group>"; };
    916829                1421359A0A677F4F00A8195E /* JSBase.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = JSBase.cpp; sourceTree = "<group>"; };
     
    954867                1440FCE10A51E46B0005F061 /* JSClassRef.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JSClassRef.h; sourceTree = "<group>"; };
    955868                1440FCE20A51E46B0005F061 /* JSClassRef.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = JSClassRef.cpp; sourceTree = "<group>"; };
    956                 14456A311314657800212CA3 /* DoublyLinkedList.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DoublyLinkedList.h; sourceTree = "<group>"; };
    957869                145722851437E140005FDE26 /* StrongInlines.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = StrongInlines.h; sourceTree = "<group>"; };
    958870                145C507F0D9DF63B0088F6B9 /* CallData.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CallData.h; sourceTree = "<group>"; };
     
    971883                1482B7E10A43076000517CFC /* JSObjectRef.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JSObjectRef.h; sourceTree = "<group>"; };
    972884                1482B7E20A43076000517CFC /* JSObjectRef.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = JSObjectRef.cpp; sourceTree = "<group>"; };
    973                 148A1626095D16BB00666D0D /* ListRefPtr.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = ListRefPtr.h; sourceTree = "<group>"; };
    974                 148A1ECD0D10C23B0069A47C /* RefPtrHashMap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RefPtrHashMap.h; sourceTree = "<group>"; };
    975885                148CD1D7108CF902008163C6 /* JSContextRefPrivate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JSContextRefPrivate.h; sourceTree = "<group>"; };
    976886                149559ED0DDCDDF700648087 /* DebuggerCallFrame.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DebuggerCallFrame.cpp; sourceTree = "<group>"; };
     
    988898                14ABDF5D0A437FEF00ECCA01 /* JSCallbackObject.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JSCallbackObject.h; sourceTree = "<group>"; };
    989899                14ABDF5E0A437FEF00ECCA01 /* JSCallbackObject.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = JSCallbackObject.cpp; sourceTree = "<group>"; };
    990                 14B3EF0312BC24DD00D29EFF /* PageBlock.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PageBlock.h; sourceTree = "<group>"; };
    991                 14B3EF0412BC24DD00D29EFF /* PageBlock.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PageBlock.cpp; sourceTree = "<group>"; };
    992900                14B7233F12D7D0DA003BD5ED /* MachineStackMarker.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = MachineStackMarker.cpp; sourceTree = "<group>"; };
    993901                14B7234012D7D0DA003BD5ED /* MachineStackMarker.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MachineStackMarker.h; sourceTree = "<group>"; };
     
    1010918                14F252560D08DD8D004ECFFF /* JSVariableObject.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JSVariableObject.h; sourceTree = "<group>"; };
    1011919                14F97446138C853E00DA1C67 /* HeapRootVisitor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HeapRootVisitor.h; sourceTree = "<group>"; };
    1012                 14FFF98A12BFFF7500795BB8 /* PageAllocationAligned.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PageAllocationAligned.cpp; sourceTree = "<group>"; };
    1013                 14FFF98B12BFFF7500795BB8 /* PageAllocationAligned.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PageAllocationAligned.h; sourceTree = "<group>"; };
    1014                 180B9AEF0F16C569009BDBC5 /* CurrentTime.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CurrentTime.cpp; sourceTree = "<group>"; };
    1015                 180B9AF00F16C569009BDBC5 /* CurrentTime.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CurrentTime.h; sourceTree = "<group>"; };
    1016                 18BAB52710DADFCD000D945B /* ThreadIdentifierDataPthreads.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ThreadIdentifierDataPthreads.cpp; sourceTree = "<group>"; };
    1017                 18BAB52810DADFCD000D945B /* ThreadIdentifierDataPthreads.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ThreadIdentifierDataPthreads.h; sourceTree = "<group>"; };
    1018                 1A082777142168D70090CCAC /* BinarySemaphore.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = BinarySemaphore.cpp; sourceTree = "<group>"; };
    1019                 1A082778142168D70090CCAC /* BinarySemaphore.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BinarySemaphore.h; sourceTree = "<group>"; };
    1020                 1AA9E5501498093500001A8A /* Functional.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Functional.h; sourceTree = "<group>"; };
    1021920                1C9051420BA9E8A70081E9D0 /* Version.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = Version.xcconfig; sourceTree = "<group>"; };
    1022921                1C9051430BA9E8A70081E9D0 /* JavaScriptCore.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = JavaScriptCore.xcconfig; sourceTree = "<group>"; };
     
    1025924                1CAA8B4A0D32C39A0041BCFF /* JavaScript.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JavaScript.h; sourceTree = "<group>"; };
    1026925                1CAA8B4B0D32C39A0041BCFF /* JavaScriptCore.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JavaScriptCore.h; sourceTree = "<group>"; };
    1027                 2684B2C414D4A9B20072C0B6 /* ParsedURL.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ParsedURL.cpp; sourceTree = "<group>"; };
    1028                 2684B2C514D4A9B20072C0B6 /* ParsedURL.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ParsedURL.h; sourceTree = "<group>"; };
    1029                 2684B2C614D4A9B20072C0B6 /* URLString.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = URLString.h; sourceTree = "<group>"; };
    1030                 2684B2C814D4A9B20072C0B6 /* RawURLBuffer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RawURLBuffer.h; sourceTree = "<group>"; };
    1031                 2684B2C914D4A9B20072C0B6 /* URLBuffer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = URLBuffer.h; sourceTree = "<group>"; };
    1032                 2684B2CA14D4A9B20072C0B6 /* URLCharacterTypes.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = URLCharacterTypes.cpp; sourceTree = "<group>"; };
    1033                 2684B2CB14D4A9B20072C0B6 /* URLCharacterTypes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = URLCharacterTypes.h; sourceTree = "<group>"; };
    1034                 2684B2CC14D4A9B20072C0B6 /* URLComponent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = URLComponent.h; sourceTree = "<group>"; };
    1035                 2684B2CD14D4A9B20072C0B6 /* URLEscape.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = URLEscape.cpp; sourceTree = "<group>"; };
    1036                 2684B2CE14D4A9B20072C0B6 /* URLEscape.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = URLEscape.h; sourceTree = "<group>"; };
    1037                 2684B2CF14D4A9B20072C0B6 /* URLParser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = URLParser.h; sourceTree = "<group>"; };
    1038                 2684B2D014D4A9B20072C0B6 /* URLQueryCanonicalizer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = URLQueryCanonicalizer.h; sourceTree = "<group>"; };
    1039                 2684B2D114D4A9B20072C0B6 /* URLSegments.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = URLSegments.cpp; sourceTree = "<group>"; };
    1040                 2684B2D214D4A9B20072C0B6 /* URLSegments.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = URLSegments.h; sourceTree = "<group>"; };
    1041                 2CFC5B7A12F44714004914E2 /* CharacterNames.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CharacterNames.h; sourceTree = "<group>"; };
    1042                 41359CF40FDD89CB00206180 /* DateMath.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DateMath.cpp; sourceTree = "<group>"; };
    1043                 41359CF50FDD89CB00206180 /* DateMath.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DateMath.h; sourceTree = "<group>"; };
    1044                 434A8E7014956A50009126F7 /* ASCIIFastPath.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ASCIIFastPath.h; path = text/ASCIIFastPath.h; sourceTree = "<group>"; };
    1045                 440B7AED0FAF7FCB0073323E /* OwnPtrCommon.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OwnPtrCommon.h; sourceTree = "<group>"; };
    1046926                449097EE0F8F81B50076A327 /* FeatureDefines.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = FeatureDefines.xcconfig; sourceTree = "<group>"; };
    1047                 44DD48520FAEA85000D6B4EB /* PassOwnPtr.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PassOwnPtr.h; sourceTree = "<group>"; };
    1048927                451539B812DC994500EF7AC4 /* Yarr.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Yarr.h; path = yarr/Yarr.h; sourceTree = "<group>"; };
    1049928                45E12D8806A49B0F00E9DF84 /* jsc.cpp */ = {isa = PBXFileReference; fileEncoding = 30; indentWidth = 4; lastKnownFileType = sourcecode.cpp.cpp; path = jsc.cpp; sourceTree = "<group>"; tabWidth = 4; };
    1050                 511FC4C7117EE23D00425272 /* MD5.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = MD5.cpp; sourceTree = "<group>"; };
    1051                 511FC4CA117EE2A800425272 /* MD5.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MD5.h; sourceTree = "<group>"; };
    1052                 5135FAD512D26856003C083B /* Decoder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Decoder.h; sourceTree = "<group>"; };
    1053                 5135FAD612D26856003C083B /* Encoder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Encoder.h; sourceTree = "<group>"; };
    1054                 5186111D0CC824830081412B /* Deque.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Deque.h; sourceTree = "<group>"; };
    1055929                51F0EB6105C86C6B00E6DF1B /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = "<absolute>"; };
    1056930                51F0EC0705C86C9A00E6DF1B /* libobjc.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libobjc.dylib; path = /usr/lib/libobjc.dylib; sourceTree = "<absolute>"; };
    1057                 51F648D60BB4E2CA0033D760 /* RetainPtr.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = RetainPtr.h; sourceTree = "<group>"; };
    1058931                5D53726D0E1C546B0021E549 /* Tracing.d */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Tracing.d; sourceTree = "<group>"; };
    1059932                5D53726E0E1C54880021E549 /* Tracing.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Tracing.h; sourceTree = "<group>"; };
    1060933                5D53727D0E1C55EC0021E549 /* TracingDtrace.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TracingDtrace.h; sourceTree = "<group>"; };
    1061934                5D5D8AD00E0D0EBE00F9C692 /* libedit.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libedit.dylib; path = /usr/lib/libedit.dylib; sourceTree = "<absolute>"; };
    1062                 5D63E9AC10F2BD6E00FC8AE9 /* StringHasher.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = StringHasher.h; sourceTree = "<group>"; };
    1063                 5D6A566A0F05995500266145 /* Threading.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Threading.cpp; sourceTree = "<group>"; };
    1064                 5DA479650CFBCF56009328A0 /* TCPackedCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TCPackedCache.h; sourceTree = "<group>"; };
    1065935                5DAFD6CB146B686300FBEFB4 /* JSC.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = JSC.xcconfig; sourceTree = "<group>"; };
    1066                 5DBD18AF0C5401A700C15EAE /* MallocZoneSupport.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MallocZoneSupport.h; sourceTree = "<group>"; };
    1067936                5DDDF44614FEE72200B4FB4D /* LLIntDesiredOffsets.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = LLIntDesiredOffsets.h; path = LLIntOffsets/LLIntDesiredOffsets.h; sourceTree = BUILT_PRODUCTS_DIR; };
    1068937                5DE3D0F40DD8DDFB00468714 /* WebKitAvailability.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WebKitAvailability.h; sourceTree = "<group>"; };
     
    1070939                651122E5140469BA002B101D /* testRegExp.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = testRegExp.cpp; sourceTree = "<group>"; };
    1071940                6511230514046A4C002B101D /* testRegExp */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = testRegExp; sourceTree = BUILT_PRODUCTS_DIR; };
    1072                 651DCA02136A6FAB00F74194 /* PassTraits.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PassTraits.h; sourceTree = "<group>"; };
    1073                 651F6412039D5B5F0078395C /* dtoa.cpp */ = {isa = PBXFileReference; fileEncoding = 30; indentWidth = 4; lastKnownFileType = sourcecode.cpp.cpp; path = dtoa.cpp; sourceTree = "<group>"; tabWidth = 8; };
    1074                 651F6413039D5B5F0078395C /* dtoa.h */ = {isa = PBXFileReference; fileEncoding = 30; indentWidth = 4; lastKnownFileType = sourcecode.c.h; path = dtoa.h; sourceTree = "<group>"; tabWidth = 8; };
    1075                 652246A40C8D7A0E007BDAF7 /* HashIterators.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HashIterators.h; sourceTree = "<group>"; };
    1076941                65303D631447B9E100D3F904 /* ParserTokens.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ParserTokens.h; sourceTree = "<group>"; };
    1077942                65400C0F0A69BAF200509887 /* PropertyNameArray.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = PropertyNameArray.cpp; sourceTree = "<group>"; };
    1078943                65400C100A69BAF200509887 /* PropertyNameArray.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = PropertyNameArray.h; sourceTree = "<group>"; };
    1079                 6541BD6E08E80A17002CBEE7 /* TCPageMap.h */ = {isa = PBXFileReference; fileEncoding = 30; indentWidth = 4; lastKnownFileType = sourcecode.c.h; path = TCPageMap.h; sourceTree = "<group>"; tabWidth = 8; };
    1080                 6541BD6F08E80A17002CBEE7 /* TCSpinLock.h */ = {isa = PBXFileReference; fileEncoding = 30; indentWidth = 4; lastKnownFileType = sourcecode.c.h; path = TCSpinLock.h; sourceTree = "<group>"; tabWidth = 8; };
    1081                 6541BD7008E80A17002CBEE7 /* TCSystemAlloc.cpp */ = {isa = PBXFileReference; fileEncoding = 30; indentWidth = 4; lastKnownFileType = sourcecode.cpp.cpp; path = TCSystemAlloc.cpp; sourceTree = "<group>"; tabWidth = 8; };
    1082                 6541BD7108E80A17002CBEE7 /* TCSystemAlloc.h */ = {isa = PBXFileReference; fileEncoding = 30; indentWidth = 4; lastKnownFileType = sourcecode.c.h; path = TCSystemAlloc.h; sourceTree = "<group>"; tabWidth = 8; };
    1083944                655EB29A10CE2581001A990E /* NodesCodegen.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NodesCodegen.cpp; sourceTree = "<group>"; };
    1084945                6560A4CF04B3B3E7008AE952 /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreFoundation.framework; path = /System/Library/Frameworks/CoreFoundation.framework; sourceTree = "<absolute>"; };
    1085946                65621E6B089E859700760F35 /* PropertySlot.cpp */ = {isa = PBXFileReference; fileEncoding = 30; indentWidth = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PropertySlot.cpp; sourceTree = "<group>"; tabWidth = 8; };
    1086947                65621E6C089E859700760F35 /* PropertySlot.h */ = {isa = PBXFileReference; fileEncoding = 30; indentWidth = 4; lastKnownFileType = sourcecode.c.h; path = PropertySlot.h; sourceTree = "<group>"; tabWidth = 8; };
    1087                 657EB7450B708F540063461B /* ListHashSet.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = ListHashSet.h; sourceTree = "<group>"; };
    1088                 657EEBBF094E445E008C9C7B /* HashCountedSet.h */ = {isa = PBXFileReference; fileEncoding = 30; indentWidth = 4; lastKnownFileType = sourcecode.c.h; path = HashCountedSet.h; sourceTree = "<group>"; tabWidth = 8; };
    1089                 6580F795094070560082C219 /* PassRefPtr.h */ = {isa = PBXFileReference; fileEncoding = 30; indentWidth = 4; lastKnownFileType = sourcecode.c.h; path = PassRefPtr.h; sourceTree = "<group>"; tabWidth = 8; };
    1090                 6592C316098B7DE10003D4F6 /* Vector.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = Vector.h; sourceTree = "<group>"; };
    1091                 6592C317098B7DE10003D4F6 /* VectorTraits.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = VectorTraits.h; sourceTree = "<group>"; };
    1092948                65C02FBB0637462A003E7EE6 /* Protect.h */ = {isa = PBXFileReference; fileEncoding = 30; indentWidth = 4; lastKnownFileType = sourcecode.c.h; path = Protect.h; sourceTree = "<group>"; tabWidth = 8; };
    1093                 65C647B3093EF8D60022C380 /* RefPtr.h */ = {isa = PBXFileReference; fileEncoding = 30; indentWidth = 4; lastKnownFileType = sourcecode.c.h; path = RefPtr.h; sourceTree = "<group>"; tabWidth = 8; };
    1094949                65C7A1710A8EAACB00FA37EA /* JSWrapperObject.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = JSWrapperObject.cpp; sourceTree = "<group>"; };
    1095950                65C7A1720A8EAACB00FA37EA /* JSWrapperObject.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = JSWrapperObject.h; sourceTree = "<group>"; };
    1096                 65DFC92A08EA173A00F7300B /* HashFunctions.h */ = {isa = PBXFileReference; fileEncoding = 30; indentWidth = 4; lastKnownFileType = sourcecode.c.h; path = HashFunctions.h; sourceTree = "<group>"; tabWidth = 8; };
    1097                 65DFC92B08EA173A00F7300B /* HashMap.h */ = {isa = PBXFileReference; fileEncoding = 30; indentWidth = 4; lastKnownFileType = sourcecode.c.h; path = HashMap.h; sourceTree = "<group>"; tabWidth = 8; };
    1098                 65DFC92C08EA173A00F7300B /* HashSet.h */ = {isa = PBXFileReference; fileEncoding = 30; indentWidth = 4; lastKnownFileType = sourcecode.c.h; path = HashSet.h; sourceTree = "<group>"; tabWidth = 8; };
    1099                 65DFC92D08EA173A00F7300B /* HashTable.cpp */ = {isa = PBXFileReference; fileEncoding = 30; indentWidth = 4; lastKnownFileType = sourcecode.cpp.cpp; path = HashTable.cpp; sourceTree = "<group>"; tabWidth = 8; };
    1100                 65DFC92E08EA173A00F7300B /* HashTable.h */ = {isa = PBXFileReference; fileEncoding = 30; indentWidth = 4; lastKnownFileType = sourcecode.c.h; path = HashTable.h; sourceTree = "<group>"; tabWidth = 8; };
    1101                 65DFC92F08EA173A00F7300B /* HashTraits.h */ = {isa = PBXFileReference; fileEncoding = 30; indentWidth = 4; lastKnownFileType = sourcecode.c.h; path = HashTraits.h; sourceTree = "<group>"; tabWidth = 8; };
    1102                 65E1A2F4122B880D00B26097 /* NonCopyingSort.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NonCopyingSort.h; sourceTree = "<group>"; };
    1103                 65E217B708E7EECC0023E5F6 /* Assertions.h */ = {isa = PBXFileReference; fileEncoding = 30; indentWidth = 4; lastKnownFileType = sourcecode.c.h; path = Assertions.h; sourceTree = "<group>"; tabWidth = 8; };
    1104                 65E217B808E7EECC0023E5F6 /* Assertions.cpp */ = {isa = PBXFileReference; fileEncoding = 30; indentWidth = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Assertions.cpp; sourceTree = "<group>"; tabWidth = 8; };
    1105                 65E217B908E7EECC0023E5F6 /* FastMalloc.cpp */ = {isa = PBXFileReference; fileEncoding = 30; indentWidth = 4; lastKnownFileType = sourcecode.cpp.cpp; path = FastMalloc.cpp; sourceTree = "<group>"; tabWidth = 8; };
    1106                 65E217BA08E7EECC0023E5F6 /* FastMalloc.h */ = {isa = PBXFileReference; fileEncoding = 30; indentWidth = 4; lastKnownFileType = sourcecode.c.h; path = FastMalloc.h; sourceTree = "<group>"; tabWidth = 8; };
    1107951                65E866ED0DD59AFA00A2B2A1 /* SourceProvider.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SourceProvider.h; sourceTree = "<group>"; };
    1108952                65E866EE0DD59AFA00A2B2A1 /* SourceCode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SourceCode.h; sourceTree = "<group>"; };
     
    1112956                65EA73630BAE35D1001BB560 /* CommonIdentifiers.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CommonIdentifiers.h; sourceTree = "<group>"; };
    1113957                704FD35305697E6D003DBED9 /* BooleanObject.h */ = {isa = PBXFileReference; fileEncoding = 30; indentWidth = 4; lastKnownFileType = sourcecode.c.h; path = BooleanObject.h; sourceTree = "<group>"; tabWidth = 8; };
    1114                 7186A6E813100B57004479E1 /* HexNumber.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HexNumber.h; sourceTree = "<group>"; };
    1115                 718A8482134F3A1200B87529 /* StringOperators.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = StringOperators.h; path = text/StringOperators.h; sourceTree = "<group>"; };
    1116                 76FB9F0E12E851860051A2EB /* SHA1.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SHA1.h; sourceTree = "<group>"; };
    1117                 76FB9F1012E851960051A2EB /* SHA1.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SHA1.cpp; sourceTree = "<group>"; };
    1118                 7934BB761361979300CB99A1 /* ParallelJobs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ParallelJobs.h; sourceTree = "<group>"; };
    1119                 7934BB771361979300CB99A1 /* ParallelJobsGeneric.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ParallelJobsGeneric.cpp; sourceTree = "<group>"; };
    1120                 7934BB781361979300CB99A1 /* ParallelJobsGeneric.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ParallelJobsGeneric.h; sourceTree = "<group>"; };
    1121                 7934BB791361979300CB99A1 /* ParallelJobsLibdispatch.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ParallelJobsLibdispatch.h; sourceTree = "<group>"; };
    1122                 7934BB7A1361979300CB99A1 /* ParallelJobsOpenMP.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ParallelJobsOpenMP.h; sourceTree = "<group>"; };
    1123958                7E2C6C980D31C6B6002D44E2 /* ScopeChainMark.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ScopeChainMark.h; sourceTree = "<group>"; };
    1124959                7E4EE7080EBB7963005934AA /* StructureChain.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = StructureChain.h; sourceTree = "<group>"; };
     
    1133968                8604F4F2143A6C4400B295F5 /* ChangeLog */ = {isa = PBXFileReference; lastKnownFileType = text; path = ChangeLog; sourceTree = "<group>"; };
    1134969                8604F503143CE1C100B295F5 /* JSGlobalThis.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JSGlobalThis.h; sourceTree = "<group>"; };
    1135                 8626BECE11928E3900782FAB /* StringStatics.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = StringStatics.cpp; path = text/StringStatics.cpp; sourceTree = "<group>"; };
    1136                 8627E5EA11F1281900A313B5 /* PageAllocation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PageAllocation.h; sourceTree = "<group>"; };
    1137970                863B23DF0FC60E6200703AA4 /* MacroAssemblerCodeRef.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MacroAssemblerCodeRef.h; sourceTree = "<group>"; };
    1138                 86438FC31265503E00E0DFCA /* StringBuilder.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = StringBuilder.cpp; path = text/StringBuilder.cpp; sourceTree = "<group>"; };
    1139                 86565740115BE3DA00291F40 /* CString.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = CString.cpp; path = text/CString.cpp; sourceTree = "<group>"; };
    1140                 86565741115BE3DA00291F40 /* CString.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CString.h; path = text/CString.h; sourceTree = "<group>"; };
    1141971                865A30F0135007E100CDB49E /* JSValueInlineMethods.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JSValueInlineMethods.h; sourceTree = "<group>"; };
    1142972                865F408710E7D56300947361 /* APIShims.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = APIShims.h; sourceTree = "<group>"; };
    1143973                866739D013BFDE710023D87C /* BigInteger.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BigInteger.h; sourceTree = "<group>"; };
    1144974                866739D113BFDE710023D87C /* Uint16WithFraction.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Uint16WithFraction.h; sourceTree = "<group>"; };
    1145                 86676D4D11FED55D004B6863 /* BumpPointerAllocator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BumpPointerAllocator.h; sourceTree = "<group>"; };
    1146975                86704B4012DB8A8100A9FE7B /* YarrSyntaxChecker.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = YarrSyntaxChecker.cpp; path = yarr/YarrSyntaxChecker.cpp; sourceTree = "<group>"; };
    1147976                86704B4112DB8A8100A9FE7B /* YarrSyntaxChecker.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = YarrSyntaxChecker.h; path = yarr/YarrSyntaxChecker.h; sourceTree = "<group>"; };
     
    1155984                86880F1B14328BB900B08D42 /* DFGSpeculativeJIT32_64.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = DFGSpeculativeJIT32_64.cpp; path = dfg/DFGSpeculativeJIT32_64.cpp; sourceTree = "<group>"; };
    1156985                86880F4C14353B2100B08D42 /* DFGSpeculativeJIT64.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = DFGSpeculativeJIT64.cpp; path = dfg/DFGSpeculativeJIT64.cpp; sourceTree = "<group>"; };
    1157                 868BFA00117CEFD100B908B1 /* AtomicString.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = AtomicString.cpp; path = text/AtomicString.cpp; sourceTree = "<group>"; };
    1158                 868BFA01117CEFD100B908B1 /* AtomicString.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AtomicString.h; path = text/AtomicString.h; sourceTree = "<group>"; };
    1159                 868BFA02117CEFD100B908B1 /* AtomicStringImpl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AtomicStringImpl.h; path = text/AtomicStringImpl.h; sourceTree = "<group>"; };
    1160                 868BFA05117CEFD100B908B1 /* StringHash.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = StringHash.h; path = text/StringHash.h; sourceTree = "<group>"; };
    1161                 868BFA06117CEFD100B908B1 /* StringImpl.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = StringImpl.cpp; path = text/StringImpl.cpp; sourceTree = "<group>"; };
    1162                 868BFA07117CEFD100B908B1 /* StringImpl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = StringImpl.h; path = text/StringImpl.h; sourceTree = "<group>"; };
    1163                 868BFA15117CF19900B908B1 /* WTFString.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = WTFString.cpp; path = text/WTFString.cpp; sourceTree = "<group>"; };
    1164                 868BFA16117CF19900B908B1 /* WTFString.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = WTFString.h; path = text/WTFString.h; sourceTree = "<group>"; };
    1165                 868BFA5F117D048200B908B1 /* StaticConstructors.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = StaticConstructors.h; sourceTree = "<group>"; };
    1166                 8690231412092D5C00630AF9 /* PageReservation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PageReservation.h; sourceTree = "<group>"; };
    1167                 8699AA60146A0E2B00E23A73 /* InlineASM.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = InlineASM.h; sourceTree = "<group>"; };
    1168986                869D04AE1193B54D00803475 /* CachedTranscendentalFunction.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CachedTranscendentalFunction.h; sourceTree = "<group>"; };
    1169987                869EBCB60E8C6D4A008722CC /* ResultType.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ResultType.h; sourceTree = "<group>"; };
     
    1180998                86B5822F14D2373B00A9C306 /* CodeProfile.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CodeProfile.h; sourceTree = "<group>"; };
    1181999                86B5826A14D35D5100A9C306 /* TieredMMapArray.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TieredMMapArray.h; sourceTree = "<group>"; };
    1182                 86B99AE1117E578100DF5A90 /* StringBuffer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = StringBuffer.h; path = text/StringBuffer.h; sourceTree = "<group>"; };
    11831000                86BB09BE138E381B0056702F /* DFGRepatch.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = DFGRepatch.cpp; path = dfg/DFGRepatch.cpp; sourceTree = "<group>"; };
    11841001                86BB09BF138E381B0056702F /* DFGRepatch.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DFGRepatch.h; path = dfg/DFGRepatch.h; sourceTree = "<group>"; };
     
    11941011                86CC85C30EE7A89400288682 /* JITPropertyAccess.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = JITPropertyAccess.cpp; sourceTree = "<group>"; };
    11951012                86CCEFDD0F413F8900FD7F9E /* JITCode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JITCode.h; sourceTree = "<group>"; };
    1196                 86D08D5111793613006E5ED0 /* WTFThreadData.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = WTFThreadData.cpp; sourceTree = "<group>"; };
    1197                 86D08D5211793613006E5ED0 /* WTFThreadData.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WTFThreadData.h; sourceTree = "<group>"; };
    11981013                86D3B2BF10156BDE002865E7 /* ARMAssembler.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ARMAssembler.cpp; sourceTree = "<group>"; };
    11991014                86D3B2C010156BDE002865E7 /* ARMAssembler.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ARMAssembler.h; sourceTree = "<group>"; };
     
    12021017                86D3B3C110159D7F002865E7 /* LinkBuffer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LinkBuffer.h; sourceTree = "<group>"; };
    12031018                86D3B3C210159D7F002865E7 /* RepatchBuffer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RepatchBuffer.h; sourceTree = "<group>"; };
    1204                 86D87DA512BC4B14008E73A1 /* StackBounds.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = StackBounds.cpp; sourceTree = "<group>"; };
    1205                 86D87DA612BC4B14008E73A1 /* StackBounds.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = StackBounds.h; sourceTree = "<group>"; };
    12061019                86DB64630F95C6FC00D7D921 /* ExecutableAllocatorFixedVMPool.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ExecutableAllocatorFixedVMPool.cpp; sourceTree = "<group>"; };
    12071020                86E116B00FE75AC800B512BC /* CodeLocation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CodeLocation.h; sourceTree = "<group>"; };
     
    12211034                86ECA3E9132DEF1C002B2AD7 /* DFGNode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DFGNode.h; path = dfg/DFGNode.h; sourceTree = "<group>"; };
    12221035                86ECA3F9132DF25A002B2AD7 /* DFGScoreBoard.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DFGScoreBoard.h; path = dfg/DFGScoreBoard.h; sourceTree = "<group>"; };
    1223                 86F38858121130CA007A7CE3 /* AtomicStringHash.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AtomicStringHash.h; path = text/AtomicStringHash.h; sourceTree = "<group>"; };
    12241036                86FA9E8F142BBB2D001773B7 /* JSBoundFunction.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = JSBoundFunction.cpp; sourceTree = "<group>"; };
    12251037                86FA9E90142BBB2E001773B7 /* JSBoundFunction.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JSBoundFunction.h; sourceTree = "<group>"; };
    12261038                90213E3B123A40C200D422F3 /* MemoryStatistics.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = MemoryStatistics.cpp; sourceTree = "<group>"; };
    12271039                90213E3C123A40C200D422F3 /* MemoryStatistics.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MemoryStatistics.h; sourceTree = "<group>"; };
    1228                 905B02AD0E28640F006DF882 /* RefCountedLeakCounter.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = RefCountedLeakCounter.cpp; sourceTree = "<group>"; };
    1229                 90D3469B0E285280009492EE /* RefCountedLeakCounter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RefCountedLeakCounter.h; sourceTree = "<group>"; };
    1230                 91A3905514C0F47200F67901 /* Uint8ClampedArray.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Uint8ClampedArray.h; sourceTree = "<group>"; };
    1231                 9303F567099118FA00AD71B8 /* OwnPtr.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OwnPtr.h; sourceTree = "<group>"; };
    1232                 9303F5690991190000AD71B8 /* Noncopyable.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Noncopyable.h; sourceTree = "<group>"; };
    1233                 9303F5A409911A5800AD71B8 /* OwnArrayPtr.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OwnArrayPtr.h; sourceTree = "<group>"; };
    12341040                93052C320FB792190048FDC3 /* ParserArena.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ParserArena.cpp; sourceTree = "<group>"; };
    12351041                93052C330FB792190048FDC3 /* ParserArena.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ParserArena.h; sourceTree = "<group>"; };
     
    12451051                933A349A038AE7C6008635CE /* Identifier.h */ = {isa = PBXFileReference; fileEncoding = 4; indentWidth = 4; lastKnownFileType = sourcecode.c.h; path = Identifier.h; sourceTree = "<group>"; tabWidth = 8; };
    12461052                933A349D038AE80F008635CE /* Identifier.cpp */ = {isa = PBXFileReference; fileEncoding = 4; indentWidth = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Identifier.cpp; sourceTree = "<group>"; tabWidth = 8; };
    1247                 933F5CDB126922690049191E /* NullPtr.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NullPtr.h; sourceTree = "<group>"; };
    1248                 935AF46909E9D9DB00ACD1D8 /* Forward.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Forward.h; sourceTree = "<group>"; };
    1249                 935AF46B09E9D9DB00ACD1D8 /* UnusedParam.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = UnusedParam.h; sourceTree = "<group>"; };
    12501053                9374D3A7038D9D74008635CE /* ScopeChain.h */ = {isa = PBXFileReference; fileEncoding = 4; indentWidth = 4; lastKnownFileType = sourcecode.c.h; path = ScopeChain.h; sourceTree = "<group>"; tabWidth = 8; };
    12511054                9374D3A8038D9D74008635CE /* ScopeChain.cpp */ = {isa = PBXFileReference; fileEncoding = 4; indentWidth = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ScopeChain.cpp; sourceTree = "<group>"; tabWidth = 8; };
    12521055                937B63CC09E766D200A671DD /* DerivedSources.make */ = {isa = PBXFileReference; explicitFileType = sourcecode.make; fileEncoding = 4; path = DerivedSources.make; sourceTree = "<group>"; usesTabs = 1; };
    1253                 93854A9912C93D3B00DAAF77 /* NullPtr.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = NullPtr.cpp; path = ./wtf/NullPtr.cpp; sourceTree = SOURCE_ROOT; };
    12541056                938772E5038BFE19008635CE /* JSArray.h */ = {isa = PBXFileReference; fileEncoding = 4; indentWidth = 4; lastKnownFileType = sourcecode.c.h; path = JSArray.h; sourceTree = "<group>"; tabWidth = 8; };
    1255                 938C4F690CA06BC700D9310A /* ASCIICType.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ASCIICType.h; sourceTree = "<group>"; };
    1256                 938C4F6B0CA06BCE00D9310A /* DisallowCType.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DisallowCType.h; sourceTree = "<group>"; };
    1257                 93AA4F770957251F0084B3A7 /* AlwaysInline.h */ = {isa = PBXFileReference; fileEncoding = 4; indentWidth = 4; lastKnownFileType = sourcecode.c.h; path = AlwaysInline.h; sourceTree = "<group>"; tabWidth = 8; };
    12581057                93ADFCE60CCBD7AC00D30B08 /* JSArray.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = JSArray.cpp; sourceTree = "<group>"; };
    1259                 93B6A0DE0AA64DA40076DE27 /* GetPtr.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = GetPtr.h; sourceTree = "<group>"; };
    12601058                93CEDDFB0EA91EE600258EBE /* RegExpMatchesArray.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RegExpMatchesArray.h; sourceTree = "<group>"; };
    12611059                93F0B3A909BB4DC00068FCE3 /* Parser.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Parser.cpp; sourceTree = "<group>"; };
     
    12821080                969A07270ED1CE6900F1F681 /* Label.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Label.h; sourceTree = "<group>"; };
    12831081                969A07280ED1CE6900F1F681 /* RegisterID.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RegisterID.h; sourceTree = "<group>"; };
    1284                 969A07290ED1CE6900F1F681 /* SegmentedVector.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SegmentedVector.h; sourceTree = "<group>"; };
    12851082                969A07900ED1D3AE00F1F681 /* CodeBlock.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CodeBlock.cpp; sourceTree = "<group>"; };
    12861083                969A07910ED1D3AE00F1F681 /* CodeBlock.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CodeBlock.h; sourceTree = "<group>"; };
     
    12901087                969A07950ED1D3AE00F1F681 /* Opcode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Opcode.h; sourceTree = "<group>"; };
    12911088                969A09220ED1E09C00F1F681 /* Completion.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Completion.cpp; sourceTree = "<group>"; };
    1292                 96DD73780F9DA3100027FBCC /* VMTags.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VMTags.h; sourceTree = "<group>"; };
    12931089                9788FC221471AD0C0068CE2D /* JSDateMath.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = JSDateMath.cpp; sourceTree = "<group>"; };
    12941090                9788FC231471AD0C0068CE2D /* JSDateMath.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JSDateMath.h; sourceTree = "<group>"; };
    1295                 97941A3F130299DB004A3447 /* OSRandomSource.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = OSRandomSource.cpp; sourceTree = "<group>"; };
    1296                 97941A40130299DB004A3447 /* OSRandomSource.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OSRandomSource.h; sourceTree = "<group>"; };
    1297                 97941A7C1302A098004A3447 /* CryptographicallyRandomNumber.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CryptographicallyRandomNumber.cpp; sourceTree = "<group>"; };
    1298                 97941A7D1302A098004A3447 /* CryptographicallyRandomNumber.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CryptographicallyRandomNumber.h; sourceTree = "<group>"; };
    12991091                97F6903A1169DF7F00A6BB46 /* Terminator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Terminator.h; sourceTree = "<group>"; };
    13001092                A1712B3A11C7B212007A5315 /* RegExpCache.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = RegExpCache.cpp; sourceTree = "<group>"; };
    13011093                A1712B3E11C7B228007A5315 /* RegExpCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RegExpCache.h; sourceTree = "<group>"; };
    13021094                A1712B4011C7B235007A5315 /* RegExpKey.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RegExpKey.h; sourceTree = "<group>"; };
    1303                 A1D764511354448B00C5C7C0 /* Alignment.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Alignment.h; sourceTree = "<group>"; };
    13041095                A71236E41195F33C00BD2174 /* JITOpcodes32_64.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = JITOpcodes32_64.cpp; sourceTree = "<group>"; };
    13051096                A718F61A11754A21002465A7 /* RegExpJitTables.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RegExpJitTables.h; sourceTree = "<group>"; };
     
    13151106                A7386552118697B400540279 /* ThunkGenerators.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ThunkGenerators.cpp; sourceTree = "<group>"; };
    13161107                A7386553118697B400540279 /* ThunkGenerators.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ThunkGenerators.h; sourceTree = "<group>"; };
    1317                 A73BE154148420520091204B /* ArrayBuffer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ArrayBuffer.cpp; sourceTree = "<group>"; };
    1318                 A73BE155148420520091204B /* ArrayBuffer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ArrayBuffer.h; sourceTree = "<group>"; };
    1319                 A73BE156148420520091204B /* ArrayBufferView.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ArrayBufferView.cpp; sourceTree = "<group>"; };
    1320                 A73BE157148420520091204B /* ArrayBufferView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ArrayBufferView.h; sourceTree = "<group>"; };
    1321                 A73BE159148420520091204B /* Float32Array.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Float32Array.h; sourceTree = "<group>"; };
    1322                 A73BE15B148420520091204B /* Float64Array.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Float64Array.h; sourceTree = "<group>"; };
    1323                 A73BE15D148420520091204B /* Int8Array.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Int8Array.h; sourceTree = "<group>"; };
    1324                 A73BE15F148420520091204B /* Int16Array.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Int16Array.h; sourceTree = "<group>"; };
    1325                 A73BE161148420520091204B /* Int32Array.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Int32Array.h; sourceTree = "<group>"; };
    1326                 A73BE163148420520091204B /* Uint8Array.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Uint8Array.h; sourceTree = "<group>"; };
    1327                 A73BE165148420520091204B /* Uint16Array.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Uint16Array.h; sourceTree = "<group>"; };
    1328                 A73BE167148420520091204B /* Uint32Array.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Uint32Array.h; sourceTree = "<group>"; };
    1329                 A73BE17D148420840091204B /* TypedArrayBase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TypedArrayBase.h; sourceTree = "<group>"; };
    1330                 A73BE17F148420A80091204B /* IntegralTypedArrayBase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IntegralTypedArrayBase.h; sourceTree = "<group>"; };
    13311108                A7482B791166CDEA003B0712 /* JSWeakObjectMapRefPrivate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JSWeakObjectMapRefPrivate.h; sourceTree = "<group>"; };
    13321109                A7482B7A1166CDEA003B0712 /* JSWeakObjectMapRefPrivate.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = JSWeakObjectMapRefPrivate.cpp; sourceTree = "<group>"; };
     
    13421119                A791EF270F11E07900AE1F68 /* JSByteArray.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = JSByteArray.cpp; sourceTree = "<group>"; };
    13431120                A79EDB0811531CD60019E912 /* JSObjectRefPrivate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JSObjectRefPrivate.h; sourceTree = "<group>"; };
    1344                 A7A1F7AA0F252B3C00E184E2 /* ByteArray.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ByteArray.cpp; sourceTree = "<group>"; };
    1345                 A7A1F7AB0F252B3C00E184E2 /* ByteArray.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ByteArray.h; sourceTree = "<group>"; };
    1346                 A7A275F514837A8E001DBB39 /* ExportMacros.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ExportMacros.h; sourceTree = "<group>"; };
    13471121                A7A7EE7411B98B8D0065A14F /* ASTBuilder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ASTBuilder.h; sourceTree = "<group>"; };
    13481122                A7A7EE7711B98B8D0065A14F /* SyntaxChecker.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SyntaxChecker.h; sourceTree = "<group>"; };
     
    13501124                A7B48DB60EE74CFC00DCBDB6 /* ExecutableAllocator.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ExecutableAllocator.cpp; sourceTree = "<group>"; };
    13511125                A7B4ACAE1484C9CE00B38A36 /* JSExportMacros.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JSExportMacros.h; sourceTree = "<group>"; };
    1352                 A7BC0C81140608B000B1BB71 /* CheckedArithmetic.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CheckedArithmetic.h; sourceTree = "<group>"; };
    13531126                A7C1E8C8112E701C00A37F98 /* JITPropertyAccess32_64.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = JITPropertyAccess32_64.cpp; sourceTree = "<group>"; };
    13541127                A7C225CC139981F100FF1662 /* KeywordLookupGenerator.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = KeywordLookupGenerator.py; sourceTree = "<group>"; };
    13551128                A7C225CD1399849C00FF1662 /* KeywordLookup.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = KeywordLookup.h; sourceTree = "<group>"; };
    1356                 A7C40C07130B057D00D002A1 /* BlockStack.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BlockStack.h; sourceTree = "<group>"; };
    1357                 A7C40C08130B057D00D002A1 /* SentinelLinkedList.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SentinelLinkedList.h; sourceTree = "<group>"; };
    1358                 A7C40C09130B057D00D002A1 /* SinglyLinkedList.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SinglyLinkedList.h; sourceTree = "<group>"; };
    1359                 A7D649A91015224E009B2E1B /* PossiblyNull.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PossiblyNull.h; sourceTree = "<group>"; };
    13601129                A7DCB77912E3D90500911940 /* WriteBarrier.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WriteBarrier.h; sourceTree = "<group>"; };
    13611130                A7E2EA690FB460CF00601F06 /* LiteralParser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LiteralParser.h; sourceTree = "<group>"; };
     
    13631132                A7E42C180E3938830065A544 /* JSStaticScopeObject.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JSStaticScopeObject.h; sourceTree = "<group>"; };
    13641133                A7E42C190E3938830065A544 /* JSStaticScopeObject.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = JSStaticScopeObject.cpp; sourceTree = "<group>"; };
    1365                 A7F19ECD11DD490900931E70 /* FixedArray.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FixedArray.h; sourceTree = "<group>"; };
    13661134                A7F8690E0F9584A100558697 /* CachedCall.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CachedCall.h; sourceTree = "<group>"; };
    13671135                A7F869EC0F95C2EC00558697 /* CallFrameClosure.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CallFrameClosure.h; sourceTree = "<group>"; };
     
    13701138                A7FB604B103F5EAB0017A286 /* PropertyDescriptor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PropertyDescriptor.h; sourceTree = "<group>"; };
    13711139                A7FB60A3103F7DC20017A286 /* PropertyDescriptor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PropertyDescriptor.cpp; sourceTree = "<group>"; };
     1140                A8A4748D151A8306004123FF /* libWTF.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libWTF.a; path = ../Release/libWTF.a; sourceTree = BUILT_PRODUCTS_DIR; };
    13721141                A8E894310CD0602400367179 /* JSCallbackObjectFunctions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JSCallbackObjectFunctions.h; sourceTree = "<group>"; };
    13731142                A8E894330CD0603F00367179 /* JSGlobalObject.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JSGlobalObject.h; sourceTree = "<group>"; };
     
    14251194                BC337BEA0E1B00CB0076918A /* Error.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Error.cpp; sourceTree = "<group>"; };
    14261195                BC3C4C9F1458F5450025FB62 /* JSGlobalThis.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = JSGlobalThis.cpp; sourceTree = "<group>"; };
    1427                 BC5F7BBB11823B590052C02C /* Atomics.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Atomics.h; sourceTree = "<group>"; };
    1428                 BC5F7BBC11823B590052C02C /* ThreadingPrimitives.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ThreadingPrimitives.h; sourceTree = "<group>"; };
    1429                 BC5F7BBD11823B590052C02C /* ThreadSafeRefCounted.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ThreadSafeRefCounted.h; sourceTree = "<group>"; };
    1430                 BC66BAE213F4928F00C23FAE /* Compiler.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Compiler.h; sourceTree = "<group>"; };
    14311196                BC6AAAE40E1F426500AD87D8 /* ClassInfo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ClassInfo.h; sourceTree = "<group>"; };
    14321197                BC756FC60E2031B200DE7D12 /* JSGlobalObjectFunctions.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = JSGlobalObjectFunctions.cpp; sourceTree = "<group>"; };
     
    14651230                BCF605110E203EF800B9A64D /* ArgList.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ArgList.cpp; sourceTree = "<group>"; };
    14661231                BCF605120E203EF800B9A64D /* ArgList.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ArgList.h; sourceTree = "<group>"; };
    1467                 BCF6553B0A2048DE0038A194 /* MathExtras.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = MathExtras.h; sourceTree = "<group>"; };
    1468                 BCFBE695122560E800309E9D /* PassOwnArrayPtr.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PassOwnArrayPtr.h; sourceTree = "<group>"; };
    14691232                BCFD8C900EEB2EE700283848 /* JumpTable.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = JumpTable.cpp; sourceTree = "<group>"; };
    14701233                BCFD8C910EEB2EE700283848 /* JumpTable.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JumpTable.h; sourceTree = "<group>"; };
    1471                 C0A2723F0E509F1E00E96E15 /* NotFound.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NotFound.h; sourceTree = "<group>"; };
    1472                 C22C529013FAF6EF00B7DC0D /* bignum-dtoa.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = "bignum-dtoa.cc"; sourceTree = "<group>"; };
    1473                 C22C529113FAF6EF00B7DC0D /* bignum-dtoa.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "bignum-dtoa.h"; sourceTree = "<group>"; };
    1474                 C22C529213FAF6EF00B7DC0D /* bignum.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = bignum.cc; sourceTree = "<group>"; };
    1475                 C22C529313FAF6EF00B7DC0D /* bignum.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = bignum.h; sourceTree = "<group>"; };
    1476                 C22C529413FAF6EF00B7DC0D /* cached-powers.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = "cached-powers.cc"; sourceTree = "<group>"; };
    1477                 C22C529513FAF6EF00B7DC0D /* cached-powers.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "cached-powers.h"; sourceTree = "<group>"; };
    1478                 C22C529613FAF6EF00B7DC0D /* COPYING */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = COPYING; sourceTree = "<group>"; };
    1479                 C22C529713FAF6EF00B7DC0D /* diy-fp.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = "diy-fp.cc"; sourceTree = "<group>"; };
    1480                 C22C529813FAF6EF00B7DC0D /* diy-fp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "diy-fp.h"; sourceTree = "<group>"; };
    1481                 C22C529913FAF6EF00B7DC0D /* double-conversion.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = "double-conversion.cc"; sourceTree = "<group>"; };
    1482                 C22C529A13FAF6EF00B7DC0D /* double-conversion.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "double-conversion.h"; sourceTree = "<group>"; };
    1483                 C22C529B13FAF6EF00B7DC0D /* double.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = double.h; sourceTree = "<group>"; };
    1484                 C22C529C13FAF6EF00B7DC0D /* fast-dtoa.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = "fast-dtoa.cc"; sourceTree = "<group>"; };
    1485                 C22C529D13FAF6EF00B7DC0D /* fast-dtoa.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "fast-dtoa.h"; sourceTree = "<group>"; };
    1486                 C22C529E13FAF6EF00B7DC0D /* fixed-dtoa.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = "fixed-dtoa.cc"; sourceTree = "<group>"; };
    1487                 C22C529F13FAF6EF00B7DC0D /* fixed-dtoa.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "fixed-dtoa.h"; sourceTree = "<group>"; };
    1488                 C22C52A013FAF6EF00B7DC0D /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = "<group>"; };
    1489                 C22C52A113FAF6EF00B7DC0D /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = "<group>"; };
    1490                 C22C52A213FAF6EF00B7DC0D /* README */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README; sourceTree = "<group>"; };
    1491                 C22C52A313FAF6EF00B7DC0D /* SConscript */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = SConscript; sourceTree = "<group>"; };
    1492                 C22C52A413FAF6EF00B7DC0D /* SConstruct */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = SConstruct; sourceTree = "<group>"; };
    1493                 C22C52B913FAF6EF00B7DC0D /* strtod.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = strtod.cc; sourceTree = "<group>"; };
    1494                 C22C52BA13FAF6EF00B7DC0D /* strtod.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = strtod.h; sourceTree = "<group>"; };
    1495                 C22C52BB13FAF6EF00B7DC0D /* utils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = utils.h; sourceTree = "<group>"; };
    14961234                C240305314B404C90079EB64 /* CopiedSpace.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CopiedSpace.cpp; sourceTree = "<group>"; };
    14971235                C2B916C114DA014E00CBAC86 /* MarkedAllocator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MarkedAllocator.h; sourceTree = "<group>"; };
     
    15001238                C2C8D02E14A3CEFC00578E65 /* CopiedBlock.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CopiedBlock.h; sourceTree = "<group>"; };
    15011239                C2C8D02F14A3CEFC00578E65 /* HeapBlock.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HeapBlock.h; sourceTree = "<group>"; };
    1502                 C2D9CA1214BCC04600304B46 /* CheckedBoolean.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CheckedBoolean.h; sourceTree = "<group>"; };
    15031240                C2EAA3F8149A830800FCE112 /* CopiedSpace.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CopiedSpace.h; sourceTree = "<group>"; };
    15041241                C2EAD2FB14F0249800A4B159 /* CopiedAllocator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CopiedAllocator.h; sourceTree = "<group>"; };
    1505                 C2EE599D13FC972A009CEAFE /* DecimalNumber.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DecimalNumber.cpp; sourceTree = "<group>"; };
    1506                 C2EE599E13FC972A009CEAFE /* DecimalNumber.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DecimalNumber.h; sourceTree = "<group>"; };
    15071242                D21202280AD4310C00ED79B6 /* DateConversion.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = DateConversion.cpp; sourceTree = "<group>"; };
    15081243                D21202290AD4310C00ED79B6 /* DateConversion.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = DateConversion.h; sourceTree = "<group>"; };
    1509                 D75AF59512F8CB9500FC0ADF /* DynamicAnnotations.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DynamicAnnotations.cpp; sourceTree = "<group>"; };
    1510                 D75AF59612F8CB9500FC0ADF /* DynamicAnnotations.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DynamicAnnotations.h; sourceTree = "<group>"; };
    1511                 DD377CBB12072C18006A2517 /* Bitmap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Bitmap.h; sourceTree = "<group>"; };
    15121244                DDF7ABD211F60ED200108E36 /* GCActivityCallback.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GCActivityCallback.h; sourceTree = "<group>"; };
    15131245                DDF7ABD311F60ED200108E36 /* GCActivityCallbackCF.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GCActivityCallbackCF.cpp; sourceTree = "<group>"; };
    1514                 E11D51750B2E798D0056C188 /* StringExtras.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = StringExtras.h; sourceTree = "<group>"; };
    15151246                E124A8F50E555775003091F1 /* OpaqueJSString.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OpaqueJSString.h; sourceTree = "<group>"; };
    15161247                E124A8F60E555775003091F1 /* OpaqueJSString.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = OpaqueJSString.cpp; sourceTree = "<group>"; };
    15171248                E178633F0D9BEC0000D74E75 /* InitializeThreading.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = InitializeThreading.h; sourceTree = "<group>"; };
    15181249                E178636C0D9BEEC300D74E75 /* InitializeThreading.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = InitializeThreading.cpp; sourceTree = "<group>"; };
    1519                 E17FF770112131D200076A19 /* ValueCheck.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ValueCheck.h; sourceTree = "<group>"; };
    15201250                E18E3A560DF9278C00D90B34 /* JSGlobalData.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JSGlobalData.h; sourceTree = "<group>"; };
    15211251                E18E3A570DF9278C00D90B34 /* JSGlobalData.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = JSGlobalData.cpp; sourceTree = "<group>"; };
    1522                 E195678F09E7CF1200B89D13 /* UnicodeIcu.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = UnicodeIcu.h; sourceTree = "<group>"; };
    1523                 E195679409E7CF1200B89D13 /* Unicode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Unicode.h; sourceTree = "<group>"; };
    1524                 E1A596370DE3E1C300C17E37 /* AVLTree.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AVLTree.h; sourceTree = "<group>"; };
    1525                 E1A862A80D7EBB76001EC6AA /* CollatorICU.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CollatorICU.cpp; sourceTree = "<group>"; };
    1526                 E1A862AA0D7EBB7D001EC6AA /* Collator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Collator.h; sourceTree = "<group>"; };
    1527                 E1A862D50D7F2B5C001EC6AA /* CollatorDefault.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CollatorDefault.cpp; sourceTree = "<group>"; };
    1528                 E1B7C8BD0DA3A3360074B0DC /* ThreadSpecific.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ThreadSpecific.h; sourceTree = "<group>"; };
    1529                 E1EE79220D6C95CD00FEA3BA /* Threading.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Threading.h; sourceTree = "<group>"; };
    1530                 E1EE79270D6C964500FEA3BA /* Locker.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Locker.h; sourceTree = "<group>"; };
    1531                 E1EE793C0D6C9B9200FEA3BA /* ThreadingPthreads.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ThreadingPthreads.cpp; sourceTree = "<group>"; };
    1532                 E1EE798B0D6CA53D00FEA3BA /* MessageQueue.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MessageQueue.h; sourceTree = "<group>"; };
    1533                 E1EF79A80CE97BA60088D500 /* UTF8.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = UTF8.cpp; sourceTree = "<group>"; };
    1534                 E1EF79A90CE97BA60088D500 /* UTF8.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = UTF8.h; sourceTree = "<group>"; };
    1535                 E48E0F2C0F82151700A8CA37 /* FastAllocBase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FastAllocBase.h; sourceTree = "<group>"; };
    15361252                E49DC14912EF261A00184A1F /* SourceProviderCacheItem.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SourceProviderCacheItem.h; sourceTree = "<group>"; };
    15371253                E49DC15112EF272200184A1F /* SourceProviderCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SourceProviderCache.h; sourceTree = "<group>"; };
    15381254                E49DC15512EF277200184A1F /* SourceProviderCache.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SourceProviderCache.cpp; sourceTree = "<group>"; };
    1539                 E4D8CE9B12FC42E100BC9F5A /* BloomFilter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BloomFilter.h; sourceTree = "<group>"; };
    1540                 F3BD31D0126730180065467F /* TextPosition.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = TextPosition.h; path = text/TextPosition.h; sourceTree = "<group>"; };
    15411255                F5BB2BC5030F772101FCFE1D /* Completion.h */ = {isa = PBXFileReference; fileEncoding = 30; indentWidth = 4; lastKnownFileType = sourcecode.c.h; path = Completion.h; sourceTree = "<group>"; tabWidth = 8; };
    15421256                F5C290E60284F98E018635CA /* JavaScriptCorePrefix.h */ = {isa = PBXFileReference; fileEncoding = 30; indentWidth = 4; lastKnownFileType = sourcecode.c.h; path = JavaScriptCorePrefix.h; sourceTree = "<group>"; tabWidth = 8; };
     
    15721286                F692A8860255597D01FF60F7 /* UString.h */ = {isa = PBXFileReference; fileEncoding = 30; indentWidth = 4; lastKnownFileType = sourcecode.c.h; path = UString.h; sourceTree = "<group>"; tabWidth = 8; };
    15731287                F692A8870255597D01FF60F7 /* JSValue.cpp */ = {isa = PBXFileReference; fileEncoding = 30; indentWidth = 4; lastKnownFileType = sourcecode.cpp.cpp; path = JSValue.cpp; sourceTree = "<group>"; tabWidth = 8; };
    1574                 F69E86C114C6E551002C2C62 /* NumberOfCores.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NumberOfCores.cpp; sourceTree = "<group>"; };
    1575                 F69E86C214C6E551002C2C62 /* NumberOfCores.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NumberOfCores.h; sourceTree = "<group>"; };
    1576                 FDA15C1612B03028003A583A /* Complex.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Complex.h; sourceTree = "<group>"; };
    1577                 FE1B44790ECCD73B004F4DD1 /* StdLibExtras.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = StdLibExtras.h; sourceTree = "<group>"; };
    15781288/* End PBXFileReference section */
    15791289
     
    16211331                                932F5BD70822A1C700736975 /* libicucore.dylib in Frameworks */,
    16221332                                932F5BD60822A1C700736975 /* libobjc.dylib in Frameworks */,
     1333                                A8A4748E151A8306004123FF /* libWTF.a in Frameworks */,
    16231334                        );
    16241335                        runOnlyForDeploymentPostprocessing = 0;
     
    16501361                        tabWidth = 4;
    16511362                        usesTabs = 0;
    1652                 };
    1653                 06D358A00DAAD9C4003B174E /* mac */ = {
    1654                         isa = PBXGroup;
    1655                         children = (
    1656                                 06D358A10DAAD9C4003B174E /* MainThreadMac.mm */,
    1657                         );
    1658                         path = mac;
    1659                         sourceTree = "<group>";
    16601363                };
    16611364                0867D691FE84028FC02AAC07 /* JavaScriptCore */ = {
     
    16861389                                141211000A48772600480255 /* tests */,
    16871390                                8603CEF014C753EF00AE59E3 /* tools */,
    1688                                 65162EF108E6A21C007556CD /* wtf */,
    16891391                                86EAC48C0F93E8B9008EC948 /* yarr */,
    16901392                                1C90513E0BA9E8830081E9D0 /* Configurations */,
     
    17001402                        isa = PBXGroup;
    17011403                        children = (
     1404                                A8A4748D151A8306004123FF /* libWTF.a */,
    17021405                                6560A4CF04B3B3E7008AE952 /* CoreFoundation.framework */,
    17031406                                51F0EB6105C86C6B00E6DF1B /* Foundation.framework */,
     
    19351638                        sourceTree = "<group>";
    19361639                };
    1937                 1A082776142168D60090CCAC /* threads */ = {
    1938                         isa = PBXGroup;
    1939                         children = (
    1940                                 1A082777142168D70090CCAC /* BinarySemaphore.cpp */,
    1941                                 1A082778142168D70090CCAC /* BinarySemaphore.h */,
    1942                         );
    1943                         path = threads;
    1944                         sourceTree = "<group>";
    1945                 };
    19461640                1C90513E0BA9E8830081E9D0 /* Configurations */ = {
    19471641                        isa = PBXGroup;
     
    19601654                        tabWidth = 4;
    19611655                        usesTabs = 0;
    1962                 };
    1963                 2684B2C214D4A9B20072C0B6 /* url */ = {
    1964                         isa = PBXGroup;
    1965                         children = (
    1966                                 2684B2C314D4A9B20072C0B6 /* api */,
    1967                                 2684B2C714D4A9B20072C0B6 /* src */,
    1968                         );
    1969                         path = url;
    1970                         sourceTree = "<group>";
    1971                 };
    1972                 2684B2C314D4A9B20072C0B6 /* api */ = {
    1973                         isa = PBXGroup;
    1974                         children = (
    1975                                 2684B2C414D4A9B20072C0B6 /* ParsedURL.cpp */,
    1976                                 2684B2C514D4A9B20072C0B6 /* ParsedURL.h */,
    1977                                 2684B2C614D4A9B20072C0B6 /* URLString.h */,
    1978                         );
    1979                         path = api;
    1980                         sourceTree = "<group>";
    1981                 };
    1982                 2684B2C714D4A9B20072C0B6 /* src */ = {
    1983                         isa = PBXGroup;
    1984                         children = (
    1985                                 2684B2C814D4A9B20072C0B6 /* RawURLBuffer.h */,
    1986                                 2684B2C914D4A9B20072C0B6 /* URLBuffer.h */,
    1987                                 2684B2CA14D4A9B20072C0B6 /* URLCharacterTypes.cpp */,
    1988                                 2684B2CB14D4A9B20072C0B6 /* URLCharacterTypes.h */,
    1989                                 2684B2CC14D4A9B20072C0B6 /* URLComponent.h */,
    1990                                 2684B2CD14D4A9B20072C0B6 /* URLEscape.cpp */,
    1991                                 2684B2CE14D4A9B20072C0B6 /* URLEscape.h */,
    1992                                 2684B2CF14D4A9B20072C0B6 /* URLParser.h */,
    1993                                 2684B2D014D4A9B20072C0B6 /* URLQueryCanonicalizer.h */,
    1994                                 2684B2D114D4A9B20072C0B6 /* URLSegments.cpp */,
    1995                                 2684B2D214D4A9B20072C0B6 /* URLSegments.h */,
    1996                         );
    1997                         path = src;
    1998                         sourceTree = "<group>";
    19991656                };
    20001657                650FDF8D09D0FCA700769E54 /* Derived Sources */ = {
     
    20181675                        path = DerivedSources/JavaScriptCore;
    20191676                        sourceTree = BUILT_PRODUCTS_DIR;
    2020                         tabWidth = 4;
    2021                         usesTabs = 0;
    2022                 };
    2023                 65162EF108E6A21C007556CD /* wtf */ = {
    2024                         isa = PBXGroup;
    2025                         children = (
    2026                                 C22C524813FAF6EF00B7DC0D /* dtoa */,
    2027                                 06D358A00DAAD9C4003B174E /* mac */,
    2028                                 8656573E115BE35200291F40 /* text */,
    2029                                 1A082776142168D60090CCAC /* threads */,
    2030                                 E195678D09E7CF1200B89D13 /* unicode */,
    2031                                 2684B2C214D4A9B20072C0B6 /* url */,
    2032                                 A1D764511354448B00C5C7C0 /* Alignment.h */,
    2033                                 93AA4F770957251F0084B3A7 /* AlwaysInline.h */,
    2034                                 A73BE154148420520091204B /* ArrayBuffer.cpp */,
    2035                                 A73BE155148420520091204B /* ArrayBuffer.h */,
    2036                                 A73BE156148420520091204B /* ArrayBufferView.cpp */,
    2037                                 A73BE157148420520091204B /* ArrayBufferView.h */,
    2038                                 938C4F690CA06BC700D9310A /* ASCIICType.h */,
    2039                                 65E217B808E7EECC0023E5F6 /* Assertions.cpp */,
    2040                                 65E217B708E7EECC0023E5F6 /* Assertions.h */,
    2041                                 BC5F7BBB11823B590052C02C /* Atomics.h */,
    2042                                 E1A596370DE3E1C300C17E37 /* AVLTree.h */,
    2043                                 DD377CBB12072C18006A2517 /* Bitmap.h */,
    2044                                 0F16D724142C39A200CF784A /* BitVector.cpp */,
    2045                                 0FD82F491428069200179C94 /* BitVector.h */,
    2046                                 A7C40C07130B057D00D002A1 /* BlockStack.h */,
    2047                                 E4D8CE9B12FC42E100BC9F5A /* BloomFilter.h */,
    2048                                 0FD82E82141F3FC900179C94 /* BoundsCheckedPointer.h */,
    2049                                 86676D4D11FED55D004B6863 /* BumpPointerAllocator.h */,
    2050                                 A7A1F7AA0F252B3C00E184E2 /* ByteArray.cpp */,
    2051                                 A7A1F7AB0F252B3C00E184E2 /* ByteArray.h */,
    2052                                 A7BC0C81140608B000B1BB71 /* CheckedArithmetic.h */,
    2053                                 C2D9CA1214BCC04600304B46 /* CheckedBoolean.h */,
    2054                                 0FB5468E14FADA6F002C2989 /* RefCountedArray.h */,
    2055                                 BC66BAE213F4928F00C23FAE /* Compiler.h */,
    2056                                 FDA15C1612B03028003A583A /* Complex.h */,
    2057                                 97941A7C1302A098004A3447 /* CryptographicallyRandomNumber.cpp */,
    2058                                 97941A7D1302A098004A3447 /* CryptographicallyRandomNumber.h */,
    2059                                 180B9AEF0F16C569009BDBC5 /* CurrentTime.cpp */,
    2060                                 180B9AF00F16C569009BDBC5 /* CurrentTime.h */,
    2061                                 0F9FC8CD14E612D500D52AE0 /* DataLog.cpp */,
    2062                                 0F9FC8CE14E612D500D52AE0 /* DataLog.h */,
    2063                                 41359CF40FDD89CB00206180 /* DateMath.cpp */,
    2064                                 41359CF50FDD89CB00206180 /* DateMath.h */,
    2065                                 C2EE599D13FC972A009CEAFE /* DecimalNumber.cpp */,
    2066                                 C2EE599E13FC972A009CEAFE /* DecimalNumber.h */,
    2067                                 5135FAD512D26856003C083B /* Decoder.h */,
    2068                                 5186111D0CC824830081412B /* Deque.h */,
    2069                                 938C4F6B0CA06BCE00D9310A /* DisallowCType.h */,
    2070                                 14456A311314657800212CA3 /* DoublyLinkedList.h */,
    2071                                 651F6412039D5B5F0078395C /* dtoa.cpp */,
    2072                                 651F6413039D5B5F0078395C /* dtoa.h */,
    2073                                 D75AF59512F8CB9500FC0ADF /* DynamicAnnotations.cpp */,
    2074                                 D75AF59612F8CB9500FC0ADF /* DynamicAnnotations.h */,
    2075                                 5135FAD612D26856003C083B /* Encoder.h */,
    2076                                 A7A275F514837A8E001DBB39 /* ExportMacros.h */,
    2077                                 E48E0F2C0F82151700A8CA37 /* FastAllocBase.h */,
    2078                                 65E217B908E7EECC0023E5F6 /* FastMalloc.cpp */,
    2079                                 65E217BA08E7EECC0023E5F6 /* FastMalloc.h */,
    2080                                 A7F19ECD11DD490900931E70 /* FixedArray.h */,
    2081                                 A73BE159148420520091204B /* Float32Array.h */,
    2082                                 A73BE15B148420520091204B /* Float64Array.h */,
    2083                                 935AF46909E9D9DB00ACD1D8 /* Forward.h */,
    2084                                 1AA9E5501498093500001A8A /* Functional.h */,
    2085                                 93B6A0DE0AA64DA40076DE27 /* GetPtr.h */,
    2086                                 657EEBBF094E445E008C9C7B /* HashCountedSet.h */,
    2087                                 65DFC92A08EA173A00F7300B /* HashFunctions.h */,
    2088                                 652246A40C8D7A0E007BDAF7 /* HashIterators.h */,
    2089                                 65DFC92B08EA173A00F7300B /* HashMap.h */,
    2090                                 65DFC92C08EA173A00F7300B /* HashSet.h */,
    2091                                 65DFC92D08EA173A00F7300B /* HashTable.cpp */,
    2092                                 65DFC92E08EA173A00F7300B /* HashTable.h */,
    2093                                 65DFC92F08EA173A00F7300B /* HashTraits.h */,
    2094                                 7186A6E813100B57004479E1 /* HexNumber.h */,
    2095                                 8699AA60146A0E2B00E23A73 /* InlineASM.h */,
    2096                                 A73BE15F148420520091204B /* Int16Array.h */,
    2097                                 A73BE161148420520091204B /* Int32Array.h */,
    2098                                 A73BE15D148420520091204B /* Int8Array.h */,
    2099                                 A73BE17F148420A80091204B /* IntegralTypedArrayBase.h */,
    2100                                 657EB7450B708F540063461B /* ListHashSet.h */,
    2101                                 148A1626095D16BB00666D0D /* ListRefPtr.h */,
    2102                                 E1EE79270D6C964500FEA3BA /* Locker.h */,
    2103                                 06D358A20DAAD9C4003B174E /* MainThread.cpp */,
    2104                                 06D358A30DAAD9C4003B174E /* MainThread.h */,
    2105                                 5DBD18AF0C5401A700C15EAE /* MallocZoneSupport.h */,
    2106                                 BCF6553B0A2048DE0038A194 /* MathExtras.h */,
    2107                                 511FC4C7117EE23D00425272 /* MD5.cpp */,
    2108                                 511FC4CA117EE2A800425272 /* MD5.h */,
    2109                                 E1EE798B0D6CA53D00FEA3BA /* MessageQueue.h */,
    2110                                 0F963B2B13F853C70002D9B2 /* MetaAllocator.cpp */,
    2111                                 0F963B2A13F853BD0002D9B2 /* MetaAllocator.h */,
    2112                                 0F963B2E13FC66AE0002D9B2 /* MetaAllocatorHandle.h */,
    2113                                 9303F5690991190000AD71B8 /* Noncopyable.h */,
    2114                                 65E1A2F4122B880D00B26097 /* NonCopyingSort.h */,
    2115                                 C0A2723F0E509F1E00E96E15 /* NotFound.h */,
    2116                                 93854A9912C93D3B00DAAF77 /* NullPtr.cpp */,
    2117                                 933F5CDB126922690049191E /* NullPtr.h */,
    2118                                 F69E86C114C6E551002C2C62 /* NumberOfCores.cpp */,
    2119                                 F69E86C214C6E551002C2C62 /* NumberOfCores.h */,
    2120                                 1400067612A6F7830064D123 /* OSAllocator.h */,
    2121                                 1400069212A6F9E10064D123 /* OSAllocatorPosix.cpp */,
    2122                                 97941A3F130299DB004A3447 /* OSRandomSource.cpp */,
    2123                                 97941A40130299DB004A3447 /* OSRandomSource.h */,
    2124                                 9303F5A409911A5800AD71B8 /* OwnArrayPtr.h */,
    2125                                 9303F567099118FA00AD71B8 /* OwnPtr.h */,
    2126                                 440B7AED0FAF7FCB0073323E /* OwnPtrCommon.h */,
    2127                                 0F636D9F142D27D200B2E66A /* PackedIntVector.h */,
    2128                                 8627E5EA11F1281900A313B5 /* PageAllocation.h */,
    2129                                 14FFF98A12BFFF7500795BB8 /* PageAllocationAligned.cpp */,
    2130                                 14FFF98B12BFFF7500795BB8 /* PageAllocationAligned.h */,
    2131                                 14B3EF0412BC24DD00D29EFF /* PageBlock.cpp */,
    2132                                 14B3EF0312BC24DD00D29EFF /* PageBlock.h */,
    2133                                 8690231412092D5C00630AF9 /* PageReservation.h */,
    2134                                 7934BB761361979300CB99A1 /* ParallelJobs.h */,
    2135                                 7934BB771361979300CB99A1 /* ParallelJobsGeneric.cpp */,
    2136                                 7934BB781361979300CB99A1 /* ParallelJobsGeneric.h */,
    2137                                 7934BB791361979300CB99A1 /* ParallelJobsLibdispatch.h */,
    2138                                 7934BB7A1361979300CB99A1 /* ParallelJobsOpenMP.h */,
    2139                                 BCFBE695122560E800309E9D /* PassOwnArrayPtr.h */,
    2140                                 44DD48520FAEA85000D6B4EB /* PassOwnPtr.h */,
    2141                                 6580F795094070560082C219 /* PassRefPtr.h */,
    2142                                 651DCA02136A6FAB00F74194 /* PassTraits.h */,
    2143                                 A7D649A91015224E009B2E1B /* PossiblyNull.h */,
    2144                                 088FA5B90EF76D4300578E6F /* RandomNumber.cpp */,
    2145                                 088FA5BA0EF76D4300578E6F /* RandomNumber.h */,
    2146                                 08E279E80EF83B10007DB523 /* RandomNumberSeed.h */,
    2147                                 0F963B2613F753990002D9B2 /* RedBlackTree.h */,
    2148                                 1419D32C0CEA7CDE00FF507A /* RefCounted.h */,
    2149                                 905B02AD0E28640F006DF882 /* RefCountedLeakCounter.cpp */,
    2150                                 90D3469B0E285280009492EE /* RefCountedLeakCounter.h */,
    2151                                 65C647B3093EF8D60022C380 /* RefPtr.h */,
    2152                                 148A1ECD0D10C23B0069A47C /* RefPtrHashMap.h */,
    2153                                 51F648D60BB4E2CA0033D760 /* RetainPtr.h */,
    2154                                 969A07290ED1CE6900F1F681 /* SegmentedVector.h */,
    2155                                 A7C40C08130B057D00D002A1 /* SentinelLinkedList.h */,
    2156                                 76FB9F1012E851960051A2EB /* SHA1.cpp */,
    2157                                 76FB9F0E12E851860051A2EB /* SHA1.h */,
    2158                                 0F56A1D6150028B9002992B1 /* SimpleStats.h */,
    2159                                 A7C40C09130B057D00D002A1 /* SinglyLinkedList.h */,
    2160                                 0BF28A2811A33DC300638F84 /* SizeLimits.cpp */,
    2161                                 0F2E5BF5146357D2003EB2EB /* Spectrum.h */,
    2162                                 86D87DA512BC4B14008E73A1 /* StackBounds.cpp */,
    2163                                 86D87DA612BC4B14008E73A1 /* StackBounds.h */,
    2164                                 868BFA5F117D048200B908B1 /* StaticConstructors.h */,
    2165                                 FE1B44790ECCD73B004F4DD1 /* StdLibExtras.h */,
    2166                                 E11D51750B2E798D0056C188 /* StringExtras.h */,
    2167                                 5D63E9AC10F2BD6E00FC8AE9 /* StringHasher.h */,
    2168                                 5DA479650CFBCF56009328A0 /* TCPackedCache.h */,
    2169                                 6541BD6E08E80A17002CBEE7 /* TCPageMap.h */,
    2170                                 6541BD6F08E80A17002CBEE7 /* TCSpinLock.h */,
    2171                                 6541BD7008E80A17002CBEE7 /* TCSystemAlloc.cpp */,
    2172                                 6541BD7108E80A17002CBEE7 /* TCSystemAlloc.h */,
    2173                                 0BCD83541485841200EA2003 /* TemporaryChange.h */,
    2174                                 18BAB52710DADFCD000D945B /* ThreadIdentifierDataPthreads.cpp */,
    2175                                 18BAB52810DADFCD000D945B /* ThreadIdentifierDataPthreads.h */,
    2176                                 5D6A566A0F05995500266145 /* Threading.cpp */,
    2177                                 E1EE79220D6C95CD00FEA3BA /* Threading.h */,
    2178                                 BC5F7BBC11823B590052C02C /* ThreadingPrimitives.h */,
    2179                                 E1EE793C0D6C9B9200FEA3BA /* ThreadingPthreads.cpp */,
    2180                                 0BAC949E1338728400CF135B /* ThreadRestrictionVerifier.h */,
    2181                                 BC5F7BBD11823B590052C02C /* ThreadSafeRefCounted.h */,
    2182                                 E1B7C8BD0DA3A3360074B0DC /* ThreadSpecific.h */,
    2183                                 A73BE17D148420840091204B /* TypedArrayBase.h */,
    2184                                 0B330C260F38C62300692DE3 /* TypeTraits.cpp */,
    2185                                 0B4D7E620F319AC800AD7E58 /* TypeTraits.h */,
    2186                                 A73BE165148420520091204B /* Uint16Array.h */,
    2187                                 A73BE167148420520091204B /* Uint32Array.h */,
    2188                                 A73BE163148420520091204B /* Uint8Array.h */,
    2189                                 91A3905514C0F47200F67901 /* Uint8ClampedArray.h */,
    2190                                 0FD52AAC1430359D0026DC9F /* UnionFind.h */,
    2191                                 935AF46B09E9D9DB00ACD1D8 /* UnusedParam.h */,
    2192                                 E17FF770112131D200076A19 /* ValueCheck.h */,
    2193                                 6592C316098B7DE10003D4F6 /* Vector.h */,
    2194                                 6592C317098B7DE10003D4F6 /* VectorTraits.h */,
    2195                                 96DD73780F9DA3100027FBCC /* VMTags.h */,
    2196                                 86D08D5111793613006E5ED0 /* WTFThreadData.cpp */,
    2197                                 86D08D5211793613006E5ED0 /* WTFThreadData.h */,
    2198                         );
    2199                         path = wtf;
    2200                         sourceTree = "<group>";
    22011677                        tabWidth = 4;
    22021678                        usesTabs = 0;
     
    24591935                        sourceTree = "<group>";
    24601936                };
    2461                 8656573E115BE35200291F40 /* text */ = {
    2462                         isa = PBXGroup;
    2463                         children = (
    2464                                 434A8E7014956A50009126F7 /* ASCIIFastPath.h */,
    2465                                 868BFA00117CEFD100B908B1 /* AtomicString.cpp */,
    2466                                 868BFA01117CEFD100B908B1 /* AtomicString.h */,
    2467                                 86F38858121130CA007A7CE3 /* AtomicStringHash.h */,
    2468                                 868BFA02117CEFD100B908B1 /* AtomicStringImpl.h */,
    2469                                 86565740115BE3DA00291F40 /* CString.cpp */,
    2470                                 86565741115BE3DA00291F40 /* CString.h */,
    2471                                 86B99AE1117E578100DF5A90 /* StringBuffer.h */,
    2472                                 86438FC31265503E00E0DFCA /* StringBuilder.cpp */,
    2473                                 081469481264375E00DFF935 /* StringBuilder.h */,
    2474                                 0896C29E1265AB0900B1CDD3 /* StringConcatenate.h */,
    2475                                 868BFA05117CEFD100B908B1 /* StringHash.h */,
    2476                                 868BFA06117CEFD100B908B1 /* StringImpl.cpp */,
    2477                                 868BFA07117CEFD100B908B1 /* StringImpl.h */,
    2478                                 718A8482134F3A1200B87529 /* StringOperators.h */,
    2479                                 8626BECE11928E3900782FAB /* StringStatics.cpp */,
    2480                                 F3BD31D0126730180065467F /* TextPosition.h */,
    2481                                 868BFA15117CF19900B908B1 /* WTFString.cpp */,
    2482                                 868BFA16117CF19900B908B1 /* WTFString.h */,
    2483                         );
    2484                         name = text;
    2485                         sourceTree = "<group>";
    2486                 };
    24871937                86EAC48C0F93E8B9008EC948 /* yarr */ = {
    24881938                        isa = PBXGroup;
     
    26902140                        sourceTree = "<group>";
    26912141                };
    2692                 C22C524813FAF6EF00B7DC0D /* dtoa */ = {
    2693                         isa = PBXGroup;
    2694                         children = (
    2695                                 C22C529613FAF6EF00B7DC0D /* COPYING */,
    2696                                 C22C52A013FAF6EF00B7DC0D /* LICENSE */,
    2697                                 C22C52A113FAF6EF00B7DC0D /* Makefile */,
    2698                                 C22C52A213FAF6EF00B7DC0D /* README */,
    2699                                 C22C52A313FAF6EF00B7DC0D /* SConscript */,
    2700                                 C22C52A413FAF6EF00B7DC0D /* SConstruct */,
    2701                                 C22C529013FAF6EF00B7DC0D /* bignum-dtoa.cc */,
    2702                                 C22C529113FAF6EF00B7DC0D /* bignum-dtoa.h */,
    2703                                 C22C529213FAF6EF00B7DC0D /* bignum.cc */,
    2704                                 C22C529313FAF6EF00B7DC0D /* bignum.h */,
    2705                                 C22C529413FAF6EF00B7DC0D /* cached-powers.cc */,
    2706                                 C22C529513FAF6EF00B7DC0D /* cached-powers.h */,
    2707                                 C22C529713FAF6EF00B7DC0D /* diy-fp.cc */,
    2708                                 C22C529813FAF6EF00B7DC0D /* diy-fp.h */,
    2709                                 C22C529913FAF6EF00B7DC0D /* double-conversion.cc */,
    2710                                 C22C529A13FAF6EF00B7DC0D /* double-conversion.h */,
    2711                                 C22C529B13FAF6EF00B7DC0D /* double.h */,
    2712                                 C22C529C13FAF6EF00B7DC0D /* fast-dtoa.cc */,
    2713                                 C22C529D13FAF6EF00B7DC0D /* fast-dtoa.h */,
    2714                                 C22C529E13FAF6EF00B7DC0D /* fixed-dtoa.cc */,
    2715                                 C22C529F13FAF6EF00B7DC0D /* fixed-dtoa.h */,
    2716                                 C22C52B913FAF6EF00B7DC0D /* strtod.cc */,
    2717                                 C22C52BA13FAF6EF00B7DC0D /* strtod.h */,
    2718                                 C22C52BB13FAF6EF00B7DC0D /* utils.h */,
    2719                         );
    2720                         path = dtoa;
    2721                         sourceTree = "<group>";
    2722                 };
    2723                 E195678D09E7CF1200B89D13 /* unicode */ = {
    2724                         isa = PBXGroup;
    2725                         children = (
    2726                                 E195678E09E7CF1200B89D13 /* icu */,
    2727                                 2CFC5B7A12F44714004914E2 /* CharacterNames.h */,
    2728                                 E1A862AA0D7EBB7D001EC6AA /* Collator.h */,
    2729                                 E1A862D50D7F2B5C001EC6AA /* CollatorDefault.cpp */,
    2730                                 E195679409E7CF1200B89D13 /* Unicode.h */,
    2731                                 E1EF79A80CE97BA60088D500 /* UTF8.cpp */,
    2732                                 E1EF79A90CE97BA60088D500 /* UTF8.h */,
    2733                         );
    2734                         path = unicode;
    2735                         sourceTree = "<group>";
    2736                 };
    2737                 E195678E09E7CF1200B89D13 /* icu */ = {
    2738                         isa = PBXGroup;
    2739                         children = (
    2740                                 E1A862A80D7EBB76001EC6AA /* CollatorICU.cpp */,
    2741                                 E195678F09E7CF1200B89D13 /* UnicodeIcu.h */,
    2742                         );
    2743                         path = icu;
    2744                         sourceTree = "<group>";
    2745                 };
    27462142/* End PBXGroup section */
    27472143
     
    27802176                                147B83AC0E6DB8C9004775A4 /* BatchedTransitionOptimizer.h in Headers */,
    27812177                                866739D213BFDE710023D87C /* BigInteger.h in Headers */,
    2782                                 1A08277A142168D70090CCAC /* BinarySemaphore.h in Headers */,
    27832178                                BC18C3EC0E16F5CD00B34460 /* BooleanObject.h in Headers */,
    27842179                                C2C8D03014A3CEFC00578E65 /* CopiedBlock.h in Headers */,
     
    31742569                        buildPhases = (
    31752570                                5D2F7CF90C6875BB00B5B72B /* Update Info.plist with version information */,
    3176                                 A8D7082715049EA2001063BC /* Copy WTF Headers */,
    31772571                                932F5B3F0822A1C700736975 /* Headers */,
    31782572                                932F5B910822A1C700736975 /* Sources */,
     
    34032797                        shellScript = "if [ \"${TARGET_GCC_VERSION}\" = \"LLVM_COMPILER\" ]; then\n    exit 0;\nfi\n\nif [ -f ../../Tools/Scripts/check-for-exit-time-destructors ]; then\n    ../../Tools/Scripts/check-for-exit-time-destructors || exit $?\nfi";
    34042798                };
    3405                 A8D7082715049EA2001063BC /* Copy WTF Headers */ = {
    3406                         isa = PBXShellScriptBuildPhase;
    3407                         buildActionMask = 2147483647;
    3408                         files = (
    3409                         );
    3410                         inputPaths = (
    3411                         );
    3412                         name = "Copy WTF Headers";
    3413                         outputPaths = (
    3414                         );
    3415                         runOnlyForDeploymentPostprocessing = 0;
    3416                         shellPath = /bin/sh;
    3417                         shellScript = "# WTF_PRIVATE_HEADERS_PATH will be replaced by PRIVATE_HEADERS_FOLDER_PATH\n# in the equivalent build-phase when WTF is its own project.\nWTF_PRIVATE_HEADERS_PATH=\"/usr/local/include\"\n\nif [[ \"${DEPLOYMENT_LOCATION}\" == \"NO\" ]]; then\nPRIVATE_HEADERS_PATH=\"${TARGET_BUILD_DIR%%/}${WTF_PRIVATE_HEADERS_PATH}\"\nelse\nPRIVATE_HEADERS_PATH=\"${DSTROOT%%/}${WTF_PRIVATE_HEADERS_PATH}\"\nfi;\n\nmkdir -p \"${PRIVATE_HEADERS_PATH}\"\nrsync -av --no-owner --no-group --prune-empty-dirs --exclude \".svn\" --exclude \"usr\" --exclude \"DerivedSources\" --include \"*/\" --include \"*.h\" --exclude \"*\" \"${SRCROOT}/wtf\" \"${PRIVATE_HEADERS_PATH}\"\n";
    3418                 };
    34192799/* End PBXShellScriptBuildPhase section */
    34202800
     
    34642844                                86D3B2C310156BDE002865E7 /* ARMAssembler.cpp in Sources */,
    34652845                                A74DE1D0120B875600D40D5B /* ARMv7Assembler.cpp in Sources */,
    3466                                 A73BE168148420520091204B /* ArrayBuffer.cpp in Sources */,
    3467                                 A73BE16A148420520091204B /* ArrayBufferView.cpp in Sources */,
    34682846                                147F39BF107EC37600427A48 /* ArrayConstructor.cpp in Sources */,
    34692847                                147F39C0107EC37600427A48 /* ArrayPrototype.cpp in Sources */,
    3470                                 65FDE49C0BDD1D4A00E80111 /* Assertions.cpp in Sources */,
    3471                                 868BFA08117CEFD100B908B1 /* AtomicString.cpp in Sources */,
    3472                                 C22C52F113FAF6EF00B7DC0D /* bignum-dtoa.cc in Sources */,
    3473                                 C22C52F313FAF6EF00B7DC0D /* bignum.cc in Sources */,
    3474                                 1A082779142168D70090CCAC /* BinarySemaphore.cpp in Sources */,
    3475                                 0F16D726142C39C000CF784A /* BitVector.cpp in Sources */,
    34762848                                14280863107EC11A0013E7B2 /* BooleanConstructor.cpp in Sources */,
    34772849                                14280864107EC11A0013E7B2 /* BooleanObject.cpp in Sources */,
    34782850                                14280865107EC11A0013E7B2 /* BooleanPrototype.cpp in Sources */,
    34792851                                C240305514B404E60079EB64 /* CopiedSpace.cpp in Sources */,
    3480                                 A7A1F7AC0F252B3C00E184E2 /* ByteArray.cpp in Sources */,
    34812852                                148F21AA107EC53A0042EC2C /* BytecodeGenerator.cpp in Sources */,
    3482                                 C22C52F513FAF6EF00B7DC0D /* cached-powers.cc in Sources */,
    34832853                                1428082D107EC0570013E7B2 /* CallData.cpp in Sources */,
    34842854                                1429D8DD0ED2205B00B89619 /* CallFrame.cpp in Sources */,
    34852855                                969A07960ED1D3AE00F1F681 /* CodeBlock.cpp in Sources */,
    3486                                 E1A862D60D7F2B5C001EC6AA /* CollatorDefault.cpp in Sources */,
    3487                                 E1A862A90D7EBB76001EC6AA /* CollatorICU.cpp in Sources */,
    34882856                                147F39C1107EC37600427A48 /* CommonIdentifiers.cpp in Sources */,
    34892857                                147F39C2107EC37600427A48 /* Completion.cpp in Sources */,
    34902858                                146B16D812EB5B59001BEC1B /* ConservativeRoots.cpp in Sources */,
    34912859                                1428082E107EC0570013E7B2 /* ConstructData.cpp in Sources */,
    3492                                 97941A7E1302A098004A3447 /* CryptographicallyRandomNumber.cpp in Sources */,
    3493                                 86565742115BE3DA00291F40 /* CString.cpp in Sources */,
    3494                                 180B9BFE0F16E94D009BDBC5 /* CurrentTime.cpp in Sources */,
    34952860                                147F39C3107EC37600427A48 /* DateConstructor.cpp in Sources */,
    34962861                                147F39C4107EC37600427A48 /* DateConversion.cpp in Sources */,
    34972862                                147F39C5107EC37600427A48 /* DateInstance.cpp in Sources */,
    3498                                 41359CF60FDD89CB00206180 /* DateMath.cpp in Sources */,
    34992863                                147F39C6107EC37600427A48 /* DatePrototype.cpp in Sources */,
    35002864                                14280823107EC02C0013E7B2 /* Debugger.cpp in Sources */,
    35012865                                BC3135650F302FA3003DFD3A /* DebuggerActivation.cpp in Sources */,
    35022866                                149559EE0DDCDDF700648087 /* DebuggerCallFrame.cpp in Sources */,
    3503                                 C2EE59A113FC9768009CEAFE /* DecimalNumber.cpp in Sources */,
    35042867                                0F620179143FCD480068B77C /* DFGAbstractState.cpp in Sources */,
    35052868                                0FC0976E1468AB5100CF2442 /* DFGAssemblyHelpers.cpp in Sources */,
     
    35232886                                86880F4D14353B2100B08D42 /* DFGSpeculativeJIT64.cpp in Sources */,
    35242887                                0FC097A1146B28CA00CF2442 /* DFGThunks.cpp in Sources */,
    3525                                 C22C52F713FAF6EF00B7DC0D /* diy-fp.cc in Sources */,
    3526                                 C22C52F913FAF6EF00B7DC0D /* double-conversion.cc in Sources */,
    3527                                 14469DD7107EC79E00650446 /* dtoa.cpp in Sources */,
    35282888                                147F39C7107EC37600427A48 /* Error.cpp in Sources */,
    35292889                                147F39C8107EC37600427A48 /* ErrorConstructor.cpp in Sources */,
     
    35342894                                A7B48F490EE8936F00DCBDB6 /* ExecutableAllocator.cpp in Sources */,
    35352895                                86DB64640F95C6FC00D7D921 /* ExecutableAllocatorFixedVMPool.cpp in Sources */,
    3536                                 C22C52FC13FAF6EF00B7DC0D /* fast-dtoa.cc in Sources */,
    3537                                 14F8BA3E107EC886009892DC /* FastMalloc.cpp in Sources */,
    3538                                 C22C52FE13FAF6EF00B7DC0D /* fixed-dtoa.cc in Sources */,
    35392896                                147F39CB107EC37600427A48 /* FunctionConstructor.cpp in Sources */,
    35402897                                147F39CC107EC37600427A48 /* FunctionPrototype.cpp in Sources */,
     
    35432900                                142E3135134FF0A600AFADB5 /* HandleHeap.cpp in Sources */,
    35442901                                142E3137134FF0A600AFADB5 /* HandleStack.cpp in Sources */,
    3545                                 65DFC93308EA173A00F7300B /* HashTable.cpp in Sources */,
    35462902                                14BA7A9713AADFF8005B7C2C /* Heap.cpp in Sources */,
    35472903                                147F39CE107EC37600427A48 /* Identifier.cpp in Sources */,
     
    36002956                                86C568E011A213EE0007F7F0 /* MacroAssemblerARM.cpp in Sources */,
    36012957                                86AE64A8135E5E1C00963012 /* MacroAssemblerSH4.cpp in Sources */,
    3602                                 06D358B30DAADAA4003B174E /* MainThread.cpp in Sources */,
    3603                                 06D358B40DAADAAA003B174E /* MainThreadMac.mm in Sources */,
    36042958                                142D6F0813539A2800B02E86 /* MarkedBlock.cpp in Sources */,
    36052959                                14D2F3DA139F4BE200491031 /* MarkedSpace.cpp in Sources */,
    36062960                                142D6F1113539A4100B02E86 /* MarkStack.cpp in Sources */,
    36072961                                14469DDF107EC7E700650446 /* MathObject.cpp in Sources */,
    3608                                 511FC4C9117EE28700425272 /* MD5.cpp in Sources */,
    36092962                                90213E3D123A40C200D422F3 /* MemoryStatistics.cpp in Sources */,
    3610                                 0F963B2C13F853EC0002D9B2 /* MetaAllocator.cpp in Sources */,
    36112963                                14469DE0107EC7E700650446 /* NativeErrorConstructor.cpp in Sources */,
    36122964                                14469DE1107EC7E700650446 /* NativeErrorPrototype.cpp in Sources */,
    36132965                                148F21B7107EC5470042EC2C /* Nodes.cpp in Sources */,
    36142966                                655EB29B10CE2581001A990E /* NodesCodegen.cpp in Sources */,
    3615                                 93854A9A12C93D3B00DAAF77 /* NullPtr.cpp in Sources */,
    36162967                                14469DE2107EC7E700650446 /* NumberConstructor.cpp in Sources */,
    36172968                                14469DE3107EC7E700650446 /* NumberObject.cpp in Sources */,
     
    36232974                                14280850107EC0D70013E7B2 /* Operations.cpp in Sources */,
    36242975                                0FE228EE1436AB2C00196C48 /* Options.cpp in Sources */,
    3625                                 1400069312A6F9E10064D123 /* OSAllocatorPosix.cpp in Sources */,
    3626                                 97941A5713029AAB004A3447 /* OSRandomSource.cpp in Sources */,
    3627                                 14FFF98C12BFFF7500795BB8 /* PageAllocationAligned.cpp in Sources */,
    3628                                 14B3EF0612BC24DD00D29EFF /* PageBlock.cpp in Sources */,
    3629                                 7934BB7C1361979400CB99A1 /* ParallelJobsGeneric.cpp in Sources */,
    3630                                 2684B2D314D4A9B20072C0B6 /* ParsedURL.cpp in Sources */,
    36312976                                148F21BC107EC54D0042EC2C /* Parser.cpp in Sources */,
    36322977                                93052C340FB792190048FDC3 /* ParserArena.cpp in Sources */,
     
    36392984                                14469DE7107EC7E700650446 /* PropertyNameArray.cpp in Sources */,
    36402985                                14469DE8107EC7E700650446 /* PropertySlot.cpp in Sources */,
    3641                                 088FA5BB0EF76D4300578E6F /* RandomNumber.cpp in Sources */,
    3642                                 905B02AE0E28640F006DF882 /* RefCountedLeakCounter.cpp in Sources */,
    36432986                                14280841107EC0930013E7B2 /* RegExp.cpp in Sources */,
    36442987                                A1712B3B11C7B212007A5315 /* RegExpCache.cpp in Sources */,
     
    36502993                                1429D8850ED21C3D00B89619 /* SamplingTool.cpp in Sources */,
    36512994                                14469DEA107EC7E700650446 /* ScopeChain.cpp in Sources */,
    3652                                 76FB9F1112E851960051A2EB /* SHA1.cpp in Sources */,
    3653                                 0BF28A2911A33DC300638F84 /* SizeLimits.cpp in Sources */,
    36542995                                9330402C0E6A764000786E6A /* SmallStrings.cpp in Sources */,
    36552996                                E49DC16B12EF293E00184A1F /* SourceProviderCache.cpp in Sources */,
    3656                                 86D87DAE12BCA7D1008E73A1 /* StackBounds.cpp in Sources */,
    36572997                                A730B6131250068F009D25B1 /* StrictEvalActivation.cpp in Sources */,
    3658                                 86438FC41265503E00E0DFCA /* StringBuilder.cpp in Sources */,
    36592998                                14469DEB107EC7E700650446 /* StringConstructor.cpp in Sources */,
    3660                                 868BFA0E117CEFD100B908B1 /* StringImpl.cpp in Sources */,
    36612999                                14469DEC107EC7E700650446 /* StringObject.cpp in Sources */,
    36623000                                14469DED107EC7E700650446 /* StringPrototype.cpp in Sources */,
    36633001                                9335F24D12E6765B002B5553 /* StringRecursionChecker.cpp in Sources */,
    3664                                 8626BECF11928E3900782FAB /* StringStatics.cpp in Sources */,
    3665                                 C22C531313FAF6EF00B7DC0D /* strtod.cc in Sources */,
    36663002                                BCDE3B430E6C832D001453A7 /* Structure.cpp in Sources */,
    36673003                                7E4EE70F0EBB7A5B005934AA /* StructureChain.cpp in Sources */,
    36683004                                BCCF0D0C0EF0B8A500413C8F /* StructureStubInfo.cpp in Sources */,
    3669                                 14F8BA43107EC88C009892DC /* TCSystemAlloc.cpp in Sources */,
    3670                                 18BAB55310DAE054000D945B /* ThreadIdentifierDataPthreads.cpp in Sources */,
    3671                                 5D6A566B0F05995500266145 /* Threading.cpp in Sources */,
    3672                                 E1EE793D0D6C9B9200FEA3BA /* ThreadingPthreads.cpp in Sources */,
    36733005                                A7386555118697B400540279 /* ThunkGenerators.cpp in Sources */,
    36743006                                14A42E3F0F4F60EE00599099 /* TimeoutChecker.cpp in Sources */,
    3675                                 0B330C270F38C62300692DE3 /* TypeTraits.cpp in Sources */,
    3676                                 2684B2D814D4A9B20072C0B6 /* URLCharacterTypes.cpp in Sources */,
    3677                                 2684B2DB14D4A9B20072C0B6 /* URLEscape.cpp in Sources */,
    3678                                 2684B2DF14D4A9B20072C0B6 /* URLSegments.cpp in Sources */,
    36793007                                14469DEE107EC7E700650446 /* UString.cpp in Sources */,
    3680                                 E1EF79AA0CE97BA60088D500 /* UTF8.cpp in Sources */,
    36813008                                0FC81516140511B500CFA603 /* VTableSpectrum.cpp in Sources */,
    36823009                                0FC8150B14043C0E00CFA603 /* WriteBarrierSupport.cpp in Sources */,
    3683                                 868BFA17117CF19900B908B1 /* WTFString.cpp in Sources */,
    3684                                 86D08D5311793613006E5ED0 /* WTFThreadData.cpp in Sources */,
    36853010                                86704B8412DBA33700A9FE7B /* YarrInterpreter.cpp in Sources */,
    36863011                                86704B8612DBA33700A9FE7B /* YarrJIT.cpp in Sources */,
     
    36973022                                0F0B83B014BCF71600885B4F /* CallLinkInfo.cpp in Sources */,
    36983023                                0F0B83B414BCF86000885B4F /* MethodCallLinkInfo.cpp in Sources */,
    3699                                 F69E86C314C6E551002C2C62 /* NumberOfCores.cpp in Sources */,
    37003024                                0F93329D14CA7DC30085F3C6 /* CallLinkStatus.cpp in Sources */,
    37013025                                0F93329F14CA7DCA0085F3C6 /* GetByIdStatus.cpp in Sources */,
     
    37063030                                86B5826914D2797000A9C306 /* CodeProfiling.cpp in Sources */,
    37073031                                C2B916C514DA040C00CBAC86 /* MarkedAllocator.cpp in Sources */,
    3708                                 0F9FC8D014E612D800D52AE0 /* DataLog.cpp in Sources */,
    37093032                                0F9FC8C314E1B5FE00D52AE0 /* PolymorphicPutByIdList.cpp in Sources */,
    37103033                                0FFFC95714EF90A000C72532 /* DFGCFAPhase.cpp in Sources */,
     
    38603183                        buildSettings = {
    38613184                                INSTALL_PATH = "$(BUILT_PRODUCTS_DIR)";
     3185                                LIBRARY_SEARCH_PATHS = (
     3186                                        "$(inherited)",
     3187                                        "\"$(SRCROOT)/../../WebKitBuild/Release\"",
     3188                                );
    38623189                        };
    38633190                        name = Debug;
     
    38683195                        buildSettings = {
    38693196                                INSTALL_PATH = "$(BUILT_PRODUCTS_DIR)";
     3197                                LIBRARY_SEARCH_PATHS = (
     3198                                        "$(inherited)",
     3199                                        "\"$(SRCROOT)/../../WebKitBuild/Release\"",
     3200                                );
    38703201                        };
    38713202                        name = Release;
     
    38763207                        buildSettings = {
    38773208                                BUILD_VARIANTS = normal;
     3209                                LIBRARY_SEARCH_PATHS = (
     3210                                        "$(inherited)",
     3211                                        "\"$(SRCROOT)/../../WebKitBuild/Release\"",
     3212                                );
    38783213                        };
    38793214                        name = Production;
     
    40373372                        buildSettings = {
    40383373                                INSTALL_PATH = "$(BUILT_PRODUCTS_DIR)";
     3374                                LIBRARY_SEARCH_PATHS = (
     3375                                        "$(inherited)",
     3376                                        "\"$(SRCROOT)/../../WebKitBuild/Release\"",
     3377                                );
    40393378                        };
    40403379                        name = Profiling;
  • trunk/Source/JavaScriptCore/jsc.cpp

    r111618 r111778  
    3434#include "JSLock.h"
    3535#include "JSString.h"
    36 #include "MainThread.h"
     36#include <wtf/MainThread.h>
    3737#include "SamplingTool.h"
    3838#include <math.h>
  • trunk/Source/WTF/ChangeLog

    r111673 r111778  
     12012-03-22  Eric Seidel  <eric@webkit.org>
     2
     3        Actually move WTF files to their new home
     4        https://bugs.webkit.org/show_bug.cgi?id=81844
     5
     6        Unreviewed.  The 5MB file move is not very reviewable,
     7        but various port representatives have OK'd changes to the
     8        individual build systems.
     9
     10        * Configurations/WTF.xcconfig:
     11        * GNUmakefile.list.am:
     12        * Stub.cpp: Removed.
     13        * Stub.h: Removed.
     14        * WTF.gypi:
     15        * WTF.pri:
     16        * WTF.pro:
     17        * WTF.vcproj/WTF.vcproj:
     18        * WTF.vcproj/copy-files.cmd:
     19        * WTF.xcodeproj/project.pbxproj:
     20        * config.h:
     21        * wtf/ASCIICType.h: Renamed from Source/JavaScriptCore/wtf/ASCIICType.h.
     22        (WTF):
     23        (WTF::isASCII):
     24        (WTF::isASCIIAlpha):
     25        (WTF::isASCIIDigit):
     26        (WTF::isASCIIAlphanumeric):
     27        (WTF::isASCIIHexDigit):
     28        (WTF::isASCIILower):
     29        (WTF::isASCIIOctalDigit):
     30        (WTF::isASCIIPrintable):
     31        (WTF::isASCIISpace):
     32        (WTF::isASCIIUpper):
     33        (WTF::toASCIILower):
     34        (WTF::toASCIILowerUnchecked):
     35        (WTF::toASCIIUpper):
     36        (WTF::toASCIIHexValue):
     37        (WTF::lowerNibbleToASCIIHexDigit):
     38        (WTF::upperNibbleToASCIIHexDigit):
     39        (WTF::isASCIIAlphaCaselessEqual):
     40        * wtf/AVLTree.h: Renamed from Source/JavaScriptCore/wtf/AVLTree.h.
     41        (WTF):
     42        (AVLTreeDefaultBSet):
     43        (WTF::AVLTreeDefaultBSet::operator[]):
     44        (WTF::AVLTreeDefaultBSet::set):
     45        (WTF::AVLTreeDefaultBSet::reset):
     46        (AVLTree):
     47        (WTF::AVLTree::abstractor):
     48        (WTF::AVLTree::purge):
     49        (WTF::AVLTree::is_empty):
     50        (WTF::AVLTree::AVLTree):
     51        (Iterator):
     52        (WTF::AVLTree::Iterator::Iterator):
     53        (WTF::AVLTree::Iterator::start_iter):
     54        (WTF::AVLTree::Iterator::start_iter_least):
     55        (WTF::AVLTree::Iterator::start_iter_greatest):
     56        (WTF::AVLTree::Iterator::operator*):
     57        (WTF::AVLTree::Iterator::operator++):
     58        (WTF::AVLTree::Iterator::operator--):
     59        (WTF::AVLTree::Iterator::cmp_k_n):
     60        (WTF::AVLTree::Iterator::cmp_n_n):
     61        (WTF::AVLTree::Iterator::get_lt):
     62        (WTF::AVLTree::Iterator::get_gt):
     63        (WTF::AVLTree::Iterator::null):
     64        (WTF::AVLTree::build):
     65        (abs_plus_root):
     66        (WTF::AVLTree::get_lt):
     67        (WTF::AVLTree::set_lt):
     68        (WTF::AVLTree::get_gt):
     69        (WTF::AVLTree::set_gt):
     70        (WTF::AVLTree::get_bf):
     71        (WTF::AVLTree::set_bf):
     72        (WTF::AVLTree::cmp_k_n):
     73        (WTF::AVLTree::cmp_n_n):
     74        (WTF::AVLTree::null):
     75        (WTF::AVLTree::balance):
     76        (WTF::::insert):
     77        (WTF::::search):
     78        (WTF::::search_least):
     79        (WTF::::search_greatest):
     80        (WTF::::remove):
     81        (WTF::::subst):
     82        * wtf/Alignment.h: Renamed from Source/JavaScriptCore/wtf/Alignment.h.
     83        (WTF):
     84        (WTF::swap):
     85        * wtf/AlwaysInline.h: Renamed from Source/JavaScriptCore/wtf/AlwaysInline.h.
     86        * wtf/ArrayBuffer.cpp: Renamed from Source/JavaScriptCore/wtf/ArrayBuffer.cpp.
     87        (WTF):
     88        (WTF::ArrayBuffer::transfer):
     89        (WTF::ArrayBuffer::addView):
     90        (WTF::ArrayBuffer::removeView):
     91        * wtf/ArrayBuffer.h: Renamed from Source/JavaScriptCore/wtf/ArrayBuffer.h.
     92        (WTF):
     93        (ArrayBufferContents):
     94        (WTF::ArrayBufferContents::ArrayBufferContents):
     95        (WTF::ArrayBufferContents::data):
     96        (WTF::ArrayBufferContents::sizeInBytes):
     97        (WTF::ArrayBufferContents::transfer):
     98        (ArrayBuffer):
     99        (WTF::ArrayBuffer::isNeutered):
     100        (WTF::ArrayBuffer::~ArrayBuffer):
     101        (WTF::ArrayBuffer::clampValue):
     102        (WTF::ArrayBuffer::create):
     103        (WTF::ArrayBuffer::ArrayBuffer):
     104        (WTF::ArrayBuffer::data):
     105        (WTF::ArrayBuffer::byteLength):
     106        (WTF::ArrayBuffer::slice):
     107        (WTF::ArrayBuffer::sliceImpl):
     108        (WTF::ArrayBuffer::clampIndex):
     109        (WTF::ArrayBufferContents::tryAllocate):
     110        (WTF::ArrayBufferContents::~ArrayBufferContents):
     111        * wtf/ArrayBufferView.cpp: Renamed from Source/JavaScriptCore/wtf/ArrayBufferView.cpp.
     112        (WTF):
     113        (WTF::ArrayBufferView::ArrayBufferView):
     114        (WTF::ArrayBufferView::~ArrayBufferView):
     115        (WTF::ArrayBufferView::neuter):
     116        * wtf/ArrayBufferView.h: Renamed from Source/JavaScriptCore/wtf/ArrayBufferView.h.
     117        (WTF):
     118        (WTF::ArrayBufferView::setImpl):
     119        (WTF::ArrayBufferView::setRangeImpl):
     120        (WTF::ArrayBufferView::zeroRangeImpl):
     121        (WTF::ArrayBufferView::calculateOffsetAndLength):
     122        * wtf/Assertions.cpp: Renamed from Source/JavaScriptCore/wtf/Assertions.cpp.
     123        * wtf/Assertions.h: Renamed from Source/JavaScriptCore/wtf/Assertions.h.
     124        (assertUnused):
     125        (assertWithMessageUnused):
     126        * wtf/Atomics.h: Renamed from Source/JavaScriptCore/wtf/Atomics.h.
     127        (WTF):
     128        (WTF::atomicIncrement):
     129        (WTF::atomicDecrement):
     130        (WTF::weakCompareAndSwap):
     131        (WTF::weakCompareAndSwapUIntPtr):
     132        * wtf/BitVector.cpp: Renamed from Source/JavaScriptCore/wtf/BitVector.cpp.
     133        (WTF):
     134        (WTF::BitVector::setSlow):
     135        (WTF::BitVector::resize):
     136        (WTF::BitVector::clearAll):
     137        (WTF::BitVector::OutOfLineBits::create):
     138        (WTF::BitVector::OutOfLineBits::destroy):
     139        (WTF::BitVector::resizeOutOfLine):
     140        (WTF::BitVector::dump):
     141        * wtf/BitVector.h: Renamed from Source/JavaScriptCore/wtf/BitVector.h.
     142        (WTF):
     143        (BitVector):
     144        (WTF::BitVector::BitVector):
     145        (WTF::BitVector::~BitVector):
     146        (WTF::BitVector::operator=):
     147        (WTF::BitVector::size):
     148        (WTF::BitVector::ensureSize):
     149        (WTF::BitVector::quickGet):
     150        (WTF::BitVector::quickSet):
     151        (WTF::BitVector::quickClear):
     152        (WTF::BitVector::get):
     153        (WTF::BitVector::set):
     154        (WTF::BitVector::clear):
     155        (WTF::BitVector::bitsInPointer):
     156        (WTF::BitVector::maxInlineBits):
     157        (WTF::BitVector::byteCount):
     158        (WTF::BitVector::makeInlineBits):
     159        (OutOfLineBits):
     160        (WTF::BitVector::OutOfLineBits::numBits):
     161        (WTF::BitVector::OutOfLineBits::numWords):
     162        (WTF::BitVector::OutOfLineBits::bits):
     163        (WTF::BitVector::OutOfLineBits::OutOfLineBits):
     164        (WTF::BitVector::isInline):
     165        (WTF::BitVector::outOfLineBits):
     166        (WTF::BitVector::bits):
     167        * wtf/Bitmap.h: Renamed from Source/JavaScriptCore/wtf/Bitmap.h.
     168        (WTF):
     169        (Bitmap):
     170        (WTF::::Bitmap):
     171        (WTF::::get):
     172        (WTF::::set):
     173        (WTF::::testAndSet):
     174        (WTF::::testAndClear):
     175        (WTF::::concurrentTestAndSet):
     176        (WTF::::concurrentTestAndClear):
     177        (WTF::::clear):
     178        (WTF::::clearAll):
     179        (WTF::::nextPossiblyUnset):
     180        (WTF::::findRunOfZeros):
     181        (WTF::::count):
     182        (WTF::::isEmpty):
     183        (WTF::::isFull):
     184        * wtf/BlockStack.h: Renamed from Source/JavaScriptCore/wtf/BlockStack.h.
     185        (WTF):
     186        (BlockStack):
     187        (WTF::::BlockStack):
     188        (WTF::::~BlockStack):
     189        (WTF::::blocks):
     190        (WTF::::grow):
     191        (WTF::::shrink):
     192        * wtf/BloomFilter.h: Renamed from Source/JavaScriptCore/wtf/BloomFilter.h.
     193        (WTF):
     194        (BloomFilter):
     195        (WTF::BloomFilter::maximumCount):
     196        (WTF::BloomFilter::BloomFilter):
     197        (WTF::BloomFilter::mayContain):
     198        (WTF::BloomFilter::add):
     199        (WTF::BloomFilter::remove):
     200        (WTF::BloomFilter::firstSlot):
     201        (WTF::BloomFilter::secondSlot):
     202        (WTF::::add):
     203        (WTF::::remove):
     204        (WTF::::clear):
     205        (WTF::::likelyEmpty):
     206        (WTF::::isClear):
     207        * wtf/BoundsCheckedPointer.h: Renamed from Source/JavaScriptCore/wtf/BoundsCheckedPointer.h.
     208        (WTF):
     209        (BoundsCheckedPointer):
     210        (WTF::BoundsCheckedPointer::BoundsCheckedPointer):
     211        (WTF::BoundsCheckedPointer::operator=):
     212        (WTF::BoundsCheckedPointer::operator+=):
     213        (WTF::BoundsCheckedPointer::operator-=):
     214        (WTF::BoundsCheckedPointer::operator+):
     215        (WTF::BoundsCheckedPointer::operator-):
     216        (WTF::BoundsCheckedPointer::operator++):
     217        (WTF::BoundsCheckedPointer::operator--):
     218        (WTF::BoundsCheckedPointer::operator<):
     219        (WTF::BoundsCheckedPointer::operator<=):
     220        (WTF::BoundsCheckedPointer::operator>):
     221        (WTF::BoundsCheckedPointer::operator>=):
     222        (WTF::BoundsCheckedPointer::operator==):
     223        (WTF::BoundsCheckedPointer::operator!=):
     224        (WTF::BoundsCheckedPointer::operator!):
     225        (WTF::BoundsCheckedPointer::get):
     226        (WTF::BoundsCheckedPointer::operator*):
     227        (WTF::BoundsCheckedPointer::operator[]):
     228        (WTF::BoundsCheckedPointer::strcat):
     229        (WTF::BoundsCheckedPointer::validate):
     230        * wtf/BumpPointerAllocator.h: Renamed from Source/JavaScriptCore/wtf/BumpPointerAllocator.h.
     231        (WTF):
     232        (BumpPointerPool):
     233        (WTF::BumpPointerPool::ensureCapacity):
     234        (WTF::BumpPointerPool::alloc):
     235        (WTF::BumpPointerPool::dealloc):
     236        (WTF::BumpPointerPool::operator new):
     237        (WTF::BumpPointerPool::BumpPointerPool):
     238        (WTF::BumpPointerPool::create):
     239        (WTF::BumpPointerPool::shrink):
     240        (WTF::BumpPointerPool::destroy):
     241        (WTF::BumpPointerPool::ensureCapacityCrossPool):
     242        (WTF::BumpPointerPool::deallocCrossPool):
     243        (BumpPointerAllocator):
     244        (WTF::BumpPointerAllocator::BumpPointerAllocator):
     245        (WTF::BumpPointerAllocator::~BumpPointerAllocator):
     246        (WTF::BumpPointerAllocator::startAllocator):
     247        (WTF::BumpPointerAllocator::stopAllocator):
     248        * wtf/ByteArray.cpp: Renamed from Source/JavaScriptCore/wtf/ByteArray.cpp.
     249        (WTF):
     250        (WTF::ByteArray::create):
     251        * wtf/ByteArray.h: Renamed from Source/JavaScriptCore/wtf/ByteArray.h.
     252        (ByteArray):
     253        (WTF::ByteArray::length):
     254        (WTF::ByteArray::set):
     255        (WTF::ByteArray::get):
     256        (WTF::ByteArray::data):
     257        (WTF::ByteArray::clear):
     258        (WTF::ByteArray::deref):
     259        (WTF::ByteArray::offsetOfSize):
     260        (WTF::ByteArray::offsetOfData):
     261        (WTF::ByteArray::ByteArray):
     262        * wtf/CMakeLists.txt: Renamed from Source/JavaScriptCore/wtf/CMakeLists.txt.
     263        * wtf/CONTRIBUTORS.pthreads-win32: Renamed from Source/JavaScriptCore/wtf/CONTRIBUTORS.pthreads-win32.
     264        * wtf/CheckedArithmetic.h: Renamed from Source/JavaScriptCore/wtf/CheckedArithmetic.h.
     265        (WTF):
     266        (CrashOnOverflow):
     267        (WTF::CrashOnOverflow::overflowed):
     268        (WTF::CrashOnOverflow::clearOverflow):
     269        (WTF::CrashOnOverflow::hasOverflowed):
     270        (RecordOverflow):
     271        (WTF::RecordOverflow::RecordOverflow):
     272        (WTF::RecordOverflow::overflowed):
     273        (WTF::RecordOverflow::clearOverflow):
     274        (WTF::RecordOverflow::hasOverflowed):
     275        (WTF::isInBounds):
     276        (RemoveChecked):
     277        (WTF::safeAdd):
     278        (WTF::safeSub):
     279        (WTF::safeMultiply):
     280        (WTF::safeEquals):
     281        (WTF::workAroundClangBug):
     282        (Checked):
     283        (WTF::Checked::Checked):
     284        (WTF::Checked::operator=):
     285        (WTF::Checked::operator++):
     286        (WTF::Checked::operator--):
     287        (WTF::Checked::operator!):
     288        (WTF::Checked::operator UnspecifiedBoolType*):
     289        (WTF::Checked::unsafeGet):
     290        (WTF::Checked::operator+=):
     291        (WTF::Checked::operator-=):
     292        (WTF::Checked::operator*=):
     293        (WTF::Checked::operator==):
     294        (WTF::Checked::operator!=):
     295        (WTF::operator+):
     296        (WTF::operator-):
     297        (WTF::operator*):
     298        * wtf/CheckedBoolean.h: Renamed from Source/JavaScriptCore/wtf/CheckedBoolean.h.
     299        (CheckedBoolean):
     300        (CheckedBoolean::CheckedBoolean):
     301        (CheckedBoolean::~CheckedBoolean):
     302        (CheckedBoolean::operator bool):
     303        * wtf/Compiler.h: Renamed from Source/JavaScriptCore/wtf/Compiler.h.
     304        * wtf/Complex.h: Renamed from Source/JavaScriptCore/wtf/Complex.h.
     305        (WTF):
     306        (WTF::complexFromMagnitudePhase):
     307        * wtf/CryptographicallyRandomNumber.cpp: Renamed from Source/JavaScriptCore/wtf/CryptographicallyRandomNumber.cpp.
     308        (WTF::cryptographicallyRandomNumber):
     309        (WTF):
     310        (WTF::cryptographicallyRandomValues):
     311        * wtf/CryptographicallyRandomNumber.h: Renamed from Source/JavaScriptCore/wtf/CryptographicallyRandomNumber.h.
     312        (WTF):
     313        * wtf/CurrentTime.cpp: Renamed from Source/JavaScriptCore/wtf/CurrentTime.cpp.
     314        (WTF):
     315        (WTF::highResUpTime):
     316        (WTF::lowResUTCTime):
     317        (WTF::qpcAvailable):
     318        (WTF::currentTime):
     319        (WTF::currentSystemTime):
     320        (WTF::monotonicallyIncreasingTime):
     321        * wtf/CurrentTime.h: Renamed from Source/JavaScriptCore/wtf/CurrentTime.h.
     322        (WTF):
     323        (WTF::currentTimeMS):
     324        (WTF::getLocalTime):
     325        * wtf/DataLog.cpp: Renamed from Source/JavaScriptCore/wtf/DataLog.cpp.
     326        (WTF):
     327        (WTF::initializeLogFileOnce):
     328        (WTF::initializeLogFile):
     329        (WTF::dataFile):
     330        (WTF::dataLogV):
     331        (WTF::dataLog):
     332        * wtf/DataLog.h: Renamed from Source/JavaScriptCore/wtf/DataLog.h.
     333        (WTF):
     334        * wtf/DateMath.cpp: Renamed from Source/JavaScriptCore/wtf/DateMath.cpp.
     335        (WTF):
     336        (WTF::isLeapYear):
     337        (WTF::daysInYear):
     338        (WTF::daysFrom1970ToYear):
     339        (WTF::msToDays):
     340        (WTF::twoDigitStringFromNumber):
     341        (WTF::msToYear):
     342        (WTF::dayInYear):
     343        (WTF::msToMilliseconds):
     344        (WTF::msToMinutes):
     345        (WTF::msToHours):
     346        (WTF::monthFromDayInYear):
     347        (WTF::checkMonth):
     348        (WTF::dayInMonthFromDayInYear):
     349        (WTF::monthToDayInYear):
     350        (WTF::dateToDaysFrom1970):
     351        (WTF::maximumYearForDST):
     352        (WTF::minimumYearForDST):
     353        (WTF::equivalentYearForDST):
     354        (WTF::calculateUTCOffset):
     355        (WTF::calculateDSTOffsetSimple):
     356        (WTF::calculateDSTOffset):
     357        (WTF::initializeDates):
     358        (WTF::ymdhmsToSeconds):
     359        (KnownZone):
     360        (WTF::skipSpacesAndComments):
     361        (WTF::findMonth):
     362        (WTF::parseLong):
     363        (WTF::parseES5DatePortion):
     364        (WTF::parseES5TimePortion):
     365        (WTF::parseES5DateFromNullTerminatedCharacters):
     366        (WTF::parseDateFromNullTerminatedCharacters):
     367        (WTF::timeClip):
     368        (WTF::makeRFC2822DateString):
     369        * wtf/DateMath.h: Renamed from Source/JavaScriptCore/wtf/DateMath.h.
     370        (WTF):
     371        (WTF::jsCurrentTime):
     372        * wtf/DecimalNumber.cpp: Renamed from Source/JavaScriptCore/wtf/DecimalNumber.cpp.
     373        (WTF):
     374        (WTF::DecimalNumber::bufferLengthForStringDecimal):
     375        (WTF::DecimalNumber::bufferLengthForStringExponential):
     376        (WTF::DecimalNumber::toStringDecimal):
     377        (WTF::DecimalNumber::toStringExponential):
     378        * wtf/DecimalNumber.h: Renamed from Source/JavaScriptCore/wtf/DecimalNumber.h.
     379        (WTF):
     380        (DecimalNumber):
     381        (WTF::DecimalNumber::DecimalNumber):
     382        (WTF::DecimalNumber::sign):
     383        (WTF::DecimalNumber::exponent):
     384        (WTF::DecimalNumber::significand):
     385        (WTF::DecimalNumber::precision):
     386        * wtf/Decoder.h: Renamed from Source/JavaScriptCore/wtf/Decoder.h.
     387        (WTF):
     388        (Decoder):
     389        (WTF::Decoder::Decoder):
     390        (WTF::Decoder::~Decoder):
     391        * wtf/Deque.h: Renamed from Source/JavaScriptCore/wtf/Deque.h.
     392        (WTF):
     393        (Deque):
     394        (WTF::Deque::size):
     395        (WTF::Deque::isEmpty):
     396        (WTF::Deque::begin):
     397        (WTF::Deque::end):
     398        (WTF::Deque::rbegin):
     399        (WTF::Deque::rend):
     400        (WTF::Deque::first):
     401        (WTF::Deque::last):
     402        (DequeIteratorBase):
     403        (WTF::DequeIteratorBase::assign):
     404        (DequeIterator):
     405        (WTF::DequeIterator::DequeIterator):
     406        (WTF::DequeIterator::operator=):
     407        (WTF::DequeIterator::operator*):
     408        (WTF::DequeIterator::operator->):
     409        (WTF::DequeIterator::operator==):
     410        (WTF::DequeIterator::operator!=):
     411        (WTF::DequeIterator::operator++):
     412        (WTF::DequeIterator::operator--):
     413        (DequeConstIterator):
     414        (WTF::DequeConstIterator::DequeConstIterator):
     415        (WTF::DequeConstIterator::operator=):
     416        (WTF::DequeConstIterator::operator*):
     417        (WTF::DequeConstIterator::operator->):
     418        (WTF::DequeConstIterator::operator==):
     419        (WTF::DequeConstIterator::operator!=):
     420        (WTF::DequeConstIterator::operator++):
     421        (WTF::DequeConstIterator::operator--):
     422        (DequeReverseIterator):
     423        (WTF::DequeReverseIterator::DequeReverseIterator):
     424        (WTF::DequeReverseIterator::operator=):
     425        (WTF::DequeReverseIterator::operator*):
     426        (WTF::DequeReverseIterator::operator->):
     427        (WTF::DequeReverseIterator::operator==):
     428        (WTF::DequeReverseIterator::operator!=):
     429        (WTF::DequeReverseIterator::operator++):
     430        (WTF::DequeReverseIterator::operator--):
     431        (DequeConstReverseIterator):
     432        (WTF::DequeConstReverseIterator::DequeConstReverseIterator):
     433        (WTF::DequeConstReverseIterator::operator=):
     434        (WTF::DequeConstReverseIterator::operator*):
     435        (WTF::DequeConstReverseIterator::operator->):
     436        (WTF::DequeConstReverseIterator::operator==):
     437        (WTF::DequeConstReverseIterator::operator!=):
     438        (WTF::DequeConstReverseIterator::operator++):
     439        (WTF::DequeConstReverseIterator::operator--):
     440        (WTF::::checkValidity):
     441        (WTF::::checkIndexValidity):
     442        (WTF::::invalidateIterators):
     443        (WTF::::Deque):
     444        (WTF::deleteAllValues):
     445        (WTF::=):
     446        (WTF::::destroyAll):
     447        (WTF::::~Deque):
     448        (WTF::::swap):
     449        (WTF::::clear):
     450        (WTF::::findIf):
     451        (WTF::::expandCapacityIfNeeded):
     452        (WTF::::expandCapacity):
     453        (WTF::::takeFirst):
     454        (WTF::::append):
     455        (WTF::::prepend):
     456        (WTF::::removeFirst):
     457        (WTF::::remove):
     458        (WTF::::addToIteratorsList):
     459        (WTF::::removeFromIteratorsList):
     460        (WTF::::DequeIteratorBase):
     461        (WTF::::~DequeIteratorBase):
     462        (WTF::::isEqual):
     463        (WTF::::increment):
     464        (WTF::::decrement):
     465        (WTF::::after):
     466        (WTF::::before):
     467        * wtf/DisallowCType.h: Renamed from Source/JavaScriptCore/wtf/DisallowCType.h.
     468        * wtf/DoublyLinkedList.h: Renamed from Source/JavaScriptCore/wtf/DoublyLinkedList.h.
     469        (WTF):
     470        (DoublyLinkedListNode):
     471        (WTF::::DoublyLinkedListNode):
     472        (WTF::::setPrev):
     473        (WTF::::setNext):
     474        (WTF::::prev):
     475        (WTF::::next):
     476        (DoublyLinkedList):
     477        (WTF::::DoublyLinkedList):
     478        (WTF::::isEmpty):
     479        (WTF::::size):
     480        (WTF::::clear):
     481        (WTF::::head):
     482        (WTF::::tail):
     483        (WTF::::push):
     484        (WTF::::append):
     485        (WTF::::remove):
     486        (WTF::::removeHead):
     487        * wtf/DynamicAnnotations.cpp: Renamed from Source/JavaScriptCore/wtf/DynamicAnnotations.cpp.
     488        (WTFAnnotateBenignRaceSized):
     489        (WTFAnnotateHappensBefore):
     490        (WTFAnnotateHappensAfter):
     491        * wtf/DynamicAnnotations.h: Renamed from Source/JavaScriptCore/wtf/DynamicAnnotations.h.
     492        * wtf/Encoder.h: Renamed from Source/JavaScriptCore/wtf/Encoder.h.
     493        (WTF):
     494        (Encoder):
     495        (WTF::Encoder::Encoder):
     496        (WTF::Encoder::~Encoder):
     497        * wtf/ExportMacros.h: Renamed from Source/JavaScriptCore/wtf/ExportMacros.h.
     498        * wtf/FastAllocBase.h: Renamed from Source/JavaScriptCore/wtf/FastAllocBase.h.
     499        (WTF):
     500        (WTF::fastNew):
     501        (Internal):
     502        (WTF::Internal::NewArrayImpl::fastNewArray):
     503        (WTF::fastNewArray):
     504        (WTF::fastDelete):
     505        (WTF::fastDeleteSkippingDestructor):
     506        (WTF::Internal::DeleteArrayImpl::fastDeleteArray):
     507        (WTF::fastDeleteArray):
     508        (WTF::fastNonNullDelete):
     509        (WTF::Internal::NonNullDeleteArrayImpl::fastNonNullDeleteArray):
     510        (WTF::fastNonNullDeleteArray):
     511        * wtf/FastMalloc.cpp: Renamed from Source/JavaScriptCore/wtf/FastMalloc.cpp.
     512        (WTF):
     513        (WTF::isForbidden):
     514        (WTF::fastMallocForbid):
     515        (WTF::fastMallocAllow):
     516        (WTF::initializeIsForbiddenKey):
     517        (Internal):
     518        (WTF::Internal::fastMallocMatchFailed):
     519        (WTF::fastZeroedMalloc):
     520        (WTF::fastStrDup):
     521        (WTF::tryFastZeroedMalloc):
     522        (WTF::tryFastMalloc):
     523        (WTF::fastMalloc):
     524        (WTF::tryFastCalloc):
     525        (WTF::fastCalloc):
     526        (WTF::fastFree):
     527        (WTF::tryFastRealloc):
     528        (WTF::fastRealloc):
     529        (WTF::releaseFastMallocFreeMemory):
     530        (WTF::fastMallocStatistics):
     531        (WTF::fastMallocSize):
     532        (FastMallocZone):
     533        (WTF::FastMallocZone::goodSize):
     534        (WTF::FastMallocZone::check):
     535        (WTF::FastMallocZone::print):
     536        (WTF::FastMallocZone::log):
     537        (WTF::FastMallocZone::forceLock):
     538        (WTF::FastMallocZone::forceUnlock):
     539        (WTF::FastMallocZone::statistics):
     540        (WTF::FastMallocZone::zoneValloc):
     541        (WTF::FastMallocZone::zoneDestroy):
     542        (WTF::KernelSupportsTLS):
     543        (WTF::CheckIfKernelSupportsTLS):
     544        (WTF::ClassIndex):
     545        (TCEntry):
     546        (WTF::LgFloor):
     547        (WTF::SLL_Next):
     548        (WTF::SLL_SetNext):
     549        (WTF::SLL_Push):
     550        (WTF::SLL_Pop):
     551        (WTF::SLL_PopRange):
     552        (WTF::SLL_PushRange):
     553        (WTF::SLL_Size):
     554        (WTF::SizeClass):
     555        (WTF::ByteSizeForClass):
     556        (WTF::NumMoveSize):
     557        (WTF::InitSizeClasses):
     558        (WTF::MetaDataAlloc):
     559        (PageHeapAllocator):
     560        (WTF::PageHeapAllocator::Init):
     561        (WTF::PageHeapAllocator::New):
     562        (WTF::PageHeapAllocator::Delete):
     563        (WTF::PageHeapAllocator::inuse):
     564        (WTF::PageHeapAllocator::recordAdministrativeRegions):
     565        (WTF::pages):
     566        (WTF::AllocationSize):
     567        (Span):
     568        (WTF::Event):
     569        (WTF::NewSpan):
     570        (WTF::DeleteSpan):
     571        (WTF::DLL_Init):
     572        (WTF::DLL_Remove):
     573        (WTF::DLL_IsEmpty):
     574        (WTF::DLL_Length):
     575        (WTF::DLL_Print):
     576        (WTF::DLL_Prepend):
     577        (StackTrace):
     578        (MapSelector):
     579        (TCMalloc_PageHeap):
     580        (WTF::TCMalloc_PageHeap::GetDescriptor):
     581        (WTF::TCMalloc_PageHeap::GetDescriptorEnsureSafe):
     582        (WTF::TCMalloc_PageHeap::SystemBytes):
     583        (WTF::TCMalloc_PageHeap::FreeBytes):
     584        (WTF::TCMalloc_PageHeap::GetSizeClassIfCached):
     585        (WTF::TCMalloc_PageHeap::CacheSizeClass):
     586        (SpanList):
     587        (WTF::TCMalloc_PageHeap::RecordSpan):
     588        (WTF::TCMalloc_PageHeap::init):
     589        (WTF::TCMalloc_PageHeap::initializeScavenger):
     590        (WTF::TCMalloc_PageHeap::isScavengerSuspended):
     591        (WTF::TCMalloc_PageHeap::scheduleScavenger):
     592        (WTF::TCMalloc_PageHeap::rescheduleScavenger):
     593        (WTF::TCMalloc_PageHeap::suspendScavenger):
     594        (WTF::TCMalloc_PageHeap::scavengerTimerFired):
     595        (WTF::TCMalloc_PageHeap::runScavengerThread):
     596        (WTF::TCMalloc_PageHeap::signalScavenger):
     597        (WTF::TCMalloc_PageHeap::scavenge):
     598        (WTF::TCMalloc_PageHeap::shouldScavenge):
     599        (WTF::TCMalloc_PageHeap::New):
     600        (WTF::TCMalloc_PageHeap::AllocLarge):
     601        (WTF::TCMalloc_PageHeap::Split):
     602        (WTF::TCMalloc_PageHeap::Carve):
     603        (WTF::mergeDecommittedStates):
     604        (WTF::TCMalloc_PageHeap::Delete):
     605        (WTF::TCMalloc_PageHeap::IncrementalScavenge):
     606        (WTF::TCMalloc_PageHeap::RegisterSizeClass):
     607        (WTF::TCMalloc_PageHeap::ReturnedBytes):
     608        (WTF::PagesToMB):
     609        (WTF::TCMalloc_PageHeap::Dump):
     610        (WTF::TCMalloc_PageHeap::GrowHeap):
     611        (WTF::TCMalloc_PageHeap::Check):
     612        (WTF::TCMalloc_PageHeap::CheckList):
     613        (WTF::TCMalloc_PageHeap::ReleaseFreeList):
     614        (WTF::TCMalloc_PageHeap::ReleaseFreePages):
     615        (TCMalloc_ThreadCache_FreeList):
     616        (WTF::TCMalloc_ThreadCache_FreeList::Init):
     617        (WTF::TCMalloc_ThreadCache_FreeList::length):
     618        (WTF::TCMalloc_ThreadCache_FreeList::empty):
     619        (WTF::TCMalloc_ThreadCache_FreeList::lowwatermark):
     620        (WTF::TCMalloc_ThreadCache_FreeList::clear_lowwatermark):
     621        (WTF::TCMalloc_ThreadCache_FreeList::Push):
     622        (WTF::TCMalloc_ThreadCache_FreeList::PushRange):
     623        (WTF::TCMalloc_ThreadCache_FreeList::PopRange):
     624        (WTF::TCMalloc_ThreadCache_FreeList::Pop):
     625        (WTF::TCMalloc_ThreadCache_FreeList::enumerateFreeObjects):
     626        (TCMalloc_ThreadCache):
     627        (WTF::TCMalloc_ThreadCache::freelist_length):
     628        (WTF::TCMalloc_ThreadCache::Size):
     629        (WTF::TCMalloc_ThreadCache::enumerateFreeObjects):
     630        (TCMalloc_Central_FreeList):
     631        (WTF::TCMalloc_Central_FreeList::length):
     632        (WTF::TCMalloc_Central_FreeList::tc_length):
     633        (WTF::TCMalloc_Central_FreeList::enumerateFreeObjects):
     634        (TCMalloc_Central_FreeListPadded):
     635        (WTF::getPageHeap):
     636        (WTF::TCMalloc_PageHeap::periodicScavenge):
     637        (WTF::TCMalloc_PageHeap::scavengerThread):
     638        (WTF::setThreadHeap):
     639        (WTF::TCMalloc_Central_FreeList::Init):
     640        (WTF::TCMalloc_Central_FreeList::ReleaseListToSpans):
     641        (WTF::TCMalloc_Central_FreeList::ReleaseToSpans):
     642        (WTF::TCMalloc_Central_FreeList::EvictRandomSizeClass):
     643        (WTF::TCMalloc_Central_FreeList::MakeCacheSpace):
     644        (WTF::TCMalloc_Central_FreeList::ShrinkCache):
     645        (WTF::TCMalloc_Central_FreeList::InsertRange):
     646        (WTF::TCMalloc_Central_FreeList::RemoveRange):
     647        (WTF::TCMalloc_Central_FreeList::FetchFromSpansSafe):
     648        (WTF::TCMalloc_Central_FreeList::FetchFromSpans):
     649        (WTF::TCMalloc_Central_FreeList::Populate):
     650        (WTF::TCMalloc_ThreadCache::SampleAllocation):
     651        (WTF::TCMalloc_ThreadCache::Init):
     652        (WTF::TCMalloc_ThreadCache::Cleanup):
     653        (WTF::TCMalloc_ThreadCache::Allocate):
     654        (WTF::TCMalloc_ThreadCache::Deallocate):
     655        (WTF::TCMalloc_ThreadCache::FetchFromCentralCache):
     656        (WTF::TCMalloc_ThreadCache::ReleaseToCentralCache):
     657        (WTF::TCMalloc_ThreadCache::Scavenge):
     658        (WTF::TCMalloc_ThreadCache::PickNextSample):
     659        (WTF::TCMalloc_ThreadCache::InitModule):
     660        (WTF::TCMalloc_ThreadCache::NewHeap):
     661        (WTF::TCMalloc_ThreadCache::GetThreadHeap):
     662        (WTF::TCMalloc_ThreadCache::GetCache):
     663        (WTF::TCMalloc_ThreadCache::GetCacheIfPresent):
     664        (WTF::TCMalloc_ThreadCache::InitTSD):
     665        (WTF::TCMalloc_ThreadCache::CreateCacheIfNecessary):
     666        * wtf/FastMalloc.h: Renamed from Source/JavaScriptCore/wtf/FastMalloc.h.
     667        (WTF):
     668        (WTF::TryMallocReturnValue::TryMallocReturnValue):
     669        (WTF::TryMallocReturnValue::~TryMallocReturnValue):
     670        (TryMallocReturnValue):
     671        (WTF::TryMallocReturnValue::operator PossiblyNull<T>):
     672        (WTF::TryMallocReturnValue::getValue):
     673        (FastMallocStatistics):
     674        (ValidationHeader):
     675        (Internal):
     676        (WTF::Internal::fastMallocValidationHeader):
     677        (WTF::Internal::fastMallocValidationSuffix):
     678        (WTF::Internal::fastMallocMatchValidationType):
     679        (WTF::Internal::setFastMallocMatchValidationType):
     680        (WTF::fastMallocMatchValidateMalloc):
     681        (WTF::fastMallocMatchValidateFree):
     682        (WTF::fastMallocValidate):
     683        (throw):
     684        * wtf/FixedArray.h: Renamed from Source/JavaScriptCore/wtf/FixedArray.h.
     685        (WTF):
     686        (FixedArray):
     687        (WTF::FixedArray::operator[]):
     688        (WTF::FixedArray::data):
     689        (WTF::FixedArray::size):
     690        * wtf/Float32Array.h: Renamed from Source/JavaScriptCore/wtf/Float32Array.h.
     691        (WTF):
     692        (Float32Array):
     693        (WTF::Float32Array::set):
     694        (WTF::Float32Array::item):
     695        (WTF::Float32Array::isFloatArray):
     696        (WTF::Float32Array::create):
     697        (WTF::Float32Array::Float32Array):
     698        (WTF::Float32Array::subarray):
     699        * wtf/Float64Array.h: Renamed from Source/JavaScriptCore/wtf/Float64Array.h.
     700        (WTF):
     701        (Float64Array):
     702        (WTF::Float64Array::set):
     703        (WTF::Float64Array::item):
     704        (WTF::Float64Array::isDoubleArray):
     705        (WTF::Float64Array::create):
     706        (WTF::Float64Array::Float64Array):
     707        (WTF::Float64Array::subarray):
     708        * wtf/Forward.h: Renamed from Source/JavaScriptCore/wtf/Forward.h.
     709        (WTF):
     710        * wtf/Functional.h: Renamed from Source/JavaScriptCore/wtf/Functional.h.
     711        (WTF):
     712        (HasRefAndDeref):
     713        (NoType):
     714        (BaseMixin):
     715        (WTF::R):
     716        (WTF::C::):
     717        (WTF::RefAndDeref::ref):
     718        (WTF::RefAndDeref::deref):
     719        (ParamStorageTraits):
     720        (WTF::ParamStorageTraits::wrap):
     721        (WTF::ParamStorageTraits::unwrap):
     722        (FunctionImplBase):
     723        (WTF::FunctionImplBase::~FunctionImplBase):
     724        (FunctionBase):
     725        (WTF::FunctionBase::isNull):
     726        (WTF::FunctionBase::FunctionBase):
     727        (WTF::FunctionBase::impl):
     728        (WTF::bind):
     729        * wtf/GetPtr.h: Renamed from Source/JavaScriptCore/wtf/GetPtr.h.
     730        (WTF):
     731        (WTF::getPtr):
     732        * wtf/HashCountedSet.h: Renamed from Source/JavaScriptCore/wtf/HashCountedSet.h.
     733        (WTF):
     734        (HashCountedSet):
     735        (WTF::HashCountedSet::HashCountedSet):
     736        (WTF::::size):
     737        (WTF::::capacity):
     738        (WTF::::isEmpty):
     739        (WTF::::begin):
     740        (WTF::::end):
     741        (WTF::::find):
     742        (WTF::::contains):
     743        (WTF::::count):
     744        (WTF::::add):
     745        (WTF::::remove):
     746        (WTF::::removeAll):
     747        (WTF::::clear):
     748        (WTF::copyToVector):
     749        * wtf/HashFunctions.h: Renamed from Source/JavaScriptCore/wtf/HashFunctions.h.
     750        (WTF):
     751        (WTF::intHash):
     752        (WTF::IntHash::hash):
     753        (WTF::IntHash::equal):
     754        (IntHash):
     755        (WTF::FloatHash::hash):
     756        (WTF::FloatHash::equal):
     757        (FloatHash):
     758        (WTF::PtrHash::hash):
     759        (WTF::PtrHash::equal):
     760        (PtrHash):
     761        (WTF::PairHash::hash):
     762        (WTF::PairHash::equal):
     763        (PairHash):
     764        * wtf/HashIterators.h: Renamed from Source/JavaScriptCore/wtf/HashIterators.h.
     765        (WTF):
     766        (HashTableConstKeysIterator):
     767        (WTF::HashTableConstKeysIterator::HashTableConstKeysIterator):
     768        (WTF::HashTableConstKeysIterator::get):
     769        (WTF::HashTableConstKeysIterator::operator*):
     770        (WTF::HashTableConstKeysIterator::operator->):
     771        (WTF::HashTableConstKeysIterator::operator++):
     772        (HashTableConstValuesIterator):
     773        (WTF::HashTableConstValuesIterator::HashTableConstValuesIterator):
     774        (WTF::HashTableConstValuesIterator::get):
     775        (WTF::HashTableConstValuesIterator::operator*):
     776        (WTF::HashTableConstValuesIterator::operator->):
     777        (WTF::HashTableConstValuesIterator::operator++):
     778        (HashTableKeysIterator):
     779        (WTF::HashTableKeysIterator::HashTableKeysIterator):
     780        (WTF::HashTableKeysIterator::get):
     781        (WTF::HashTableKeysIterator::operator*):
     782        (WTF::HashTableKeysIterator::operator->):
     783        (WTF::HashTableKeysIterator::operator++):
     784        (WTF::HashTableKeysIterator::operator HashTableConstKeysIterator<HashTableType, KeyType, MappedType>):
     785        (HashTableValuesIterator):
     786        (WTF::HashTableValuesIterator::HashTableValuesIterator):
     787        (WTF::HashTableValuesIterator::get):
     788        (WTF::HashTableValuesIterator::operator*):
     789        (WTF::HashTableValuesIterator::operator->):
     790        (WTF::HashTableValuesIterator::operator++):
     791        (WTF::HashTableValuesIterator::operator HashTableConstValuesIterator<HashTableType, KeyType, MappedType>):
     792        (WTF::operator==):
     793        (WTF::operator!=):
     794        * wtf/HashMap.h: Renamed from Source/JavaScriptCore/wtf/HashMap.h.
     795        (WTF):
     796        (ReferenceTypeMaker):
     797        (HashMap):
     798        (WTF::HashMap::keys):
     799        (WTF::HashMap::values):
     800        (HashMapKeysProxy):
     801        (WTF::HashMap::HashMapKeysProxy::begin):
     802        (WTF::HashMap::HashMapKeysProxy::end):
     803        (HashMapValuesProxy):
     804        (WTF::HashMap::HashMapValuesProxy::begin):
     805        (WTF::HashMap::HashMapValuesProxy::end):
     806        (WTF::PairFirstExtractor::extract):
     807        (WTF::HashMapTranslator::hash):
     808        (WTF::HashMapTranslator::equal):
     809        (WTF::HashMapTranslator::translate):
     810        (WTF::HashMapTranslatorAdapter::hash):
     811        (WTF::HashMapTranslatorAdapter::equal):
     812        (WTF::HashMapTranslatorAdapter::translate):
     813        (WTF::::swap):
     814        (WTF::::size):
     815        (WTF::::capacity):
     816        (WTF::::isEmpty):
     817        (WTF::::begin):
     818        (WTF::::end):
     819        (WTF::::find):
     820        (WTF::::contains):
     821        (WTF::::inlineAdd):
     822        (WTF::::set):
     823        (WTF::::add):
     824        (WTF::::get):
     825        (WTF::::remove):
     826        (WTF::::clear):
     827        (WTF::::take):
     828        (WTF::::checkConsistency):
     829        (WTF::operator==):
     830        (WTF::operator!=):
     831        (WTF::deleteAllPairSeconds):
     832        (WTF::deleteAllValues):
     833        (WTF::deleteAllPairFirsts):
     834        (WTF::deleteAllKeys):
     835        (WTF::copyKeysToVector):
     836        (WTF::copyValuesToVector):
     837        * wtf/HashSet.h: Renamed from Source/JavaScriptCore/wtf/HashSet.h.
     838        (WTF):
     839        (HashSet):
     840        (WTF::IdentityExtractor::extract):
     841        (WTF::HashSetTranslatorAdapter::hash):
     842        (WTF::HashSetTranslatorAdapter::equal):
     843        (WTF::HashSetTranslatorAdapter::translate):
     844        (WTF::::swap):
     845        (WTF::::size):
     846        (WTF::::capacity):
     847        (WTF::::isEmpty):
     848        (WTF::::begin):
     849        (WTF::::end):
     850        (WTF::::find):
     851        (WTF::::contains):
     852        (WTF::::add):
     853        (WTF::::remove):
     854        (WTF::::clear):
     855        (WTF::deleteAllValues):
     856        (WTF::fastDeleteAllValues):
     857        (WTF::copyToVector):
     858        * wtf/HashTable.cpp: Renamed from Source/JavaScriptCore/wtf/HashTable.cpp.
     859        (WTF):
     860        (WTF::hashTableStatsMutex):
     861        (WTF::HashTableStats::~HashTableStats):
     862        (WTF::HashTableStats::recordCollisionAtCount):
     863        * wtf/HashTable.h: Renamed from Source/JavaScriptCore/wtf/HashTable.h.
     864        (WTF):
     865        (HashTableStats):
     866        (WTF::addIterator):
     867        (WTF::removeIterator):
     868        (HashTableConstIterator):
     869        (WTF::HashTableConstIterator::skipEmptyBuckets):
     870        (WTF::HashTableConstIterator::HashTableConstIterator):
     871        (WTF::HashTableConstIterator::~HashTableConstIterator):
     872        (WTF::HashTableConstIterator::operator=):
     873        (WTF::HashTableConstIterator::get):
     874        (WTF::HashTableConstIterator::operator*):
     875        (WTF::HashTableConstIterator::operator->):
     876        (WTF::HashTableConstIterator::operator++):
     877        (WTF::HashTableConstIterator::operator==):
     878        (WTF::HashTableConstIterator::operator!=):
     879        (WTF::HashTableConstIterator::checkValidity):
     880        (HashTableIterator):
     881        (WTF::HashTableIterator::HashTableIterator):
     882        (WTF::HashTableIterator::get):
     883        (WTF::HashTableIterator::operator*):
     884        (WTF::HashTableIterator::operator->):
     885        (WTF::HashTableIterator::operator++):
     886        (WTF::HashTableIterator::operator==):
     887        (WTF::HashTableIterator::operator!=):
     888        (WTF::HashTableIterator::operator const_iterator):
     889        (WTF::hashTableSwap):
     890        (IdentityHashTranslator):
     891        (WTF::IdentityHashTranslator::hash):
     892        (WTF::IdentityHashTranslator::equal):
     893        (WTF::IdentityHashTranslator::translate):
     894        (HashTable):
     895        (WTF::HashTable::~HashTable):
     896        (WTF::HashTable::begin):
     897        (WTF::HashTable::end):
     898        (WTF::HashTable::size):
     899        (WTF::HashTable::capacity):
     900        (WTF::HashTable::isEmpty):
     901        (WTF::HashTable::add):
     902        (WTF::HashTable::find):
     903        (WTF::HashTable::contains):
     904        (WTF::HashTable::isEmptyBucket):
     905        (WTF::HashTable::isDeletedBucket):
     906        (WTF::HashTable::isEmptyOrDeletedBucket):
     907        (WTF::HashTable::lookup):
     908        (WTF::HashTable::checkTableConsistency):
     909        (WTF::HashTable::internalCheckTableConsistency):
     910        (WTF::HashTable::internalCheckTableConsistencyExceptSize):
     911        (WTF::HashTable::lookupForWriting):
     912        (WTF::HashTable::shouldExpand):
     913        (WTF::HashTable::mustRehashInPlace):
     914        (WTF::HashTable::shouldShrink):
     915        (WTF::HashTable::shrink):
     916        (WTF::HashTable::deleteBucket):
     917        (WTF::HashTable::makeLookupResult):
     918        (WTF::HashTable::makeIterator):
     919        (WTF::HashTable::makeConstIterator):
     920        (WTF::HashTable::makeKnownGoodIterator):
     921        (WTF::HashTable::makeKnownGoodConstIterator):
     922        (WTF::HashTable::checkTableConsistencyExceptSize):
     923        (WTF::HashTable::invalidateIterators):
     924        (WTF::::HashTable):
     925        (WTF::doubleHash):
     926        (WTF::::checkKey):
     927        (WTF::::lookup):
     928        (WTF::::lookupForWriting):
     929        (WTF::::fullLookupForWriting):
     930        (WTF::::initializeBucket):
     931        (WTF::::add):
     932        (WTF::::addPassingHashCode):
     933        (WTF::::reinsert):
     934        (WTF::::find):
     935        (WTF::::contains):
     936        (WTF::::removeAndInvalidateWithoutEntryConsistencyCheck):
     937        (WTF::::removeAndInvalidate):
     938        (WTF::::remove):
     939        (WTF::::removeWithoutEntryConsistencyCheck):
     940        (WTF::::allocateTable):
     941        (WTF::::deallocateTable):
     942        (WTF::::expand):
     943        (WTF::::rehash):
     944        (WTF::::clear):
     945        (WTF::::swap):
     946        (WTF::=):
     947        (WTF::::checkTableConsistency):
     948        (WTF::::checkTableConsistencyExceptSize):
     949        (WTF::::invalidateIterators):
     950        (WTF::HashTableConstIteratorAdapter::HashTableConstIteratorAdapter):
     951        (HashTableConstIteratorAdapter):
     952        (WTF::HashTableConstIteratorAdapter::get):
     953        (WTF::HashTableConstIteratorAdapter::operator*):
     954        (WTF::HashTableConstIteratorAdapter::operator->):
     955        (WTF::HashTableConstIteratorAdapter::operator++):
     956        (WTF::HashTableIteratorAdapter::HashTableIteratorAdapter):
     957        (HashTableIteratorAdapter):
     958        (WTF::HashTableIteratorAdapter::get):
     959        (WTF::HashTableIteratorAdapter::operator*):
     960        (WTF::HashTableIteratorAdapter::operator->):
     961        (WTF::HashTableIteratorAdapter::operator++):
     962        (WTF::HashTableIteratorAdapter::operator HashTableConstIteratorAdapter<HashTableType, ValueType>):
     963        (WTF::operator==):
     964        (WTF::operator!=):
     965        * wtf/HashTraits.h: Renamed from Source/JavaScriptCore/wtf/HashTraits.h.
     966        (WTF):
     967        (GenericHashTraits):
     968        (WTF::GenericHashTraits::emptyValue):
     969        (WTF::GenericHashTraits::store):
     970        (WTF::GenericHashTraits::passOut):
     971        (WTF::GenericHashTraits::peek):
     972        (FloatHashTraits):
     973        (WTF::FloatHashTraits::emptyValue):
     974        (WTF::FloatHashTraits::constructDeletedValue):
     975        (WTF::FloatHashTraits::isDeletedValue):
     976        (UnsignedWithZeroKeyHashTraits):
     977        (WTF::UnsignedWithZeroKeyHashTraits::emptyValue):
     978        (WTF::UnsignedWithZeroKeyHashTraits::constructDeletedValue):
     979        (WTF::UnsignedWithZeroKeyHashTraits::isDeletedValue):
     980        (SimpleClassHashTraits):
     981        (WTF::SimpleClassHashTraits::constructDeletedValue):
     982        (WTF::SimpleClassHashTraits::isDeletedValue):
     983        (PairHashTraits):
     984        (WTF::PairHashTraits::emptyValue):
     985        (WTF::PairHashTraits::constructDeletedValue):
     986        (WTF::PairHashTraits::isDeletedValue):
     987        * wtf/HexNumber.h: Renamed from Source/JavaScriptCore/wtf/HexNumber.h.
     988        (WTF):
     989        (Internal):
     990        (WTF::Internal::hexDigitsForMode):
     991        (WTF::appendByteAsHex):
     992        (WTF::placeByteAsHexCompressIfPossible):
     993        (WTF::placeByteAsHex):
     994        (WTF::appendUnsignedAsHex):
     995        (WTF::appendUnsignedAsHexFixedSize):
     996        * wtf/InlineASM.h: Renamed from Source/JavaScriptCore/wtf/InlineASM.h.
     997        * wtf/Int16Array.h: Renamed from Source/JavaScriptCore/wtf/Int16Array.h.
     998        (WTF):
     999        (Int16Array):
     1000        (WTF::Int16Array::set):
     1001        (WTF::Int16Array::isShortArray):
     1002        (WTF::Int16Array::create):
     1003        (WTF::Int16Array::Int16Array):
     1004        (WTF::Int16Array::subarray):
     1005        * wtf/Int32Array.h: Renamed from Source/JavaScriptCore/wtf/Int32Array.h.
     1006        (WTF):
     1007        (Int32Array):
     1008        (WTF::Int32Array::set):
     1009        (WTF::Int32Array::isIntArray):
     1010        (WTF::Int32Array::create):
     1011        (WTF::Int32Array::Int32Array):
     1012        (WTF::Int32Array::subarray):
     1013        * wtf/Int8Array.h: Renamed from Source/JavaScriptCore/wtf/Int8Array.h.
     1014        (WTF):
     1015        (Int8Array):
     1016        (WTF::Int8Array::set):
     1017        (WTF::Int8Array::isByteArray):
     1018        (WTF::Int8Array::create):
     1019        (WTF::Int8Array::Int8Array):
     1020        (WTF::Int8Array::subarray):
     1021        * wtf/IntegralTypedArrayBase.h: Renamed from Source/JavaScriptCore/wtf/IntegralTypedArrayBase.h.
     1022        (WTF):
     1023        (IntegralTypedArrayBase):
     1024        (WTF::IntegralTypedArrayBase::set):
     1025        (WTF::IntegralTypedArrayBase::item):
     1026        (WTF::IntegralTypedArrayBase::IntegralTypedArrayBase):
     1027        * wtf/ListHashSet.h: Renamed from Source/JavaScriptCore/wtf/ListHashSet.h.
     1028        (WTF):
     1029        (ListHashSet):
     1030        (ListHashSetNodeAllocator):
     1031        (WTF::ListHashSetNodeAllocator::ListHashSetNodeAllocator):
     1032        (WTF::ListHashSetNodeAllocator::allocate):
     1033        (WTF::ListHashSetNodeAllocator::deallocate):
     1034        (WTF::ListHashSetNodeAllocator::pool):
     1035        (WTF::ListHashSetNodeAllocator::pastPool):
     1036        (WTF::ListHashSetNodeAllocator::inPool):
     1037        (ListHashSetNode):
     1038        (WTF::ListHashSetNode::ListHashSetNode):
     1039        (WTF::ListHashSetNode::operator new):
     1040        (WTF::ListHashSetNode::destroy):
     1041        (WTF::ListHashSetNodeHashFunctions::hash):
     1042        (WTF::ListHashSetNodeHashFunctions::equal):
     1043        (ListHashSetNodeHashFunctions):
     1044        (ListHashSetIterator):
     1045        (WTF::ListHashSetIterator::ListHashSetIterator):
     1046        (WTF::ListHashSetIterator::get):
     1047        (WTF::ListHashSetIterator::operator*):
     1048        (WTF::ListHashSetIterator::operator->):
     1049        (WTF::ListHashSetIterator::operator++):
     1050        (WTF::ListHashSetIterator::operator--):
     1051        (WTF::ListHashSetIterator::operator==):
     1052        (WTF::ListHashSetIterator::operator!=):
     1053        (WTF::ListHashSetIterator::operator const_iterator):
     1054        (WTF::ListHashSetIterator::node):
     1055        (ListHashSetConstIterator):
     1056        (WTF::ListHashSetConstIterator::ListHashSetConstIterator):
     1057        (WTF::ListHashSetConstIterator::get):
     1058        (WTF::ListHashSetConstIterator::operator*):
     1059        (WTF::ListHashSetConstIterator::operator->):
     1060        (WTF::ListHashSetConstIterator::operator++):
     1061        (WTF::ListHashSetConstIterator::operator--):
     1062        (WTF::ListHashSetConstIterator::operator==):
     1063        (WTF::ListHashSetConstIterator::operator!=):
     1064        (WTF::ListHashSetConstIterator::node):
     1065        (ListHashSetReverseIterator):
     1066        (WTF::ListHashSetReverseIterator::ListHashSetReverseIterator):
     1067        (WTF::ListHashSetReverseIterator::get):
     1068        (WTF::ListHashSetReverseIterator::operator*):
     1069        (WTF::ListHashSetReverseIterator::operator->):
     1070        (WTF::ListHashSetReverseIterator::operator++):
     1071        (WTF::ListHashSetReverseIterator::operator--):
     1072        (WTF::ListHashSetReverseIterator::operator==):
     1073        (WTF::ListHashSetReverseIterator::operator!=):
     1074        (WTF::ListHashSetReverseIterator::operator const_reverse_iterator):
     1075        (WTF::ListHashSetReverseIterator::node):
     1076        (ListHashSetConstReverseIterator):
     1077        (WTF::ListHashSetConstReverseIterator::ListHashSetConstReverseIterator):
     1078        (WTF::ListHashSetConstReverseIterator::get):
     1079        (WTF::ListHashSetConstReverseIterator::operator*):
     1080        (WTF::ListHashSetConstReverseIterator::operator->):
     1081        (WTF::ListHashSetConstReverseIterator::operator++):
     1082        (WTF::ListHashSetConstReverseIterator::operator--):
     1083        (WTF::ListHashSetConstReverseIterator::operator==):
     1084        (WTF::ListHashSetConstReverseIterator::operator!=):
     1085        (WTF::ListHashSetConstReverseIterator::node):
     1086        (WTF::ListHashSetTranslator::hash):
     1087        (WTF::ListHashSetTranslator::equal):
     1088        (WTF::ListHashSetTranslator::translate):
     1089        (WTF::::ListHashSet):
     1090        (WTF::=):
     1091        (WTF::::swap):
     1092        (WTF::::~ListHashSet):
     1093        (WTF::::size):
     1094        (WTF::::capacity):
     1095        (WTF::::isEmpty):
     1096        (WTF::::begin):
     1097        (WTF::::end):
     1098        (WTF::::rbegin):
     1099        (WTF::::rend):
     1100        (WTF::::first):
     1101        (WTF::::last):
     1102        (WTF::::removeLast):
     1103        (WTF::::find):
     1104        (WTF::ListHashSetTranslatorAdapter::hash):
     1105        (WTF::ListHashSetTranslatorAdapter::equal):
     1106        (WTF::::contains):
     1107        (WTF::::add):
     1108        (WTF::::insertBefore):
     1109        (WTF::::remove):
     1110        (WTF::::clear):
     1111        (WTF::::unlinkAndDelete):
     1112        (WTF::::appendNode):
     1113        (WTF::::insertNodeBefore):
     1114        (WTF::::deleteAllNodes):
     1115        (WTF::::makeReverseIterator):
     1116        (WTF::::makeConstReverseIterator):
     1117        (WTF::::makeIterator):
     1118        (WTF::::makeConstIterator):
     1119        (WTF::deleteAllValues):
     1120        * wtf/ListRefPtr.h: Renamed from Source/JavaScriptCore/wtf/ListRefPtr.h.
     1121        (WTF):
     1122        (ListRefPtr):
     1123        (WTF::ListRefPtr::ListRefPtr):
     1124        (WTF::ListRefPtr::~ListRefPtr):
     1125        (WTF::ListRefPtr::operator=):
     1126        (WTF::getPtr):
     1127        * wtf/Locker.h: Renamed from Source/JavaScriptCore/wtf/Locker.h.
     1128        (WTF):
     1129        (Locker):
     1130        (WTF::Locker::Locker):
     1131        (WTF::Locker::~Locker):
     1132        * wtf/MD5.cpp: Renamed from Source/JavaScriptCore/wtf/MD5.cpp.
     1133        (WTF):
     1134        (WTF::testMD5):
     1135        (WTF::expectMD5):
     1136        (WTF::reverseBytes):
     1137        (WTF::MD5Transform):
     1138        (WTF::MD5::MD5):
     1139        (WTF::MD5::addBytes):
     1140        (WTF::MD5::checksum):
     1141        * wtf/MD5.h: Renamed from Source/JavaScriptCore/wtf/MD5.h.
     1142        (WTF):
     1143        (MD5):
     1144        (WTF::MD5::addBytes):
     1145        * wtf/MainThread.cpp: Renamed from Source/JavaScriptCore/wtf/MainThread.cpp.
     1146        (WTF):
     1147        (FunctionWithContext):
     1148        (WTF::FunctionWithContext::FunctionWithContext):
     1149        (WTF::FunctionWithContext::operator == ):
     1150        (FunctionWithContextFinder):
     1151        (WTF::FunctionWithContextFinder::FunctionWithContextFinder):
     1152        (WTF::FunctionWithContextFinder::operator()):
     1153        (WTF::mainThreadFunctionQueueMutex):
     1154        (WTF::functionQueue):
     1155        (WTF::initializeMainThread):
     1156        (WTF::initializeMainThreadOnce):
     1157        (WTF::initializeMainThreadToProcessMainThreadOnce):
     1158        (WTF::initializeMainThreadToProcessMainThread):
     1159        (WTF::dispatchFunctionsFromMainThread):
     1160        (WTF::callOnMainThread):
     1161        (WTF::callOnMainThreadAndWait):
     1162        (WTF::cancelCallOnMainThread):
     1163        (WTF::callFunctionObject):
     1164        (WTF::setMainThreadCallbacksPaused):
     1165        (WTF::isMainThread):
     1166        (WTF::initializeGCThreads):
     1167        (WTF::registerGCThread):
     1168        (WTF::isMainThreadOrGCThread):
     1169        * wtf/MainThread.h: Renamed from Source/JavaScriptCore/wtf/MainThread.h.
     1170        (WTF):
     1171        (WTF::isMainThreadOrGCThread):
     1172        * wtf/MallocZoneSupport.h: Renamed from Source/JavaScriptCore/wtf/MallocZoneSupport.h.
     1173        (WTF):
     1174        (RemoteMemoryReader):
     1175        (WTF::RemoteMemoryReader::RemoteMemoryReader):
     1176        (WTF::RemoteMemoryReader::operator()):
     1177        (WTF::RemoteMemoryReader::nextEntryInLinkedList):
     1178        * wtf/MathExtras.h: Renamed from Source/JavaScriptCore/wtf/MathExtras.h.
     1179        (wtf_ceil):
     1180        (isfinite):
     1181        (isinf):
     1182        (signbit):
     1183        (round):
     1184        (roundf):
     1185        (llround):
     1186        (llroundf):
     1187        (lround):
     1188        (lroundf):
     1189        (trunc):
     1190        (abs):
     1191        (isnan):
     1192        (nextafter):
     1193        (nextafterf):
     1194        (copysign):
     1195        (log2):
     1196        (log2f):
     1197        (wtf_atan2):
     1198        (wtf_fmod):
     1199        (wtf_pow):
     1200        (deg2rad):
     1201        (rad2deg):
     1202        (deg2grad):
     1203        (grad2deg):
     1204        (turn2deg):
     1205        (deg2turn):
     1206        (rad2grad):
     1207        (grad2rad):
     1208        (defaultMinimumForClamp):
     1209        (defaultMaximumForClamp):
     1210        (clampTo):
     1211        (clampToInteger):
     1212        (clampToFloat):
     1213        (clampToPositiveInteger):
     1214        (isWithinIntRange):
     1215        (decomposeDouble):
     1216        (doubleToInteger):
     1217        * wtf/MessageQueue.h: Renamed from Source/JavaScriptCore/wtf/MessageQueue.h.
     1218        (WTF):
     1219        (MessageQueue):
     1220        (WTF::MessageQueue::MessageQueue):
     1221        (WTF::MessageQueue::infiniteTime):
     1222        (WTF::MessageQueue::alwaysTruePredicate):
     1223        (WTF::::~MessageQueue):
     1224        (WTF::::append):
     1225        (WTF::::appendAndCheckEmpty):
     1226        (WTF::::prepend):
     1227        (WTF::::waitForMessage):
     1228        (WTF::::waitForMessageFilteredWithTimeout):
     1229        (WTF::::tryGetMessage):
     1230        (WTF::::tryGetMessageIgnoringKilled):
     1231        (WTF::::removeIf):
     1232        (WTF::::isEmpty):
     1233        (WTF::::kill):
     1234        (WTF::::killed):
     1235        * wtf/MetaAllocator.cpp: Renamed from Source/JavaScriptCore/wtf/MetaAllocator.cpp.
     1236        (WTF):
     1237        (WTF::MetaAllocator::~MetaAllocator):
     1238        (WTF::MetaAllocatorTracker::notify):
     1239        (WTF::MetaAllocatorTracker::release):
     1240        (WTF::MetaAllocator::release):
     1241        (WTF::MetaAllocatorHandle::MetaAllocatorHandle):
     1242        (WTF::MetaAllocatorHandle::~MetaAllocatorHandle):
     1243        (WTF::MetaAllocatorHandle::shrink):
     1244        (WTF::MetaAllocator::MetaAllocator):
     1245        (WTF::MetaAllocator::allocate):
     1246        (WTF::MetaAllocator::currentStatistics):
     1247        (WTF::MetaAllocator::findAndRemoveFreeSpace):
     1248        (WTF::MetaAllocator::addFreeSpaceFromReleasedHandle):
     1249        (WTF::MetaAllocator::addFreshFreeSpace):
     1250        (WTF::MetaAllocator::debugFreeSpaceSize):
     1251        (WTF::MetaAllocator::addFreeSpace):
     1252        (WTF::MetaAllocator::incrementPageOccupancy):
     1253        (WTF::MetaAllocator::decrementPageOccupancy):
     1254        (WTF::MetaAllocator::roundUp):
     1255        (WTF::MetaAllocator::allocFreeSpaceNode):
     1256        (WTF::MetaAllocator::freeFreeSpaceNode):
     1257        (WTF::MetaAllocator::dumpProfile):
     1258        * wtf/MetaAllocator.h: Renamed from Source/JavaScriptCore/wtf/MetaAllocator.h.
     1259        (WTF):
     1260        (MetaAllocatorTracker):
     1261        (WTF::MetaAllocatorTracker::find):
     1262        (MetaAllocator):
     1263        (WTF::MetaAllocator::trackAllocations):
     1264        (WTF::MetaAllocator::bytesAllocated):
     1265        (WTF::MetaAllocator::bytesReserved):
     1266        (WTF::MetaAllocator::bytesCommitted):
     1267        (Statistics):
     1268        (WTF::MetaAllocator::dumpProfile):
     1269        (FreeSpaceNode):
     1270        (WTF::MetaAllocator::FreeSpaceNode::FreeSpaceNode):
     1271        (WTF::MetaAllocator::FreeSpaceNode::key):
     1272        * wtf/MetaAllocatorHandle.h: Renamed from Source/JavaScriptCore/wtf/MetaAllocatorHandle.h.
     1273        (WTF):
     1274        (MetaAllocatorHandle):
     1275        (WTF::MetaAllocatorHandle::start):
     1276        (WTF::MetaAllocatorHandle::end):
     1277        (WTF::MetaAllocatorHandle::sizeInBytes):
     1278        (WTF::MetaAllocatorHandle::isManaged):
     1279        (WTF::MetaAllocatorHandle::allocator):
     1280        (WTF::MetaAllocatorHandle::ownerUID):
     1281        (WTF::MetaAllocatorHandle::key):
     1282        * wtf/NonCopyingSort.h: Renamed from Source/JavaScriptCore/wtf/NonCopyingSort.h.
     1283        (WTF):
     1284        (WTF::siftDown):
     1285        (WTF::heapify):
     1286        (WTF::heapSort):
     1287        (WTF::nonCopyingSort):
     1288        * wtf/Noncopyable.h: Renamed from Source/JavaScriptCore/wtf/Noncopyable.h.
     1289        * wtf/NotFound.h: Renamed from Source/JavaScriptCore/wtf/NotFound.h.
     1290        (WTF):
     1291        * wtf/NullPtr.cpp: Renamed from Source/JavaScriptCore/wtf/NullPtr.cpp.
     1292        * wtf/NullPtr.h: Renamed from Source/JavaScriptCore/wtf/NullPtr.h.
     1293        * wtf/NumberOfCores.cpp: Renamed from Source/JavaScriptCore/wtf/NumberOfCores.cpp.
     1294        (WTF):
     1295        (WTF::numberOfProcessorCores):
     1296        * wtf/NumberOfCores.h: Renamed from Source/JavaScriptCore/wtf/NumberOfCores.h.
     1297        (WTF):
     1298        * wtf/OSAllocator.h: Renamed from Source/JavaScriptCore/wtf/OSAllocator.h.
     1299        (WTF):
     1300        (OSAllocator):
     1301        (WTF::OSAllocator::reserveAndCommit):
     1302        (WTF::OSAllocator::decommitAndRelease):
     1303        (WTF::OSAllocator::reallocateCommitted):
     1304        * wtf/OSAllocatorPosix.cpp: Renamed from Source/JavaScriptCore/wtf/OSAllocatorPosix.cpp.
     1305        (WTF):
     1306        (WTF::OSAllocator::reserveUncommitted):
     1307        (WTF::OSAllocator::reserveAndCommit):
     1308        (WTF::OSAllocator::commit):
     1309        (WTF::OSAllocator::decommit):
     1310        (WTF::OSAllocator::releaseDecommitted):
     1311        * wtf/OSAllocatorWin.cpp: Renamed from Source/JavaScriptCore/wtf/OSAllocatorWin.cpp.
     1312        (WTF):
     1313        (WTF::protection):
     1314        (WTF::OSAllocator::reserveUncommitted):
     1315        (WTF::OSAllocator::reserveAndCommit):
     1316        (WTF::OSAllocator::commit):
     1317        (WTF::OSAllocator::decommit):
     1318        (WTF::OSAllocator::releaseDecommitted):
     1319        * wtf/OSRandomSource.cpp: Renamed from Source/JavaScriptCore/wtf/OSRandomSource.cpp.
     1320        (WTF):
     1321        (WTF::cryptographicallyRandomValuesFromOS):
     1322        * wtf/OSRandomSource.h: Renamed from Source/JavaScriptCore/wtf/OSRandomSource.h.
     1323        (WTF):
     1324        * wtf/OwnArrayPtr.h: Renamed from Source/JavaScriptCore/wtf/OwnArrayPtr.h.
     1325        (WTF):
     1326        (OwnArrayPtr):
     1327        (WTF::OwnArrayPtr::OwnArrayPtr):
     1328        (WTF::OwnArrayPtr::~OwnArrayPtr):
     1329        (WTF::OwnArrayPtr::get):
     1330        (WTF::OwnArrayPtr::operator*):
     1331        (WTF::OwnArrayPtr::operator->):
     1332        (WTF::OwnArrayPtr::operator[]):
     1333        (WTF::OwnArrayPtr::operator!):
     1334        (WTF::OwnArrayPtr::operator UnspecifiedBoolType):
     1335        (WTF::OwnArrayPtr::operator=):
     1336        (WTF::OwnArrayPtr::swap):
     1337        (WTF::::OwnArrayPtr):
     1338        (WTF::::clear):
     1339        (WTF::::release):
     1340        (WTF::::leakPtr):
     1341        (WTF::=):
     1342        (WTF::swap):
     1343        (WTF::operator==):
     1344        (WTF::operator!=):
     1345        (WTF::getPtr):
     1346        * wtf/OwnPtr.h: Renamed from Source/JavaScriptCore/wtf/OwnPtr.h.
     1347        (WTF):
     1348        (OwnPtr):
     1349        (WTF::OwnPtr::OwnPtr):
     1350        (WTF::OwnPtr::~OwnPtr):
     1351        (WTF::OwnPtr::get):
     1352        (WTF::OwnPtr::operator*):
     1353        (WTF::OwnPtr::operator->):
     1354        (WTF::OwnPtr::operator!):
     1355        (WTF::OwnPtr::operator UnspecifiedBoolType):
     1356        (WTF::OwnPtr::operator=):
     1357        (WTF::OwnPtr::swap):
     1358        (WTF::OwnPtr::operator==):
     1359        (WTF::OwnPtr::operator!=):
     1360        (WTF::::OwnPtr):
     1361        (WTF::::clear):
     1362        (WTF::::release):
     1363        (WTF::::leakPtr):
     1364        (WTF::=):
     1365        (WTF::swap):
     1366        (WTF::operator==):
     1367        (WTF::operator!=):
     1368        (WTF::getPtr):
     1369        * wtf/OwnPtrCommon.h: Renamed from Source/JavaScriptCore/wtf/OwnPtrCommon.h.
     1370        (WTF):
     1371        (WTF::deleteOwnedPtr):
     1372        * wtf/PackedIntVector.h: Renamed from Source/JavaScriptCore/wtf/PackedIntVector.h.
     1373        (WTF):
     1374        (PackedIntVector):
     1375        (WTF::PackedIntVector::PackedIntVector):
     1376        (WTF::PackedIntVector::operator=):
     1377        (WTF::PackedIntVector::size):
     1378        (WTF::PackedIntVector::ensureSize):
     1379        (WTF::PackedIntVector::resize):
     1380        (WTF::PackedIntVector::clearAll):
     1381        (WTF::PackedIntVector::get):
     1382        (WTF::PackedIntVector::set):
     1383        (WTF::PackedIntVector::mask):
     1384        * wtf/PageAllocation.h: Renamed from Source/JavaScriptCore/wtf/PageAllocation.h.
     1385        (WTF):
     1386        (PageAllocation):
     1387        (WTF::PageAllocation::PageAllocation):
     1388        (WTF::PageAllocation::operator bool):
     1389        (WTF::PageAllocation::allocate):
     1390        (WTF::PageAllocation::deallocate):
     1391        * wtf/PageAllocationAligned.cpp: Renamed from Source/JavaScriptCore/wtf/PageAllocationAligned.cpp.
     1392        (WTF):
     1393        (WTF::PageAllocationAligned::allocate):
     1394        (WTF::PageAllocationAligned::deallocate):
     1395        * wtf/PageAllocationAligned.h: Renamed from Source/JavaScriptCore/wtf/PageAllocationAligned.h.
     1396        (WTF):
     1397        (PageAllocationAligned):
     1398        (WTF::PageAllocationAligned::PageAllocationAligned):
     1399        * wtf/PageBlock.cpp: Renamed from Source/JavaScriptCore/wtf/PageBlock.cpp.
     1400        (WTF):
     1401        (WTF::systemPageSize):
     1402        (WTF::pageSize):
     1403        (WTF::pageMask):
     1404        * wtf/PageBlock.h: Renamed from Source/JavaScriptCore/wtf/PageBlock.h.
     1405        (WTF):
     1406        (WTF::isPageAligned):
     1407        (WTF::isPowerOfTwo):
     1408        (PageBlock):
     1409        (WTF::PageBlock::base):
     1410        (WTF::PageBlock::size):
     1411        (WTF::PageBlock::operator bool):
     1412        (WTF::PageBlock::contains):
     1413        (WTF::PageBlock::PageBlock):
     1414        * wtf/PageReservation.h: Renamed from Source/JavaScriptCore/wtf/PageReservation.h.
     1415        (WTF):
     1416        (PageReservation):
     1417        (WTF::PageReservation::PageReservation):
     1418        (WTF::PageReservation::operator bool):
     1419        (WTF::PageReservation::commit):
     1420        (WTF::PageReservation::decommit):
     1421        (WTF::PageReservation::committed):
     1422        (WTF::PageReservation::reserve):
     1423        (WTF::PageReservation::reserveWithGuardPages):
     1424        (WTF::PageReservation::deallocate):
     1425        * wtf/ParallelJobs.h: Renamed from Source/JavaScriptCore/wtf/ParallelJobs.h.
     1426        (WTF):
     1427        (ParallelJobs):
     1428        (WTF::ParallelJobs::ParallelJobs):
     1429        (WTF::ParallelJobs::numberOfJobs):
     1430        (WTF::ParallelJobs::parameter):
     1431        (WTF::ParallelJobs::execute):
     1432        * wtf/ParallelJobsGeneric.cpp: Renamed from Source/JavaScriptCore/wtf/ParallelJobsGeneric.cpp.
     1433        (WTF):
     1434        (WTF::ParallelEnvironment::ParallelEnvironment):
     1435        (WTF::ParallelEnvironment::execute):
     1436        (WTF::ParallelEnvironment::ThreadPrivate::tryLockFor):
     1437        (WTF::ParallelEnvironment::ThreadPrivate::execute):
     1438        (WTF::ParallelEnvironment::ThreadPrivate::waitForFinish):
     1439        (WTF::ParallelEnvironment::ThreadPrivate::workerThread):
     1440        * wtf/ParallelJobsGeneric.h: Renamed from Source/JavaScriptCore/wtf/ParallelJobsGeneric.h.
     1441        (WTF):
     1442        (ParallelEnvironment):
     1443        (WTF::ParallelEnvironment::numberOfJobs):
     1444        (ThreadPrivate):
     1445        (WTF::ParallelEnvironment::ThreadPrivate::ThreadPrivate):
     1446        (WTF::ParallelEnvironment::ThreadPrivate::create):
     1447        * wtf/ParallelJobsLibdispatch.h: Renamed from Source/JavaScriptCore/wtf/ParallelJobsLibdispatch.h.
     1448        (WTF):
     1449        (ParallelEnvironment):
     1450        (WTF::ParallelEnvironment::ParallelEnvironment):
     1451        (WTF::ParallelEnvironment::numberOfJobs):
     1452        (WTF::ParallelEnvironment::execute):
     1453        * wtf/ParallelJobsOpenMP.h: Renamed from Source/JavaScriptCore/wtf/ParallelJobsOpenMP.h.
     1454        (WTF):
     1455        (ParallelEnvironment):
     1456        (WTF::ParallelEnvironment::ParallelEnvironment):
     1457        (WTF::ParallelEnvironment::numberOfJobs):
     1458        (WTF::ParallelEnvironment::execute):
     1459        * wtf/PassOwnArrayPtr.h: Renamed from Source/JavaScriptCore/wtf/PassOwnArrayPtr.h.
     1460        (WTF):
     1461        (PassOwnArrayPtr):
     1462        (WTF::PassOwnArrayPtr::PassOwnArrayPtr):
     1463        (WTF::PassOwnArrayPtr::~PassOwnArrayPtr):
     1464        (WTF::PassOwnArrayPtr::get):
     1465        (WTF::PassOwnArrayPtr::operator*):
     1466        (WTF::PassOwnArrayPtr::operator->):
     1467        (WTF::PassOwnArrayPtr::operator!):
     1468        (WTF::PassOwnArrayPtr::operator UnspecifiedBoolType):
     1469        (WTF::PassOwnArrayPtr::operator=):
     1470        (WTF::::leakPtr):
     1471        (WTF::operator==):
     1472        (WTF::operator!=):
     1473        (WTF::adoptArrayPtr):
     1474        (WTF::deleteOwnedArrayPtr):
     1475        (WTF::static_pointer_cast):
     1476        (WTF::const_pointer_cast):
     1477        (WTF::getPtr):
     1478        * wtf/PassOwnPtr.h: Renamed from Source/JavaScriptCore/wtf/PassOwnPtr.h.
     1479        (WTF):
     1480        (PassOwnPtr):
     1481        (WTF::PassOwnPtr::PassOwnPtr):
     1482        (WTF::PassOwnPtr::~PassOwnPtr):
     1483        (WTF::PassOwnPtr::get):
     1484        (WTF::PassOwnPtr::operator*):
     1485        (WTF::PassOwnPtr::operator->):
     1486        (WTF::PassOwnPtr::operator!):
     1487        (WTF::PassOwnPtr::operator UnspecifiedBoolType):
     1488        (WTF::PassOwnPtr::operator=):
     1489        (WTF::PassOwnPtr::operator==):
     1490        (WTF::PassOwnPtr::operator!=):
     1491        (WTF::::leakPtr):
     1492        (WTF::operator==):
     1493        (WTF::operator!=):
     1494        (WTF::adoptPtr):
     1495        (WTF::static_pointer_cast):
     1496        (WTF::const_pointer_cast):
     1497        (WTF::getPtr):
     1498        * wtf/PassRefPtr.h: Renamed from Source/JavaScriptCore/wtf/PassRefPtr.h.
     1499        (WTF):
     1500        (WTF::adopted):
     1501        (WTF::refIfNotNull):
     1502        (WTF::derefIfNotNull):
     1503        (PassRefPtr):
     1504        (WTF::PassRefPtr::PassRefPtr):
     1505        (WTF::PassRefPtr::~PassRefPtr):
     1506        (WTF::PassRefPtr::get):
     1507        (WTF::PassRefPtr::operator*):
     1508        (WTF::PassRefPtr::operator->):
     1509        (WTF::PassRefPtr::operator!):
     1510        (WTF::PassRefPtr::operator UnspecifiedBoolType):
     1511        (WTF::PassRefPtr::operator=):
     1512        (NonNullPassRefPtr):
     1513        (WTF::NonNullPassRefPtr::NonNullPassRefPtr):
     1514        (WTF::NonNullPassRefPtr::~NonNullPassRefPtr):
     1515        (WTF::NonNullPassRefPtr::get):
     1516        (WTF::NonNullPassRefPtr::operator*):
     1517        (WTF::NonNullPassRefPtr::operator->):
     1518        (WTF::NonNullPassRefPtr::operator=):
     1519        (WTF::::PassRefPtr):
     1520        (WTF::::leakRef):
     1521        (WTF::operator==):
     1522        (WTF::operator!=):
     1523        (WTF::adoptRef):
     1524        (WTF::static_pointer_cast):
     1525        (WTF::const_pointer_cast):
     1526        (WTF::getPtr):
     1527        * wtf/PassTraits.h: Renamed from Source/JavaScriptCore/wtf/PassTraits.h.
     1528        (WTF):
     1529        (PassTraits):
     1530        (WTF::PassTraits::transfer):
     1531        * wtf/PlatformBlackBerry.cmake: Renamed from Source/JavaScriptCore/wtf/PlatformBlackBerry.cmake.
     1532        * wtf/PlatformEfl.cmake: Renamed from Source/JavaScriptCore/wtf/PlatformEfl.cmake.
     1533        * wtf/PlatformWinCE.cmake: Renamed from Source/JavaScriptCore/wtf/PlatformWinCE.cmake.
     1534        * wtf/PossiblyNull.h: Renamed from Source/JavaScriptCore/wtf/PossiblyNull.h.
     1535        (WTF):
     1536        (WTF::PossiblyNull::PossiblyNull):
     1537        (WTF::PossiblyNull::~PossiblyNull):
     1538        (PossiblyNull):
     1539        (WTF::::getValue):
     1540        * wtf/RandomNumber.cpp: Renamed from Source/JavaScriptCore/wtf/RandomNumber.cpp.
     1541        (WTF):
     1542        (WTF::randomNumber):
     1543        * wtf/RandomNumber.h: Renamed from Source/JavaScriptCore/wtf/RandomNumber.h.
     1544        (WTF):
     1545        * wtf/RandomNumberSeed.h: Renamed from Source/JavaScriptCore/wtf/RandomNumberSeed.h.
     1546        (WTF):
     1547        (WTF::initializeRandomNumberGenerator):
     1548        * wtf/RedBlackTree.h: Renamed from Source/JavaScriptCore/wtf/RedBlackTree.h.
     1549        (WTF):
     1550        (RedBlackTree):
     1551        (Node):
     1552        (WTF::RedBlackTree::Node::successor):
     1553        (WTF::RedBlackTree::Node::predecessor):
     1554        (WTF::RedBlackTree::Node::reset):
     1555        (WTF::RedBlackTree::Node::parent):
     1556        (WTF::RedBlackTree::Node::setParent):
     1557        (WTF::RedBlackTree::Node::left):
     1558        (WTF::RedBlackTree::Node::setLeft):
     1559        (WTF::RedBlackTree::Node::right):
     1560        (WTF::RedBlackTree::Node::setRight):
     1561        (WTF::RedBlackTree::Node::color):
     1562        (WTF::RedBlackTree::Node::setColor):
     1563        (WTF::RedBlackTree::RedBlackTree):
     1564        (WTF::RedBlackTree::insert):
     1565        (WTF::RedBlackTree::remove):
     1566        (WTF::RedBlackTree::findExact):
     1567        (WTF::RedBlackTree::findLeastGreaterThanOrEqual):
     1568        (WTF::RedBlackTree::findGreatestLessThanOrEqual):
     1569        (WTF::RedBlackTree::first):
     1570        (WTF::RedBlackTree::last):
     1571        (WTF::RedBlackTree::size):
     1572        (WTF::RedBlackTree::isEmpty):
     1573        (WTF::RedBlackTree::treeMinimum):
     1574        (WTF::RedBlackTree::treeMaximum):
     1575        (WTF::RedBlackTree::treeInsert):
     1576        (WTF::RedBlackTree::leftRotate):
     1577        (WTF::RedBlackTree::rightRotate):
     1578        (WTF::RedBlackTree::removeFixup):
     1579        * wtf/RefCounted.h: Renamed from Source/JavaScriptCore/wtf/RefCounted.h.
     1580        (WTF):
     1581        (RefCountedBase):
     1582        (WTF::RefCountedBase::ref):
     1583        (WTF::RefCountedBase::hasOneRef):
     1584        (WTF::RefCountedBase::refCount):
     1585        (WTF::RefCountedBase::turnOffVerifier):
     1586        (WTF::RefCountedBase::relaxAdoptionRequirement):
     1587        (WTF::RefCountedBase::addressOfCount):
     1588        (WTF::RefCountedBase::RefCountedBase):
     1589        (WTF::RefCountedBase::~RefCountedBase):
     1590        (WTF::RefCountedBase::derefBase):
     1591        (WTF::RefCountedBase::deletionHasBegun):
     1592        (WTF::adopted):
     1593        (RefCounted):
     1594        (WTF::RefCounted::deref):
     1595        (WTF::RefCounted::RefCounted):
     1596        (WTF::RefCounted::~RefCounted):
     1597        (RefCountedCustomAllocated):
     1598        (WTF::RefCountedCustomAllocated::deref):
     1599        (WTF::RefCountedCustomAllocated::~RefCountedCustomAllocated):
     1600        (WTF::RefCountedBase::setMutexForVerifier):
     1601        (WTF::RefCountedBase::setDispatchQueueForVerifier):
     1602        * wtf/RefCountedArray.h: Renamed from Source/JavaScriptCore/wtf/RefCountedArray.h.
     1603        (WTF):
     1604        (RefCountedArray):
     1605        (WTF::RefCountedArray::RefCountedArray):
     1606        (WTF::RefCountedArray::operator=):
     1607        (WTF::RefCountedArray::~RefCountedArray):
     1608        (WTF::RefCountedArray::size):
     1609        (WTF::RefCountedArray::data):
     1610        (WTF::RefCountedArray::begin):
     1611        (WTF::RefCountedArray::end):
     1612        (WTF::RefCountedArray::at):
     1613        (WTF::RefCountedArray::operator[]):
     1614        (Header):
     1615        (WTF::RefCountedArray::Header::size):
     1616        (WTF::RefCountedArray::Header::payload):
     1617        (WTF::RefCountedArray::Header::fromPayload):
     1618        * wtf/RefCountedLeakCounter.cpp: Renamed from Source/JavaScriptCore/wtf/RefCountedLeakCounter.cpp.
     1619        (WTF):
     1620        (WTF::RefCountedLeakCounter::suppressMessages):
     1621        (WTF::RefCountedLeakCounter::cancelMessageSuppression):
     1622        (WTF::RefCountedLeakCounter::RefCountedLeakCounter):
     1623        (WTF::RefCountedLeakCounter::~RefCountedLeakCounter):
     1624        (WTF::RefCountedLeakCounter::increment):
     1625        (WTF::RefCountedLeakCounter::decrement):
     1626        * wtf/RefCountedLeakCounter.h: Renamed from Source/JavaScriptCore/wtf/RefCountedLeakCounter.h.
     1627        (WTF):
     1628        (RefCountedLeakCounter):
     1629        * wtf/RefPtr.h: Renamed from Source/JavaScriptCore/wtf/RefPtr.h.
     1630        (WTF):
     1631        (RefPtr):
     1632        (WTF::RefPtr::RefPtr):
     1633        (WTF::RefPtr::isHashTableDeletedValue):
     1634        (WTF::RefPtr::~RefPtr):
     1635        (WTF::RefPtr::get):
     1636        (WTF::RefPtr::release):
     1637        (WTF::RefPtr::operator*):
     1638        (WTF::RefPtr::operator->):
     1639        (WTF::RefPtr::operator!):
     1640        (WTF::RefPtr::operator UnspecifiedBoolType):
     1641        (WTF::RefPtr::operator=):
     1642        (WTF::RefPtr::hashTableDeletedValue):
     1643        (WTF::::RefPtr):
     1644        (WTF::::clear):
     1645        (WTF::=):
     1646        (WTF::::swap):
     1647        (WTF::swap):
     1648        (WTF::operator==):
     1649        (WTF::operator!=):
     1650        (WTF::static_pointer_cast):
     1651        (WTF::const_pointer_cast):
     1652        (WTF::getPtr):
     1653        * wtf/RefPtrHashMap.h: Renamed from Source/JavaScriptCore/wtf/RefPtrHashMap.h.
     1654        (WTF):
     1655        (WTF::::swap):
     1656        (WTF::::size):
     1657        (WTF::::capacity):
     1658        (WTF::::isEmpty):
     1659        (WTF::::begin):
     1660        (WTF::::end):
     1661        (WTF::::find):
     1662        (WTF::::contains):
     1663        (WTF::::inlineAdd):
     1664        (WTF::::set):
     1665        (WTF::::add):
     1666        (WTF::::get):
     1667        (WTF::::inlineGet):
     1668        (WTF::::remove):
     1669        (WTF::::clear):
     1670        (WTF::::take):
     1671        * wtf/RetainPtr.h: Renamed from Source/JavaScriptCore/wtf/RetainPtr.h.
     1672        (WTF):
     1673        (WTF::adoptNSReference):
     1674        (RetainPtr):
     1675        (WTF::RetainPtr::RetainPtr):
     1676        (WTF::RetainPtr::isHashTableDeletedValue):
     1677        (WTF::RetainPtr::~RetainPtr):
     1678        (WTF::RetainPtr::get):
     1679        (WTF::RetainPtr::operator->):
     1680        (WTF::RetainPtr::operator!):
     1681        (WTF::RetainPtr::operator UnspecifiedBoolType):
     1682        (WTF::RetainPtr::operator=):
     1683        (WTF::RetainPtr::hashTableDeletedValue):
     1684        (WTF::::RetainPtr):
     1685        (WTF::::clear):
     1686        (WTF::::leakRef):
     1687        (WTF::=):
     1688        (WTF::::adoptCF):
     1689        (WTF::::adoptNS):
     1690        (WTF::::swap):
     1691        (WTF::swap):
     1692        (WTF::operator==):
     1693        (WTF::operator!=):
     1694        (WTF::adoptCF):
     1695        (WTF::adoptNS):
     1696        (WTF::retainPtr):
     1697        * wtf/SHA1.cpp: Renamed from Source/JavaScriptCore/wtf/SHA1.cpp.
     1698        (WTF):
     1699        (WTF::testSHA1):
     1700        (WTF::expectSHA1):
     1701        (WTF::f):
     1702        (WTF::k):
     1703        (WTF::rotateLeft):
     1704        (WTF::SHA1::SHA1):
     1705        (WTF::SHA1::addBytes):
     1706        (WTF::SHA1::computeHash):
     1707        (WTF::SHA1::finalize):
     1708        (WTF::SHA1::processBlock):
     1709        (WTF::SHA1::reset):
     1710        * wtf/SHA1.h: Renamed from Source/JavaScriptCore/wtf/SHA1.h.
     1711        (WTF):
     1712        (SHA1):
     1713        (WTF::SHA1::addBytes):
     1714        * wtf/SegmentedVector.h: Renamed from Source/JavaScriptCore/wtf/SegmentedVector.h.
     1715        (WTF):
     1716        (SegmentedVectorIterator):
     1717        (WTF::SegmentedVectorIterator::~SegmentedVectorIterator):
     1718        (WTF::SegmentedVectorIterator::operator*):
     1719        (WTF::SegmentedVectorIterator::operator->):
     1720        (WTF::SegmentedVectorIterator::operator++):
     1721        (WTF::SegmentedVectorIterator::operator==):
     1722        (WTF::SegmentedVectorIterator::operator!=):
     1723        (WTF::SegmentedVectorIterator::operator=):
     1724        (WTF::SegmentedVectorIterator::SegmentedVectorIterator):
     1725        (SegmentedVector):
     1726        (WTF::SegmentedVector::SegmentedVector):
     1727        (WTF::SegmentedVector::~SegmentedVector):
     1728        (WTF::SegmentedVector::size):
     1729        (WTF::SegmentedVector::isEmpty):
     1730        (WTF::SegmentedVector::at):
     1731        (WTF::SegmentedVector::operator[]):
     1732        (WTF::SegmentedVector::last):
     1733        (WTF::SegmentedVector::append):
     1734        (WTF::SegmentedVector::alloc):
     1735        (WTF::SegmentedVector::removeLast):
     1736        (WTF::SegmentedVector::grow):
     1737        (WTF::SegmentedVector::clear):
     1738        (WTF::SegmentedVector::begin):
     1739        (WTF::SegmentedVector::end):
     1740        (WTF::SegmentedVector::deleteAllSegments):
     1741        (WTF::SegmentedVector::segmentExistsFor):
     1742        (WTF::SegmentedVector::segmentFor):
     1743        (WTF::SegmentedVector::subscriptFor):
     1744        (WTF::SegmentedVector::ensureSegmentsFor):
     1745        (WTF::SegmentedVector::ensureSegment):
     1746        * wtf/SentinelLinkedList.h: Renamed from Source/JavaScriptCore/wtf/SentinelLinkedList.h.
     1747        (WTF):
     1748        (BasicRawSentinelNode):
     1749        (WTF::BasicRawSentinelNode::BasicRawSentinelNode):
     1750        (WTF::BasicRawSentinelNode::setPrev):
     1751        (WTF::BasicRawSentinelNode::setNext):
     1752        (WTF::BasicRawSentinelNode::prev):
     1753        (WTF::BasicRawSentinelNode::next):
     1754        (WTF::BasicRawSentinelNode::isOnList):
     1755        (SentinelLinkedList):
     1756        (WTF::SentinelLinkedList::isEmpty):
     1757        (WTF::::remove):
     1758        (WTF::::SentinelLinkedList):
     1759        (WTF::::begin):
     1760        (WTF::::end):
     1761        (WTF::::push):
     1762        * wtf/SimpleStats.h: Renamed from Source/JavaScriptCore/wtf/SimpleStats.h.
     1763        (WTF):
     1764        (SimpleStats):
     1765        (WTF::SimpleStats::SimpleStats):
     1766        (WTF::SimpleStats::add):
     1767        (WTF::SimpleStats::operator!):
     1768        (WTF::SimpleStats::count):
     1769        (WTF::SimpleStats::sum):
     1770        (WTF::SimpleStats::sumOfSquares):
     1771        (WTF::SimpleStats::mean):
     1772        (WTF::SimpleStats::variance):
     1773        (WTF::SimpleStats::standardDeviation):
     1774        * wtf/SinglyLinkedList.h: Renamed from Source/JavaScriptCore/wtf/SinglyLinkedList.h.
     1775        (WTF):
     1776        (SinglyLinkedList):
     1777        (WTF::::SinglyLinkedList):
     1778        (WTF::::isEmpty):
     1779        (WTF::::push):
     1780        (WTF::::pop):
     1781        * wtf/SizeLimits.cpp: Renamed from Source/JavaScriptCore/wtf/SizeLimits.cpp.
     1782        (WTF):
     1783        (SameSizeAsRefCounted):
     1784        * wtf/Spectrum.h: Renamed from Source/JavaScriptCore/wtf/Spectrum.h.
     1785        (WTF):
     1786        (Spectrum):
     1787        (WTF::Spectrum::Spectrum):
     1788        (WTF::Spectrum::add):
     1789        (WTF::Spectrum::get):
     1790        (WTF::Spectrum::begin):
     1791        (WTF::Spectrum::end):
     1792        (WTF::Spectrum::KeyAndCount::KeyAndCount):
     1793        (KeyAndCount):
     1794        (WTF::Spectrum::KeyAndCount::operator<):
     1795        (WTF::Spectrum::buildList):
     1796        * wtf/StackBounds.cpp: Renamed from Source/JavaScriptCore/wtf/StackBounds.cpp.
     1797        (WTF):
     1798        (WTF::estimateStackBound):
     1799        (WTF::StackBounds::initialize):
     1800        (WTF::detectGrowingDownward):
     1801        (WTF::isPageWritable):
     1802        (WTF::getLowerStackBound):
     1803        (WTF::getUpperStackBound):
     1804        * wtf/StackBounds.h: Renamed from Source/JavaScriptCore/wtf/StackBounds.h.
     1805        (WTF):
     1806        (StackBounds):
     1807        (WTF::StackBounds::StackBounds):
     1808        (WTF::StackBounds::currentThreadStackBounds):
     1809        (WTF::StackBounds::origin):
     1810        (WTF::StackBounds::current):
     1811        (WTF::StackBounds::recursionLimit):
     1812        (WTF::StackBounds::recursionCheck):
     1813        (WTF::StackBounds::isGrowingDownward):
     1814        (WTF::StackBounds::checkConsistency):
     1815        * wtf/StaticConstructors.h: Renamed from Source/JavaScriptCore/wtf/StaticConstructors.h.
     1816        * wtf/StdLibExtras.h: Renamed from Source/JavaScriptCore/wtf/StdLibExtras.h.
     1817        (isPointerTypeAlignmentOkay):
     1818        (reinterpret_cast_ptr):
     1819        (WTF):
     1820        (WTF::isPointerAligned):
     1821        (WTF::is8ByteAligned):
     1822        (WTF::bitwise_cast):
     1823        (WTF::safeCast):
     1824        (WTF::bitCount):
     1825        (WTF::roundUpToMultipleOf):
     1826        (WTF::binarySearch):
     1827        (WTF::binarySearchWithFunctor):
     1828        (WTF::genericBinarySearch):
     1829        (operator new):
     1830        * wtf/StringExtras.cpp: Renamed from Source/JavaScriptCore/wtf/StringExtras.cpp.
     1831        (strcasecmp):
     1832        (strncasecmp):
     1833        * wtf/StringExtras.h: Renamed from Source/JavaScriptCore/wtf/StringExtras.h.
     1834        (snprintf):
     1835        (wtf_vsnprintf):
     1836        (strnicmp):
     1837        (stricmp):
     1838        (strdup):
     1839        (strncasecmp):
     1840        (strcasecmp):
     1841        (strnstr):
     1842        * wtf/StringHasher.h: Renamed from Source/JavaScriptCore/wtf/StringHasher.h.
     1843        (WTF):
     1844        (StringHasher):
     1845        (WTF::StringHasher::StringHasher):
     1846        (WTF::StringHasher::addCharacters):
     1847        (WTF::StringHasher::addCharacter):
     1848        (WTF::StringHasher::hash):
     1849        (WTF::StringHasher::computeHash):
     1850        (WTF::StringHasher::hashMemory):
     1851        (WTF::StringHasher::defaultConverter):
     1852        (WTF::StringHasher::addCharactersToHash):
     1853        * wtf/TCPackedCache.h: Renamed from Source/JavaScriptCore/wtf/TCPackedCache.h.
     1854        (PackedCache):
     1855        (PackedCache::PackedCache):
     1856        (PackedCache::Put):
     1857        (PackedCache::Has):
     1858        (PackedCache::GetOrDefault):
     1859        (PackedCache::Clear):
     1860        (PackedCache::EntryToValue):
     1861        (PackedCache::EntryToUpper):
     1862        (PackedCache::KeyToUpper):
     1863        (PackedCache::UpperToPartialKey):
     1864        (PackedCache::Hash):
     1865        (PackedCache::KeyMatch):
     1866        * wtf/TCPageMap.h: Renamed from Source/JavaScriptCore/wtf/TCPageMap.h.
     1867        (TCMalloc_PageMap1):
     1868        (TCMalloc_PageMap1::init):
     1869        (TCMalloc_PageMap1::Ensure):
     1870        (TCMalloc_PageMap1::PreallocateMoreMemory):
     1871        (TCMalloc_PageMap1::get):
     1872        (TCMalloc_PageMap1::set):
     1873        (TCMalloc_PageMap2):
     1874        (Leaf):
     1875        (TCMalloc_PageMap2::init):
     1876        (TCMalloc_PageMap2::get):
     1877        (TCMalloc_PageMap2::set):
     1878        (TCMalloc_PageMap2::Ensure):
     1879        (TCMalloc_PageMap2::PreallocateMoreMemory):
     1880        (TCMalloc_PageMap2::visitValues):
     1881        (TCMalloc_PageMap2::visitAllocations):
     1882        (TCMalloc_PageMap3):
     1883        (Node):
     1884        (TCMalloc_PageMap3::NewNode):
     1885        (TCMalloc_PageMap3::init):
     1886        (TCMalloc_PageMap3::get):
     1887        (TCMalloc_PageMap3::set):
     1888        (TCMalloc_PageMap3::Ensure):
     1889        (TCMalloc_PageMap3::PreallocateMoreMemory):
     1890        (TCMalloc_PageMap3::visitValues):
     1891        (TCMalloc_PageMap3::visitAllocations):
     1892        * wtf/TCSpinLock.h: Renamed from Source/JavaScriptCore/wtf/TCSpinLock.h.
     1893        (TCMalloc_SpinLock):
     1894        (TCMalloc_SpinLock::Lock):
     1895        (TCMalloc_SpinLock::Unlock):
     1896        (TCMalloc_SpinLock::IsHeld):
     1897        (TCMalloc_SpinLock::Init):
     1898        (TCMalloc_SpinLock::Finalize):
     1899        (TCMalloc_SlowLock):
     1900        (TCMalloc_SpinLockHolder):
     1901        (TCMalloc_SpinLockHolder::TCMalloc_SpinLockHolder):
     1902        (TCMalloc_SpinLockHolder::~TCMalloc_SpinLockHolder):
     1903        * wtf/TCSystemAlloc.cpp: Renamed from Source/JavaScriptCore/wtf/TCSystemAlloc.cpp.
     1904        (TrySbrk):
     1905        (TryMmap):
     1906        (TryVirtualAlloc):
     1907        (TryDevMem):
     1908        (TCMalloc_SystemAlloc):
     1909        (TCMalloc_SystemRelease):
     1910        (TCMalloc_SystemCommit):
     1911        * wtf/TCSystemAlloc.h: Renamed from Source/JavaScriptCore/wtf/TCSystemAlloc.h.
     1912        (TCMalloc_SystemRelease):
     1913        (TCMalloc_SystemCommit):
     1914        * wtf/TemporaryChange.h: Renamed from Source/JavaScriptCore/wtf/TemporaryChange.h.
     1915        (WTF):
     1916        (TemporaryChange):
     1917        (WTF::TemporaryChange::TemporaryChange):
     1918        (WTF::TemporaryChange::~TemporaryChange):
     1919        * wtf/ThreadFunctionInvocation.h: Renamed from Source/JavaScriptCore/wtf/ThreadFunctionInvocation.h.
     1920        (WTF):
     1921        (WTF::ThreadFunctionInvocation::ThreadFunctionInvocation):
     1922        (ThreadFunctionInvocation):
     1923        * wtf/ThreadIdentifierDataPthreads.cpp: Renamed from Source/JavaScriptCore/wtf/ThreadIdentifierDataPthreads.cpp.
     1924        (WTF):
     1925        (WTF::ThreadIdentifierData::~ThreadIdentifierData):
     1926        (WTF::ThreadIdentifierData::initializeOnce):
     1927        (WTF::ThreadIdentifierData::identifier):
     1928        (WTF::ThreadIdentifierData::initialize):
     1929        (WTF::ThreadIdentifierData::destruct):
     1930        * wtf/ThreadIdentifierDataPthreads.h: Renamed from Source/JavaScriptCore/wtf/ThreadIdentifierDataPthreads.h.
     1931        (WTF):
     1932        (ThreadIdentifierData):
     1933        (WTF::ThreadIdentifierData::ThreadIdentifierData):
     1934        * wtf/ThreadRestrictionVerifier.h: Renamed from Source/JavaScriptCore/wtf/ThreadRestrictionVerifier.h.
     1935        (WTF):
     1936        (ThreadRestrictionVerifier):
     1937        (WTF::ThreadRestrictionVerifier::ThreadRestrictionVerifier):
     1938        (WTF::ThreadRestrictionVerifier::~ThreadRestrictionVerifier):
     1939        (WTF::ThreadRestrictionVerifier::setMutexMode):
     1940        (WTF::ThreadRestrictionVerifier::setDispatchQueueMode):
     1941        (WTF::ThreadRestrictionVerifier::turnOffVerification):
     1942        (WTF::ThreadRestrictionVerifier::setShared):
     1943        (WTF::ThreadRestrictionVerifier::isSafeToUse):
     1944        * wtf/ThreadSafeRefCounted.h: Renamed from Source/JavaScriptCore/wtf/ThreadSafeRefCounted.h.
     1945        (WTF):
     1946        (ThreadSafeRefCountedBase):
     1947        (WTF::ThreadSafeRefCountedBase::ThreadSafeRefCountedBase):
     1948        (WTF::ThreadSafeRefCountedBase::ref):
     1949        (WTF::ThreadSafeRefCountedBase::hasOneRef):
     1950        (WTF::ThreadSafeRefCountedBase::refCount):
     1951        (WTF::ThreadSafeRefCountedBase::derefBase):
     1952        (ThreadSafeRefCounted):
     1953        (WTF::ThreadSafeRefCounted::deref):
     1954        (WTF::ThreadSafeRefCounted::ThreadSafeRefCounted):
     1955        * wtf/ThreadSpecific.h: Renamed from Source/JavaScriptCore/wtf/ThreadSpecific.h.
     1956        (WTF):
     1957        (ThreadSpecific):
     1958        (Data):
     1959        (WTF::ThreadSpecific::Data::Data):
     1960        (WTF::::ThreadSpecific):
     1961        (WTF::::get):
     1962        (WTF::::set):
     1963        (WTF::::~ThreadSpecific):
     1964        (WTF::::destroy):
     1965        (WTF::::isSet):
     1966        (WTF::T):
     1967        (WTF::::operator):
     1968        * wtf/ThreadSpecificWin.cpp: Renamed from Source/JavaScriptCore/wtf/ThreadSpecificWin.cpp.
     1969        (WTF):
     1970        (WTF::tlsKeyCount):
     1971        (WTF::tlsKeys):
     1972        (WTF::ThreadSpecificThreadExit):
     1973        * wtf/Threading.cpp: Renamed from Source/JavaScriptCore/wtf/Threading.cpp.
     1974        (WTF):
     1975        (NewThreadContext):
     1976        (WTF::NewThreadContext::NewThreadContext):
     1977        (WTF::threadEntryPoint):
     1978        (WTF::createThread):
     1979        (WTF::ThreadFunctionWithReturnValueInvocation::ThreadFunctionWithReturnValueInvocation):
     1980        (ThreadFunctionWithReturnValueInvocation):
     1981        (WTF::compatEntryPoint):
     1982        (WTF::waitForThreadCompletion):
     1983        * wtf/Threading.h: Renamed from Source/JavaScriptCore/wtf/Threading.h.
     1984        (WTF):
     1985        * wtf/ThreadingNone.cpp: Renamed from Source/JavaScriptCore/wtf/ThreadingNone.cpp.
     1986        * wtf/ThreadingPrimitives.h: Renamed from Source/JavaScriptCore/wtf/ThreadingPrimitives.h.
     1987        (WTF):
     1988        (PlatformMutex):
     1989        (PlatformCondition):
     1990        (Mutex):
     1991        (WTF::Mutex::impl):
     1992        (ReadWriteLock):
     1993        (ThreadCondition):
     1994        * wtf/ThreadingPthreads.cpp: Renamed from Source/JavaScriptCore/wtf/ThreadingPthreads.cpp.
     1995        (WTF):
     1996        (WTF::threadMapMutex):
     1997        (WTF::initializeThreading):
     1998        (WTF::lockAtomicallyInitializedStaticMutex):
     1999        (WTF::unlockAtomicallyInitializedStaticMutex):
     2000        (WTF::threadMap):
     2001        (WTF::identifierByPthreadHandle):
     2002        (WTF::establishIdentifierForPthreadHandle):
     2003        (WTF::pthreadHandleForIdentifier):
     2004        (WTF::clearPthreadHandleForIdentifier):
     2005        (WTF::wtfThreadEntryPoint):
     2006        (WTF::createThreadInternal):
     2007        (WTF::initializeCurrentThreadInternal):
     2008        (WTF::waitForThreadCompletion):
     2009        (WTF::detachThread):
     2010        (WTF::yield):
     2011        (WTF::currentThread):
     2012        (WTF::Mutex::Mutex):
     2013        (WTF::Mutex::~Mutex):
     2014        (WTF::Mutex::lock):
     2015        (WTF::Mutex::tryLock):
     2016        (WTF::Mutex::unlock):
     2017        (WTF::ReadWriteLock::ReadWriteLock):
     2018        (WTF::ReadWriteLock::~ReadWriteLock):
     2019        (WTF::ReadWriteLock::readLock):
     2020        (WTF::ReadWriteLock::tryReadLock):
     2021        (WTF::ReadWriteLock::writeLock):
     2022        (WTF::ReadWriteLock::tryWriteLock):
     2023        (WTF::ReadWriteLock::unlock):
     2024        (WTF::ThreadCondition::ThreadCondition):
     2025        (WTF::ThreadCondition::~ThreadCondition):
     2026        (WTF::ThreadCondition::wait):
     2027        (WTF::ThreadCondition::timedWait):
     2028        (WTF::ThreadCondition::signal):
     2029        (WTF::ThreadCondition::broadcast):
     2030        * wtf/ThreadingWin.cpp: Renamed from Source/JavaScriptCore/wtf/ThreadingWin.cpp.
     2031        (WTF):
     2032        (tagTHREADNAME_INFO):
     2033        (WTF::initializeCurrentThreadInternal):
     2034        (WTF::lockAtomicallyInitializedStaticMutex):
     2035        (WTF::unlockAtomicallyInitializedStaticMutex):
     2036        (WTF::threadMapMutex):
     2037        (WTF::initializeThreading):
     2038        (WTF::threadMap):
     2039        (WTF::storeThreadHandleByIdentifier):
     2040        (WTF::threadHandleForIdentifier):
     2041        (WTF::clearThreadHandleForIdentifier):
     2042        (WTF::wtfThreadEntryPoint):
     2043        (WTF::createThreadInternal):
     2044        (WTF::waitForThreadCompletion):
     2045        (WTF::detachThread):
     2046        (WTF::yield):
     2047        (WTF::currentThread):
     2048        (WTF::Mutex::Mutex):
     2049        (WTF::Mutex::~Mutex):
     2050        (WTF::Mutex::lock):
     2051        (WTF::Mutex::tryLock):
     2052        (WTF::Mutex::unlock):
     2053        (WTF::PlatformCondition::timedWait):
     2054        (WTF::PlatformCondition::signal):
     2055        (WTF::ThreadCondition::ThreadCondition):
     2056        (WTF::ThreadCondition::~ThreadCondition):
     2057        (WTF::ThreadCondition::wait):
     2058        (WTF::ThreadCondition::timedWait):
     2059        (WTF::ThreadCondition::signal):
     2060        (WTF::ThreadCondition::broadcast):
     2061        (WTF::absoluteTimeToWaitTimeoutInterval):
     2062        * wtf/TypeTraits.cpp: Renamed from Source/JavaScriptCore/wtf/TypeTraits.cpp.
     2063        (WTF):
     2064        * wtf/TypeTraits.h: Renamed from Source/JavaScriptCore/wtf/TypeTraits.h.
     2065        (WTF):
     2066        (IsConvertibleToInteger):
     2067        (IsArray):
     2068        (IsSameType):
     2069        (IsSubclass):
     2070        (NoType):
     2071        (IsSubclassOfTemplate):
     2072        (RemoveTemplate):
     2073        (RemoveConst):
     2074        (RemoveVolatile):
     2075        (RemoveConstVolatile):
     2076        (RemovePointer):
     2077        (RemoveReference):
     2078        (RemoveExtent):
     2079        (DecayArray):
     2080        (IntegralConstant):
     2081        * wtf/TypedArrayBase.h: Renamed from Source/JavaScriptCore/wtf/TypedArrayBase.h.
     2082        (WTF):
     2083        (TypedArrayBase):
     2084        (WTF::TypedArrayBase::data):
     2085        (WTF::TypedArrayBase::set):
     2086        (WTF::TypedArrayBase::setRange):
     2087        (WTF::TypedArrayBase::zeroRange):
     2088        (WTF::TypedArrayBase::length):
     2089        (WTF::TypedArrayBase::byteLength):
     2090        (WTF::TypedArrayBase::TypedArrayBase):
     2091        (WTF::TypedArrayBase::create):
     2092        (WTF::TypedArrayBase::subarrayImpl):
     2093        (WTF::TypedArrayBase::neuter):
     2094        * wtf/Uint16Array.h: Renamed from Source/JavaScriptCore/wtf/Uint16Array.h.
     2095        (WTF):
     2096        (Uint16Array):
     2097        (WTF::Uint16Array::set):
     2098        (WTF::Uint16Array::isUnsignedShortArray):
     2099        (WTF::Uint16Array::create):
     2100        (WTF::Uint16Array::Uint16Array):
     2101        (WTF::Uint16Array::subarray):
     2102        * wtf/Uint32Array.h: Renamed from Source/JavaScriptCore/wtf/Uint32Array.h.
     2103        (WTF):
     2104        (Uint32Array):
     2105        (WTF::Uint32Array::set):
     2106        (WTF::Uint32Array::isUnsignedIntArray):
     2107        (WTF::Uint32Array::create):
     2108        (WTF::Uint32Array::Uint32Array):
     2109        (WTF::Uint32Array::subarray):
     2110        * wtf/Uint8Array.h: Renamed from Source/JavaScriptCore/wtf/Uint8Array.h.
     2111        (WTF):
     2112        (Uint8Array):
     2113        (WTF::Uint8Array::set):
     2114        (WTF::Uint8Array::isUnsignedByteArray):
     2115        (WTF::Uint8Array::create):
     2116        (WTF::Uint8Array::Uint8Array):
     2117        (WTF::Uint8Array::subarray):
     2118        * wtf/Uint8ClampedArray.h: Renamed from Source/JavaScriptCore/wtf/Uint8ClampedArray.h.
     2119        (WTF):
     2120        (Uint8ClampedArray):
     2121        (WTF::Uint8ClampedArray::set):
     2122        (WTF::Uint8ClampedArray::isUnsignedByteClampedArray):
     2123        (WTF::Uint8ClampedArray::create):
     2124        (WTF::Uint8ClampedArray::Uint8ClampedArray):
     2125        (WTF::Uint8ClampedArray::subarray):
     2126        * wtf/UnionFind.h: Renamed from Source/JavaScriptCore/wtf/UnionFind.h.
     2127        (WTF):
     2128        (UnionFind):
     2129        (WTF::UnionFind::UnionFind):
     2130        (WTF::UnionFind::find):
     2131        (WTF::UnionFind::unify):
     2132        * wtf/UnusedParam.h: Renamed from Source/JavaScriptCore/wtf/UnusedParam.h.
     2133        (unusedParam):
     2134        * wtf/VMTags.h: Renamed from Source/JavaScriptCore/wtf/VMTags.h.
     2135        * wtf/ValueCheck.h: Renamed from Source/JavaScriptCore/wtf/ValueCheck.h.
     2136        (WTF):
     2137        (ValueCheck):
     2138        (WTF::ValueCheck::checkConsistency):
     2139        * wtf/Vector.h: Renamed from Source/JavaScriptCore/wtf/Vector.h.
     2140        (WTF):
     2141        (WTF::VectorTypeOperations::destruct):
     2142        (VectorTypeOperations):
     2143        (WTF::VectorTypeOperations::initialize):
     2144        (WTF::VectorTypeOperations::move):
     2145        (WTF::VectorTypeOperations::moveOverlapping):
     2146        (WTF::VectorTypeOperations::uninitializedCopy):
     2147        (WTF::VectorTypeOperations::uninitializedFill):
     2148        (WTF::VectorTypeOperations::compare):
     2149        (VectorBufferBase):
     2150        (WTF::VectorBufferBase::allocateBuffer):
     2151        (WTF::VectorBufferBase::tryAllocateBuffer):
     2152        (WTF::VectorBufferBase::deallocateBuffer):
     2153        (WTF::VectorBufferBase::buffer):
     2154        (WTF::VectorBufferBase::bufferSlot):
     2155        (WTF::VectorBufferBase::capacity):
     2156        (WTF::VectorBufferBase::releaseBuffer):
     2157        (WTF::VectorBufferBase::VectorBufferBase):
     2158        (WTF::VectorBufferBase::~VectorBufferBase):
     2159        (VectorBuffer):
     2160        (WTF::VectorBuffer::VectorBuffer):
     2161        (WTF::VectorBuffer::~VectorBuffer):
     2162        (WTF::VectorBuffer::allocateBuffer):
     2163        (WTF::VectorBuffer::tryAllocateBuffer):
     2164        (WTF::VectorBuffer::deallocateBuffer):
     2165        (WTF::VectorBuffer::swap):
     2166        (WTF::VectorBuffer::restoreInlineBufferIfNeeded):
     2167        (WTF::VectorBuffer::releaseBuffer):
     2168        (WTF::VectorBuffer::inlineBuffer):
     2169        (Vector):
     2170        (WTF::Vector::Vector):
     2171        (WTF::Vector::~Vector):
     2172        (WTF::Vector::size):
     2173        (WTF::Vector::capacity):
     2174        (WTF::Vector::isEmpty):
     2175        (WTF::Vector::at):
     2176        (WTF::Vector::operator[]):
     2177        (WTF::Vector::data):
     2178        (WTF::Vector::dataSlot):
     2179        (WTF::Vector::begin):
     2180        (WTF::Vector::end):
     2181        (WTF::Vector::rbegin):
     2182        (WTF::Vector::rend):
     2183        (WTF::Vector::reversed):
     2184        (WTF::Vector::first):
     2185        (WTF::Vector::last):
     2186        (WTF::Vector::shrinkToFit):
     2187        (WTF::Vector::clear):
     2188        (WTF::Vector::removeLast):
     2189        (WTF::Vector::fill):
     2190        (WTF::Vector::swap):
     2191        (VectorReverseProxy):
     2192        (WTF::Vector::VectorReverseProxy::begin):
     2193        (WTF::Vector::VectorReverseProxy::end):
     2194        (WTF::operator<<):
     2195        (WTF::operator>>):
     2196        (WTF::::Vector):
     2197        (WTF::=):
     2198        (WTF::typelessPointersAreEqual):
     2199        (WTF::::contains):
     2200        (WTF::::find):
     2201        (WTF::::reverseFind):
     2202        (WTF::::fill):
     2203        (WTF::::appendRange):
     2204        (WTF::::expandCapacity):
     2205        (WTF::::tryExpandCapacity):
     2206        (WTF::::resize):
     2207        (WTF::::shrink):
     2208        (WTF::::grow):
     2209        (WTF::::reserveCapacity):
     2210        (WTF::::tryReserveCapacity):
     2211        (WTF::::reserveInitialCapacity):
     2212        (WTF::::shrinkCapacity):
     2213        (WTF::::append):
     2214        (WTF::::tryAppend):
     2215        (WTF::::appendSlowCase):
     2216        (WTF::::uncheckedAppend):
     2217        (WTF::::insert):
     2218        (WTF::::prepend):
     2219        (WTF::::remove):
     2220        (WTF::::reverse):
     2221        (WTF::::releaseBuffer):
     2222        (WTF::::checkConsistency):
     2223        (WTF::deleteAllValues):
     2224        (WTF::swap):
     2225        (WTF::operator==):
     2226        (WTF::operator!=):
     2227        * wtf/VectorTraits.h: Renamed from Source/JavaScriptCore/wtf/VectorTraits.h.
     2228        (WTF):
     2229        (SimpleClassVectorTraits):
     2230        * wtf/WTFThreadData.cpp: Renamed from Source/JavaScriptCore/wtf/WTFThreadData.cpp.
     2231        (WTF):
     2232        (WTF::WTFThreadData::WTFThreadData):
     2233        (WTF::WTFThreadData::~WTFThreadData):
     2234        (JSC):
     2235        (JSC::IdentifierTable::~IdentifierTable):
     2236        (JSC::IdentifierTable::add):
     2237        * wtf/WTFThreadData.h: Renamed from Source/JavaScriptCore/wtf/WTFThreadData.h.
     2238        (JSC):
     2239        (IdentifierTable):
     2240        (JSC::IdentifierTable::remove):
     2241        (JSC::IdentifierTable::literalTable):
     2242        (WTF):
     2243        (WTFThreadData):
     2244        (WTF::WTFThreadData::atomicStringTable):
     2245        (WTF::WTFThreadData::currentIdentifierTable):
     2246        (WTF::WTFThreadData::setCurrentIdentifierTable):
     2247        (WTF::WTFThreadData::resetCurrentIdentifierTable):
     2248        (WTF::WTFThreadData::stack):
     2249        (WTF::wtfThreadData):
     2250        * wtf/blackberry/MainThreadBlackBerry.cpp: Renamed from Source/JavaScriptCore/wtf/blackberry/MainThreadBlackBerry.cpp.
     2251        (WTF):
     2252        (WTF::initializeMainThreadPlatform):
     2253        (WTF::scheduleDispatchFunctionsOnMainThread):
     2254        * wtf/chromium/ChromiumThreading.h: Renamed from Source/JavaScriptCore/wtf/chromium/ChromiumThreading.h.
     2255        (WTF):
     2256        (ChromiumThreading):
     2257        * wtf/chromium/MainThreadChromium.cpp: Renamed from Source/JavaScriptCore/wtf/chromium/MainThreadChromium.cpp.
     2258        (WTF):
     2259        (WTF::initializeMainThread):
     2260        (WTF::callOnMainThread):
     2261        (WTF::callOnMainThreadAndWait):
     2262        (WTF::setMainThreadCallbacksPaused):
     2263        (WTF::isMainThread):
     2264        * wtf/dtoa.cpp: Renamed from Source/JavaScriptCore/wtf/dtoa.cpp.
     2265        (WTF):
     2266        (WTF::storeInc):
     2267        (WTF::BigInt::BigInt):
     2268        (BigInt):
     2269        (WTF::BigInt::clear):
     2270        (WTF::BigInt::size):
     2271        (WTF::BigInt::resize):
     2272        (WTF::BigInt::words):
     2273        (WTF::BigInt::append):
     2274        (WTF::multadd):
     2275        (WTF::hi0bits):
     2276        (WTF::lo0bits):
     2277        (WTF::i2b):
     2278        (WTF::mult):
     2279        (P5Node):
     2280        (WTF::P5Node::P5Node):
     2281        (WTF::pow5mult):
     2282        (WTF::lshift):
     2283        (WTF::cmp):
     2284        (WTF::diff):
     2285        (WTF::d2b):
     2286        (WTF::strtod):
     2287        (WTF::quorem):
     2288        (WTF::dtoa):
     2289        * wtf/dtoa.h: Renamed from Source/JavaScriptCore/wtf/dtoa.h.
     2290        (WTF):
     2291        * wtf/dtoa/COPYING: Renamed from Source/JavaScriptCore/wtf/dtoa/COPYING.
     2292        * wtf/dtoa/LICENSE: Renamed from Source/JavaScriptCore/wtf/dtoa/LICENSE.
     2293        * wtf/dtoa/README: Renamed from Source/JavaScriptCore/wtf/dtoa/README.
     2294        * wtf/dtoa/bignum-dtoa.cc: Renamed from Source/JavaScriptCore/wtf/dtoa/bignum-dtoa.cc.
     2295        * wtf/dtoa/bignum-dtoa.h: Renamed from Source/JavaScriptCore/wtf/dtoa/bignum-dtoa.h.
     2296        (WTF):
     2297        (double_conversion):
     2298        * wtf/dtoa/bignum.cc: Renamed from Source/JavaScriptCore/wtf/dtoa/bignum.cc.
     2299        * wtf/dtoa/bignum.h: Renamed from Source/JavaScriptCore/wtf/dtoa/bignum.h.
     2300        (WTF):
     2301        (double_conversion):
     2302        (Bignum):
     2303        (WTF::double_conversion::Bignum::Times10):
     2304        (WTF::double_conversion::Bignum::Equal):
     2305        (WTF::double_conversion::Bignum::LessEqual):
     2306        (WTF::double_conversion::Bignum::Less):
     2307        (WTF::double_conversion::Bignum::PlusEqual):
     2308        (WTF::double_conversion::Bignum::PlusLessEqual):
     2309        (WTF::double_conversion::Bignum::PlusLess):
     2310        (WTF::double_conversion::Bignum::EnsureCapacity):
     2311        (WTF::double_conversion::Bignum::BigitLength):
     2312        * wtf/dtoa/cached-powers.cc: Renamed from Source/JavaScriptCore/wtf/dtoa/cached-powers.cc.
     2313        * wtf/dtoa/cached-powers.h: Renamed from Source/JavaScriptCore/wtf/dtoa/cached-powers.h.
     2314        (WTF):
     2315        (double_conversion):
     2316        (PowersOfTenCache):
     2317        * wtf/dtoa/diy-fp.cc: Renamed from Source/JavaScriptCore/wtf/dtoa/diy-fp.cc.
     2318        * wtf/dtoa/diy-fp.h: Renamed from Source/JavaScriptCore/wtf/dtoa/diy-fp.h.
     2319        (WTF):
     2320        (double_conversion):
     2321        (DiyFp):
     2322        (WTF::double_conversion::DiyFp::DiyFp):
     2323        (WTF::double_conversion::DiyFp::Subtract):
     2324        (WTF::double_conversion::DiyFp::Minus):
     2325        (WTF::double_conversion::DiyFp::Times):
     2326        (WTF::double_conversion::DiyFp::Normalize):
     2327        (WTF::double_conversion::DiyFp::f):
     2328        (WTF::double_conversion::DiyFp::e):
     2329        (WTF::double_conversion::DiyFp::set_f):
     2330        (WTF::double_conversion::DiyFp::set_e):
     2331        * wtf/dtoa/double-conversion.cc: Renamed from Source/JavaScriptCore/wtf/dtoa/double-conversion.cc.
     2332        * wtf/dtoa/double-conversion.h: Renamed from Source/JavaScriptCore/wtf/dtoa/double-conversion.h.
     2333        (WTF):
     2334        (double_conversion):
     2335        (DoubleToStringConverter):
     2336        (WTF::double_conversion::DoubleToStringConverter::DoubleToStringConverter):
     2337        (StringToDoubleConverter):
     2338        (WTF::double_conversion::StringToDoubleConverter::StringToDoubleConverter):
     2339        * wtf/dtoa/double.h: Renamed from Source/JavaScriptCore/wtf/dtoa/double.h.
     2340        (WTF):
     2341        (double_conversion):
     2342        (WTF::double_conversion::double_to_uint64):
     2343        (WTF::double_conversion::uint64_to_double):
     2344        (Double):
     2345        (WTF::double_conversion::Double::Double):
     2346        (WTF::double_conversion::Double::AsDiyFp):
     2347        (WTF::double_conversion::Double::AsNormalizedDiyFp):
     2348        (WTF::double_conversion::Double::AsUint64):
     2349        (WTF::double_conversion::Double::NextDouble):
     2350        (WTF::double_conversion::Double::Exponent):
     2351        (WTF::double_conversion::Double::Significand):
     2352        (WTF::double_conversion::Double::IsDenormal):
     2353        (WTF::double_conversion::Double::IsSpecial):
     2354        (WTF::double_conversion::Double::IsNan):
     2355        (WTF::double_conversion::Double::IsInfinite):
     2356        (WTF::double_conversion::Double::Sign):
     2357        (WTF::double_conversion::Double::UpperBoundary):
     2358        (WTF::double_conversion::Double::NormalizedBoundaries):
     2359        (WTF::double_conversion::Double::value):
     2360        (WTF::double_conversion::Double::SignificandSizeForOrderOfMagnitude):
     2361        (WTF::double_conversion::Double::Infinity):
     2362        (WTF::double_conversion::Double::NaN):
     2363        (WTF::double_conversion::Double::DiyFpToUint64):
     2364        * wtf/dtoa/fast-dtoa.cc: Renamed from Source/JavaScriptCore/wtf/dtoa/fast-dtoa.cc.
     2365        * wtf/dtoa/fast-dtoa.h: Renamed from Source/JavaScriptCore/wtf/dtoa/fast-dtoa.h.
     2366        (WTF):
     2367        (double_conversion):
     2368        * wtf/dtoa/fixed-dtoa.cc: Renamed from Source/JavaScriptCore/wtf/dtoa/fixed-dtoa.cc.
     2369        * wtf/dtoa/fixed-dtoa.h: Renamed from Source/JavaScriptCore/wtf/dtoa/fixed-dtoa.h.
     2370        (WTF):
     2371        (double_conversion):
     2372        * wtf/dtoa/strtod.cc: Renamed from Source/JavaScriptCore/wtf/dtoa/strtod.cc.
     2373        * wtf/dtoa/strtod.h: Renamed from Source/JavaScriptCore/wtf/dtoa/strtod.h.
     2374        (WTF):
     2375        (double_conversion):
     2376        * wtf/dtoa/utils.h: Renamed from Source/JavaScriptCore/wtf/dtoa/utils.h.
     2377        (WTF):
     2378        (double_conversion):
     2379        (WTF::double_conversion::Max):
     2380        (WTF::double_conversion::Min):
     2381        (WTF::double_conversion::StrLength):
     2382        (Vector):
     2383        (WTF::double_conversion::Vector::Vector):
     2384        (WTF::double_conversion::Vector::SubVector):
     2385        (WTF::double_conversion::Vector::length):
     2386        (WTF::double_conversion::Vector::is_empty):
     2387        (WTF::double_conversion::Vector::start):
     2388        (WTF::double_conversion::Vector::operator[]):
     2389        (WTF::double_conversion::Vector::first):
     2390        (WTF::double_conversion::Vector::last):
     2391        (StringBuilder):
     2392        (WTF::double_conversion::StringBuilder::StringBuilder):
     2393        (WTF::double_conversion::StringBuilder::~StringBuilder):
     2394        (WTF::double_conversion::StringBuilder::size):
     2395        (WTF::double_conversion::StringBuilder::position):
     2396        (WTF::double_conversion::StringBuilder::SetPosition):
     2397        (WTF::double_conversion::StringBuilder::Reset):
     2398        (WTF::double_conversion::StringBuilder::AddCharacter):
     2399        (WTF::double_conversion::StringBuilder::AddString):
     2400        (WTF::double_conversion::StringBuilder::AddSubstring):
     2401        (WTF::double_conversion::StringBuilder::AddPadding):
     2402        (WTF::double_conversion::StringBuilder::Finalize):
     2403        (WTF::double_conversion::StringBuilder::is_finalized):
     2404        (WTF::double_conversion::BitCast):
     2405        * wtf/efl/MainThreadEfl.cpp: Renamed from Source/JavaScriptCore/wtf/efl/MainThreadEfl.cpp.
     2406        (WTF):
     2407        (WTF::pipeObject):
     2408        (WTF::monitorDispatchFunctions):
     2409        (WTF::initializeMainThreadPlatform):
     2410        (WTF::scheduleDispatchFunctionsOnMainThread):
     2411        * wtf/efl/OwnPtrEfl.cpp: Renamed from Source/JavaScriptCore/wtf/efl/OwnPtrEfl.cpp.
     2412        (WTF):
     2413        (WTF::deleteOwnedPtr):
     2414        * wtf/gobject/GOwnPtr.cpp: Renamed from Source/JavaScriptCore/wtf/gobject/GOwnPtr.cpp.
     2415        (WTF):
     2416        (WTF::GError):
     2417        (WTF::GList):
     2418        (WTF::GSList):
     2419        (WTF::GPatternSpec):
     2420        (WTF::GDir):
     2421        (WTF::GTimer):
     2422        (WTF::GKeyFile):
     2423        * wtf/gobject/GOwnPtr.h: Renamed from Source/JavaScriptCore/wtf/gobject/GOwnPtr.h.
     2424        (WTF):
     2425        (GOwnPtr):
     2426        (WTF::GOwnPtr::GOwnPtr):
     2427        (WTF::GOwnPtr::~GOwnPtr):
     2428        (WTF::GOwnPtr::get):
     2429        (WTF::GOwnPtr::release):
     2430        (WTF::GOwnPtr::outPtr):
     2431        (WTF::GOwnPtr::set):
     2432        (WTF::GOwnPtr::clear):
     2433        (WTF::GOwnPtr::operator*):
     2434        (WTF::GOwnPtr::operator->):
     2435        (WTF::GOwnPtr::operator!):
     2436        (WTF::GOwnPtr::operator UnspecifiedBoolType):
     2437        (WTF::GOwnPtr::swap):
     2438        (WTF::swap):
     2439        (WTF::operator==):
     2440        (WTF::operator!=):
     2441        (WTF::getPtr):
     2442        (WTF::freeOwnedGPtr):
     2443        * wtf/gobject/GRefPtr.cpp: Renamed from Source/JavaScriptCore/wtf/gobject/GRefPtr.cpp.
     2444        (WTF):
     2445        (WTF::refGPtr):
     2446        (WTF::derefGPtr):
     2447        (_GVariant):
     2448        * wtf/gobject/GRefPtr.h: Renamed from Source/JavaScriptCore/wtf/gobject/GRefPtr.h.
     2449        (WTF):
     2450        (GRefPtr):
     2451        (WTF::GRefPtr::GRefPtr):
     2452        (WTF::GRefPtr::~GRefPtr):
     2453        (WTF::GRefPtr::clear):
     2454        (WTF::GRefPtr::isHashTableDeletedValue):
     2455        (WTF::GRefPtr::get):
     2456        (WTF::GRefPtr::operator*):
     2457        (WTF::GRefPtr::operator->):
     2458        (WTF::GRefPtr::operator!):
     2459        (WTF::GRefPtr::operator UnspecifiedBoolType):
     2460        (WTF::GRefPtr::hashTableDeletedValue):
     2461        (WTF::=):
     2462        (WTF::::swap):
     2463        (WTF::swap):
     2464        (WTF::operator==):
     2465        (WTF::operator!=):
     2466        (WTF::static_pointer_cast):
     2467        (WTF::const_pointer_cast):
     2468        (WTF::getPtr):
     2469        (WTF::adoptGRef):
     2470        (WTF::refGPtr):
     2471        (WTF::derefGPtr):
     2472        * wtf/gobject/GTypedefs.h: Renamed from Source/JavaScriptCore/wtf/gobject/GTypedefs.h.
     2473        * wtf/gobject/GlibUtilities.cpp: Renamed from Source/JavaScriptCore/wtf/gobject/GlibUtilities.cpp.
     2474        (getCurrentExecutablePath):
     2475        * wtf/gobject/GlibUtilities.h: Renamed from Source/JavaScriptCore/wtf/gobject/GlibUtilities.h.
     2476        * wtf/gtk/MainThreadGtk.cpp: Renamed from Source/JavaScriptCore/wtf/gtk/MainThreadGtk.cpp.
     2477        (WTF):
     2478        (WTF::initializeMainThreadPlatform):
     2479        (WTF::timeoutFired):
     2480        (WTF::scheduleDispatchFunctionsOnMainThread):
     2481        * wtf/mac/MainThreadMac.mm: Renamed from Source/JavaScriptCore/wtf/mac/MainThreadMac.mm.
     2482        (-[JSWTFMainThreadCaller call]):
     2483        (WTF):
     2484        (WTF::initializeMainThreadPlatform):
     2485        (WTF::initializeMainThreadToProcessMainThreadPlatform):
     2486        (WTF::timerFired):
     2487        (WTF::postTimer):
     2488        (WTF::scheduleDispatchFunctionsOnMainThread):
     2489        (WTF::isMainThread):
     2490        * wtf/qt/MainThreadQt.cpp: Renamed from Source/JavaScriptCore/wtf/qt/MainThreadQt.cpp.
     2491        (WTF):
     2492        (MainThreadInvoker):
     2493        (WTF::MainThreadInvoker::MainThreadInvoker):
     2494        (WTF::MainThreadInvoker::event):
     2495        (WTF::initializeMainThreadPlatform):
     2496        (WTF::scheduleDispatchFunctionsOnMainThread):
     2497        * wtf/qt/StringQt.cpp: Renamed from Source/JavaScriptCore/wtf/qt/StringQt.cpp.
     2498        (WTF):
     2499        (WTF::String::String):
     2500        (WTF::String::operator QString):
     2501        (WTF::operator<<):
     2502        (WTF::operator>>):
     2503        * wtf/qt/UtilsQt.h: Renamed from Source/JavaScriptCore/wtf/qt/UtilsQt.h.
     2504        (escapeHtml):
     2505        * wtf/qt/compat/QGuiApplication: Renamed from Source/JavaScriptCore/wtf/qt/compat/QGuiApplication.
     2506        * wtf/qt/compat/qguiapplication.h: Renamed from Source/JavaScriptCore/wtf/qt/compat/qguiapplication.h.
     2507        (QGuiApplication):
     2508        (QGuiApplication::styleHints):
     2509        * wtf/text/ASCIIFastPath.h: Renamed from Source/JavaScriptCore/wtf/text/ASCIIFastPath.h.
     2510        (WTF):
     2511        (WTF::isAlignedToMachineWord):
     2512        (WTF::alignToMachineWord):
     2513        (WTF::isAllASCII):
     2514        (WTF::charactersAreAllASCII):
     2515        * wtf/text/AtomicString.cpp: Renamed from Source/JavaScriptCore/wtf/text/AtomicString.cpp.
     2516        (WTF):
     2517        (AtomicStringTable):
     2518        (WTF::AtomicStringTable::create):
     2519        (WTF::AtomicStringTable::table):
     2520        (WTF::AtomicStringTable::destroy):
     2521        (WTF::stringTable):
     2522        (WTF::addToStringTable):
     2523        (WTF::CStringTranslator::hash):
     2524        (CStringTranslator):
     2525        (WTF::CStringTranslator::equal):
     2526        (WTF::CStringTranslator::translate):
     2527        (WTF::AtomicString::add):
     2528        (UCharBuffer):
     2529        (WTF::UCharBufferTranslator::hash):
     2530        (UCharBufferTranslator):
     2531        (WTF::UCharBufferTranslator::equal):
     2532        (WTF::UCharBufferTranslator::translate):
     2533        (HashAndCharacters):
     2534        (WTF::HashAndCharactersTranslator::hash):
     2535        (HashAndCharactersTranslator):
     2536        (WTF::HashAndCharactersTranslator::equal):
     2537        (WTF::HashAndCharactersTranslator::translate):
     2538        (HashAndUTF8Characters):
     2539        (WTF::HashAndUTF8CharactersTranslator::hash):
     2540        (HashAndUTF8CharactersTranslator):
     2541        (WTF::HashAndUTF8CharactersTranslator::equal):
     2542        (WTF::HashAndUTF8CharactersTranslator::translate):
     2543        (SubstringLocation):
     2544        (WTF::SubstringTranslator::hash):
     2545        (SubstringTranslator):
     2546        (WTF::SubstringTranslator::equal):
     2547        (WTF::SubstringTranslator::translate):
     2548        (WTF::AtomicString::addSlowCase):
     2549        (WTF::AtomicString::find):
     2550        (WTF::AtomicString::remove):
     2551        (WTF::AtomicString::lower):
     2552        (WTF::AtomicString::fromUTF8Internal):
     2553        (WTF::AtomicString::show):
     2554        * wtf/text/AtomicString.h: Renamed from Source/JavaScriptCore/wtf/text/AtomicString.h.
     2555        (WTF):
     2556        (AtomicString):
     2557        (WTF::AtomicString::AtomicString):
     2558        (WTF::AtomicString::isHashTableDeletedValue):
     2559        (WTF::AtomicString::operator const String&):
     2560        (WTF::AtomicString::string):
     2561        (WTF::AtomicString::impl):
     2562        (WTF::AtomicString::characters):
     2563        (WTF::AtomicString::length):
     2564        (WTF::AtomicString::operator[]):
     2565        (WTF::AtomicString::contains):
     2566        (WTF::AtomicString::find):
     2567        (WTF::AtomicString::startsWith):
     2568        (WTF::AtomicString::endsWith):
     2569        (WTF::AtomicString::upper):
     2570        (WTF::AtomicString::toInt):
     2571        (WTF::AtomicString::toDouble):
     2572        (WTF::AtomicString::toFloat):
     2573        (WTF::AtomicString::percentage):
     2574        (WTF::AtomicString::isNull):
     2575        (WTF::AtomicString::isEmpty):
     2576        (WTF::AtomicString::createCFString):
     2577        (WTF::AtomicString::operator NSString*):
     2578        (WTF::AtomicString::operator QString):
     2579        (WTF::AtomicString::add):
     2580        (WTF::operator==):
     2581        (WTF::operator!=):
     2582        (WTF::equalIgnoringCase):
     2583        (WTF::AtomicString::fromUTF8):
     2584        * wtf/text/AtomicStringHash.h: Renamed from Source/JavaScriptCore/wtf/text/AtomicStringHash.h.
     2585        (WTF):
     2586        (WTF::AtomicStringHash::hash):
     2587        (AtomicStringHash):
     2588        (WTF::AtomicStringHash::equal):
     2589        * wtf/text/AtomicStringImpl.h: Renamed from Source/JavaScriptCore/wtf/text/AtomicStringImpl.h.
     2590        (WTF):
     2591        (AtomicStringImpl):
     2592        (WTF::AtomicStringImpl::AtomicStringImpl):
     2593        * wtf/text/CString.cpp: Renamed from Source/JavaScriptCore/wtf/text/CString.cpp.
     2594        (WTF):
     2595        (WTF::CString::CString):
     2596        (WTF::CString::init):
     2597        (WTF::CString::mutableData):
     2598        (WTF::CString::newUninitialized):
     2599        (WTF::CString::copyBufferIfNeeded):
     2600        (WTF::operator==):
     2601        * wtf/text/CString.h: Renamed from Source/JavaScriptCore/wtf/text/CString.h.
     2602        (WTF):
     2603        (CStringBuffer):
     2604        (WTF::CStringBuffer::data):
     2605        (WTF::CStringBuffer::length):
     2606        (WTF::CStringBuffer::create):
     2607        (WTF::CStringBuffer::CStringBuffer):
     2608        (WTF::CStringBuffer::mutableData):
     2609        (CString):
     2610        (WTF::CString::CString):
     2611        (WTF::CString::data):
     2612        (WTF::CString::length):
     2613        (WTF::CString::isNull):
     2614        (WTF::CString::buffer):
     2615        (WTF::operator!=):
     2616        * wtf/text/StringBuffer.h: Renamed from Source/JavaScriptCore/wtf/text/StringBuffer.h.
     2617        (WTF):
     2618        (StringBuffer):
     2619        (WTF::StringBuffer::StringBuffer):
     2620        (WTF::StringBuffer::~StringBuffer):
     2621        (WTF::StringBuffer::shrink):
     2622        (WTF::StringBuffer::resize):
     2623        (WTF::StringBuffer::length):
     2624        (WTF::StringBuffer::characters):
     2625        (WTF::StringBuffer::operator[]):
     2626        (WTF::StringBuffer::release):
     2627        * wtf/text/StringBuilder.cpp: Renamed from Source/JavaScriptCore/wtf/text/StringBuilder.cpp.
     2628        (WTF):
     2629        (WTF::StringBuilder::reifyString):
     2630        (WTF::StringBuilder::resize):
     2631        (WTF::StringBuilder::allocateBuffer):
     2632        (WTF::StringBuilder::allocateBufferUpConvert):
     2633        (WTF::LChar):
     2634        (WTF::UChar):
     2635        (WTF::StringBuilder::reserveCapacity):
     2636        (WTF::StringBuilder::appendUninitialized):
     2637        (WTF::StringBuilder::appendUninitializedSlow):
     2638        (WTF::StringBuilder::append):
     2639        (WTF::StringBuilder::canShrink):
     2640        (WTF::StringBuilder::shrinkToFit):
     2641        * wtf/text/StringBuilder.h: Renamed from Source/JavaScriptCore/wtf/text/StringBuilder.h.
     2642        (WTF):
     2643        (StringBuilder):
     2644        (WTF::StringBuilder::StringBuilder):
     2645        (WTF::StringBuilder::append):
     2646        (WTF::StringBuilder::toString):
     2647        (WTF::StringBuilder::toStringPreserveCapacity):
     2648        (WTF::StringBuilder::toAtomicString):
     2649        (WTF::StringBuilder::length):
     2650        (WTF::StringBuilder::isEmpty):
     2651        (WTF::StringBuilder::capacity):
     2652        (WTF::StringBuilder::operator[]):
     2653        (WTF::StringBuilder::characters8):
     2654        (WTF::StringBuilder::characters16):
     2655        (WTF::StringBuilder::characters):
     2656        (WTF::StringBuilder::is8Bit):
     2657        (WTF::StringBuilder::clear):
     2658        (WTF::StringBuilder::swap):
     2659        (WTF::LChar):
     2660        (WTF::UChar):
     2661        (WTF::equal):
     2662        (WTF::operator==):
     2663        (WTF::operator!=):
     2664        * wtf/text/StringConcatenate.h: Renamed from Source/JavaScriptCore/wtf/text/StringConcatenate.h.
     2665        (WTF):
     2666        (WTF::sumWithOverflow):
     2667        (WTF::tryMakeString):
     2668        (WTF::makeString):
     2669        * wtf/text/StringHash.h: Renamed from Source/JavaScriptCore/wtf/text/StringHash.h.
     2670        (WTF):
     2671        (WTF::StringHash::hash):
     2672        (WTF::StringHash::equal):
     2673        (StringHash):
     2674        (CaseFoldingHash):
     2675        (WTF::CaseFoldingHash::foldCase):
     2676        (WTF::CaseFoldingHash::hash):
     2677        (WTF::CaseFoldingHash::equal):
     2678        (WTF::AlreadyHashed::hash):
     2679        (AlreadyHashed):
     2680        (WTF::AlreadyHashed::avoidDeletedValue):
     2681        * wtf/text/StringImpl.cpp: Renamed from Source/JavaScriptCore/wtf/text/StringImpl.cpp.
     2682        (WTF):
     2683        (WTF::StringImpl::~StringImpl):
     2684        (WTF::StringImpl::createUninitialized):
     2685        (WTF::StringImpl::reallocate):
     2686        (WTF::StringImpl::create):
     2687        (WTF::StringImpl::getData16SlowCase):
     2688        (WTF::StringImpl::upconvertCharacters):
     2689        (WTF::StringImpl::containsOnlyWhitespace):
     2690        (WTF::StringImpl::substring):
     2691        (WTF::StringImpl::characterStartingAt):
     2692        (WTF::StringImpl::lower):
     2693        (WTF::StringImpl::upper):
     2694        (WTF::StringImpl::fill):
     2695        (WTF::StringImpl::foldCase):
     2696        (WTF::StringImpl::stripMatchedCharacters):
     2697        (UCharPredicate):
     2698        (WTF::UCharPredicate::UCharPredicate):
     2699        (WTF::UCharPredicate::operator()):
     2700        (SpaceOrNewlinePredicate):
     2701        (WTF::SpaceOrNewlinePredicate::operator()):
     2702        (WTF::StringImpl::stripWhiteSpace):
     2703        (WTF::StringImpl::removeCharacters):
     2704        (WTF::StringImpl::simplifyMatchedCharactersToSpace):
     2705        (WTF::StringImpl::simplifyWhiteSpace):
     2706        (WTF::StringImpl::toIntStrict):
     2707        (WTF::StringImpl::toUIntStrict):
     2708        (WTF::StringImpl::toInt64Strict):
     2709        (WTF::StringImpl::toUInt64Strict):
     2710        (WTF::StringImpl::toIntPtrStrict):
     2711        (WTF::StringImpl::toInt):
     2712        (WTF::StringImpl::toUInt):
     2713        (WTF::StringImpl::toInt64):
     2714        (WTF::StringImpl::toUInt64):
     2715        (WTF::StringImpl::toIntPtr):
     2716        (WTF::StringImpl::toDouble):
     2717        (WTF::StringImpl::toFloat):
     2718        (WTF::equalIgnoringCase):
     2719        (WTF::StringImpl::find):
     2720        (WTF::StringImpl::findIgnoringCase):
     2721        (WTF::findInner):
     2722        (WTF::StringImpl::reverseFind):
     2723        (WTF::reverseFindInner):
     2724        (WTF::StringImpl::reverseFindIgnoringCase):
     2725        (WTF::StringImpl::endsWith):
     2726        (WTF::StringImpl::replace):
     2727        (WTF::equal):
     2728        (WTF::equalIgnoringNullity):
     2729        (WTF::StringImpl::defaultWritingDirection):
     2730        (WTF::StringImpl::adopt):
     2731        (WTF::StringImpl::createWithTerminatingNullCharacter):
     2732        * wtf/text/StringImpl.h: Renamed from Source/JavaScriptCore/wtf/text/StringImpl.h.
     2733        (JSC):
     2734        (WTF):
     2735        (StringImpl):
     2736        (WTF::StringImpl::StringImpl):
     2737        (WTF::StringImpl::create):
     2738        (WTF::StringImpl::create8):
     2739        (WTF::StringImpl::tryCreateUninitialized):
     2740        (WTF::StringImpl::flagsOffset):
     2741        (WTF::StringImpl::flagIs8Bit):
     2742        (WTF::StringImpl::dataOffset):
     2743        (WTF::StringImpl::adopt):
     2744        (WTF::StringImpl::length):
     2745        (WTF::StringImpl::is8Bit):
     2746        (WTF::StringImpl::characters8):
     2747        (WTF::StringImpl::characters16):
     2748        (WTF::StringImpl::characters):
     2749        (WTF::StringImpl::cost):
     2750        (WTF::StringImpl::has16BitShadow):
     2751        (WTF::StringImpl::isIdentifier):
     2752        (WTF::StringImpl::setIsIdentifier):
     2753        (WTF::StringImpl::hasTerminatingNullCharacter):
     2754        (WTF::StringImpl::isAtomic):
     2755        (WTF::StringImpl::setIsAtomic):
     2756        (WTF::StringImpl::setHash):
     2757        (WTF::StringImpl::rawHash):
     2758        (WTF::StringImpl::hasHash):
     2759        (WTF::StringImpl::existingHash):
     2760        (WTF::StringImpl::hash):
     2761        (WTF::StringImpl::hasOneRef):
     2762        (WTF::StringImpl::ref):
     2763        (WTF::StringImpl::deref):
     2764        (WTF::StringImpl::copyChars):
     2765        (WTF::StringImpl::operator[]):
     2766        (WTF::StringImpl::find):
     2767        (WTF::StringImpl::findIgnoringCase):
     2768        (WTF::StringImpl::startsWith):
     2769        (WTF::StringImpl::bufferOwnership):
     2770        (WTF::StringImpl::isStatic):
     2771        (WTF::LChar):
     2772        (WTF::UChar):
     2773        (WTF::equal):
     2774        (WTF::equalIgnoringCase):
     2775        (WTF::equalIgnoringNullity):
     2776        (WTF::codePointCompare):
     2777        (WTF::codePointCompare8):
     2778        (WTF::codePointCompare16):
     2779        (WTF::codePointCompare8To16):
     2780        (WTF::isSpaceOrNewline):
     2781        (WTF::StringImpl::isolatedCopy):
     2782        * wtf/text/StringOperators.h: Renamed from Source/JavaScriptCore/wtf/text/StringOperators.h.
     2783        (WTF):
     2784        (StringAppend):
     2785        (WTF::StringAppend::StringAppend):
     2786        (WTF::StringAppend::operator String):
     2787        (WTF::StringAppend::operator AtomicString):
     2788        (WTF::StringAppend::is8Bit):
     2789        (WTF::StringAppend::writeTo):
     2790        (WTF::StringAppend::length):
     2791        (WTF::operator+):
     2792        * wtf/text/StringStatics.cpp: Renamed from Source/JavaScriptCore/wtf/text/StringStatics.cpp.
     2793        (WTF):
     2794        (WTF::StringImpl::empty):
     2795        (WTF::StringImpl::hashSlowCase):
     2796        (WTF::AtomicString::init):
     2797        * wtf/text/TextPosition.h: Renamed from Source/JavaScriptCore/wtf/text/TextPosition.h.
     2798        (WTF):
     2799        (OrdinalNumber):
     2800        (WTF::OrdinalNumber::fromZeroBasedInt):
     2801        (WTF::OrdinalNumber::fromOneBasedInt):
     2802        (WTF::OrdinalNumber::OrdinalNumber):
     2803        (WTF::OrdinalNumber::zeroBasedInt):
     2804        (WTF::OrdinalNumber::oneBasedInt):
     2805        (WTF::OrdinalNumber::operator==):
     2806        (WTF::OrdinalNumber::operator!=):
     2807        (WTF::OrdinalNumber::first):
     2808        (WTF::OrdinalNumber::beforeFirst):
     2809        (TextPosition):
     2810        (WTF::TextPosition::TextPosition):
     2811        (WTF::TextPosition::operator==):
     2812        (WTF::TextPosition::operator!=):
     2813        (WTF::TextPosition::minimumPosition):
     2814        (WTF::TextPosition::belowRangePosition):
     2815        * wtf/text/WTFString.cpp: Renamed from Source/JavaScriptCore/wtf/text/WTFString.cpp.
     2816        (WTF):
     2817        (WTF::String::String):
     2818        (WTF::String::append):
     2819        (WTF::codePointCompare):
     2820        (WTF::String::insert):
     2821        (WTF::String::characterStartingAt):
     2822        (WTF::String::truncate):
     2823        (WTF::String::remove):
     2824        (WTF::String::substring):
     2825        (WTF::String::substringSharingImpl):
     2826        (WTF::String::lower):
     2827        (WTF::String::upper):
     2828        (WTF::String::stripWhiteSpace):
     2829        (WTF::String::simplifyWhiteSpace):
     2830        (WTF::String::removeCharacters):
     2831        (WTF::String::foldCase):
     2832        (WTF::String::percentage):
     2833        (WTF::String::charactersWithNullTermination):
     2834        (WTF::String::format):
     2835        (WTF::String::number):
     2836        (WTF::String::toIntStrict):
     2837        (WTF::String::toUIntStrict):
     2838        (WTF::String::toInt64Strict):
     2839        (WTF::String::toUInt64Strict):
     2840        (WTF::String::toIntPtrStrict):
     2841        (WTF::String::toInt):
     2842        (WTF::String::toUInt):
     2843        (WTF::String::toInt64):
     2844        (WTF::String::toUInt64):
     2845        (WTF::String::toIntPtr):
     2846        (WTF::String::toDouble):
     2847        (WTF::String::toFloat):
     2848        (WTF::String::isolatedCopy):
     2849        (WTF::String::split):
     2850        (WTF::String::ascii):
     2851        (WTF::String::latin1):
     2852        (WTF::putUTF8Triple):
     2853        (WTF::String::utf8):
     2854        (WTF::String::fromUTF8):
     2855        (WTF::String::fromUTF8WithLatin1Fallback):
     2856        (WTF::isCharacterAllowedInBase):
     2857        (WTF::toIntegralType):
     2858        (WTF::lengthOfCharactersAsInteger):
     2859        (WTF::charactersToIntStrict):
     2860        (WTF::charactersToUIntStrict):
     2861        (WTF::charactersToInt64Strict):
     2862        (WTF::charactersToUInt64Strict):
     2863        (WTF::charactersToIntPtrStrict):
     2864        (WTF::charactersToInt):
     2865        (WTF::charactersToUInt):
     2866        (WTF::charactersToInt64):
     2867        (WTF::charactersToUInt64):
     2868        (WTF::charactersToIntPtr):
     2869        (WTF::toDoubleType):
     2870        (WTF::charactersToDouble):
     2871        (WTF::charactersToFloat):
     2872        (WTF::charactersToFloatIgnoringJunk):
     2873        (WTF::emptyString):
     2874        (String::show):
     2875        (string):
     2876        (asciiDebug):
     2877        * wtf/text/WTFString.h: Renamed from Source/JavaScriptCore/wtf/text/WTFString.h.
     2878        (WebKit):
     2879        (WTF):
     2880        (String):
     2881        (WTF::String::String):
     2882        (WTF::String::~String):
     2883        (WTF::String::swap):
     2884        (WTF::String::adopt):
     2885        (WTF::String::isNull):
     2886        (WTF::String::isEmpty):
     2887        (WTF::String::impl):
     2888        (WTF::String::length):
     2889        (WTF::String::characters):
     2890        (WTF::String::characters8):
     2891        (WTF::String::characters16):
     2892        (WTF::String::is8Bit):
     2893        (WTF::String::operator[]):
     2894        (WTF::String::find):
     2895        (WTF::String::reverseFind):
     2896        (WTF::String::findIgnoringCase):
     2897        (WTF::String::reverseFindIgnoringCase):
     2898        (WTF::String::contains):
     2899        (WTF::String::startsWith):
     2900        (WTF::String::endsWith):
     2901        (WTF::String::append):
     2902        (WTF::String::replace):
     2903        (WTF::String::makeLower):
     2904        (WTF::String::makeUpper):
     2905        (WTF::String::fill):
     2906        (WTF::String::left):
     2907        (WTF::String::right):
     2908        (WTF::String::createUninitialized):
     2909        (WTF::String::operator NSString*):
     2910        (WTF::String::fromUTF8):
     2911        (WTF::String::fromUTF8WithLatin1Fallback):
     2912        (WTF::String::defaultWritingDirection):
     2913        (WTF::String::containsOnlyWhitespace):
     2914        (WTF::String::isHashTableDeletedValue):
     2915        (WTF::operator+=):
     2916        (WTF::operator==):
     2917        (WTF::operator!=):
     2918        (WTF::equalIgnoringCase):
     2919        (WTF::equalPossiblyIgnoringCase):
     2920        (WTF::equalIgnoringNullity):
     2921        (WTF::operator!):
     2922        (WTF::swap):
     2923        (WTF::LChar):
     2924        (WTF::UChar):
     2925        (WTF::String::containsOnlyLatin1):
     2926        (WTF::nsStringNilIfEmpty):
     2927        (WTF::String::containsOnlyASCII):
     2928        (WTF::codePointCompareLessThan):
     2929        (WTF::find):
     2930        (WTF::reverseFind):
     2931        (WTF::append):
     2932        (WTF::appendNumber):
     2933        (WTF::isAllSpecialCharacters):
     2934        (WTF::String::isAllSpecialCharacters):
     2935        * wtf/threads/BinarySemaphore.cpp: Renamed from Source/JavaScriptCore/wtf/threads/BinarySemaphore.cpp.
     2936        (WTF):
     2937        (WTF::BinarySemaphore::BinarySemaphore):
     2938        (WTF::BinarySemaphore::~BinarySemaphore):
     2939        (WTF::BinarySemaphore::signal):
     2940        (WTF::BinarySemaphore::wait):
     2941        * wtf/threads/BinarySemaphore.h: Renamed from Source/JavaScriptCore/wtf/threads/BinarySemaphore.h.
     2942        (WTF):
     2943        (BinarySemaphore):
     2944        (WTF::BinarySemaphore::event):
     2945        * wtf/threads/win/BinarySemaphoreWin.cpp: Renamed from Source/JavaScriptCore/wtf/threads/win/BinarySemaphoreWin.cpp.
     2946        (WTF):
     2947        (WTF::BinarySemaphore::BinarySemaphore):
     2948        (WTF::BinarySemaphore::~BinarySemaphore):
     2949        (WTF::BinarySemaphore::signal):
     2950        (WTF::BinarySemaphore::wait):
     2951        * wtf/unicode/CharacterNames.h: Renamed from Source/JavaScriptCore/wtf/unicode/CharacterNames.h.
     2952        (Unicode):
     2953        * wtf/unicode/Collator.h: Renamed from Source/JavaScriptCore/wtf/unicode/Collator.h.
     2954        (WTF):
     2955        (Collator):
     2956        * wtf/unicode/CollatorDefault.cpp: Renamed from Source/JavaScriptCore/wtf/unicode/CollatorDefault.cpp.
     2957        (WTF):
     2958        (WTF::Collator::Collator):
     2959        (WTF::Collator::~Collator):
     2960        (WTF::Collator::setOrderLowerFirst):
     2961        (WTF::Collator::userDefault):
     2962        (WTF::Collator::collate):
     2963        * wtf/unicode/ScriptCodesFromICU.h: Renamed from Source/JavaScriptCore/wtf/unicode/ScriptCodesFromICU.h.
     2964        * wtf/unicode/UTF8.cpp: Renamed from Source/JavaScriptCore/wtf/unicode/UTF8.cpp.
     2965        (Unicode):
     2966        (WTF::Unicode::inlineUTF8SequenceLengthNonASCII):
     2967        (WTF::Unicode::inlineUTF8SequenceLength):
     2968        (WTF::Unicode::UTF8SequenceLength):
     2969        (WTF::Unicode::decodeUTF8Sequence):
     2970        (WTF::Unicode::convertLatin1ToUTF8):
     2971        (WTF::Unicode::convertUTF16ToUTF8):
     2972        (WTF::Unicode::isLegalUTF8):
     2973        (WTF::Unicode::readUTF8Sequence):
     2974        (WTF::Unicode::convertUTF8ToUTF16):
     2975        (WTF::Unicode::calculateStringHashAndLengthFromUTF8):
     2976        (WTF::Unicode::equalUTF16WithUTF8):
     2977        * wtf/unicode/UTF8.h: Renamed from Source/JavaScriptCore/wtf/unicode/UTF8.h.
     2978        (Unicode):
     2979        * wtf/unicode/Unicode.h: Renamed from Source/JavaScriptCore/wtf/unicode/Unicode.h.
     2980        * wtf/unicode/UnicodeMacrosFromICU.h: Renamed from Source/JavaScriptCore/wtf/unicode/UnicodeMacrosFromICU.h.
     2981        * wtf/unicode/glib/UnicodeGLib.cpp: Renamed from Source/JavaScriptCore/wtf/unicode/glib/UnicodeGLib.cpp.
     2982        (Unicode):
     2983        (WTF::Unicode::foldCase):
     2984        (WTF::Unicode::getUTF16LengthFromUTF8):
     2985        (WTF::Unicode::convertCase):
     2986        (WTF::Unicode::toLower):
     2987        (WTF::Unicode::toUpper):
     2988        (WTF::Unicode::direction):
     2989        (WTF::Unicode::umemcasecmp):
     2990        * wtf/unicode/glib/UnicodeGLib.h: Renamed from Source/JavaScriptCore/wtf/unicode/glib/UnicodeGLib.h.
     2991        (Unicode):
     2992        (WTF::Unicode::toLower):
     2993        (WTF::Unicode::toUpper):
     2994        (WTF::Unicode::toTitleCase):
     2995        (WTF::Unicode::isArabicChar):
     2996        (WTF::Unicode::isAlphanumeric):
     2997        (WTF::Unicode::isFormatChar):
     2998        (WTF::Unicode::isSeparatorSpace):
     2999        (WTF::Unicode::isPrintableChar):
     3000        (WTF::Unicode::isDigit):
     3001        (WTF::Unicode::isPunct):
     3002        (WTF::Unicode::hasLineBreakingPropertyComplexContext):
     3003        (WTF::Unicode::hasLineBreakingPropertyComplexContextOrIdeographic):
     3004        (WTF::Unicode::mirroredChar):
     3005        (WTF::Unicode::category):
     3006        (WTF::Unicode::isLower):
     3007        (WTF::Unicode::digitValue):
     3008        (WTF::Unicode::combiningClass):
     3009        (WTF::Unicode::decompositionType):
     3010        * wtf/unicode/icu/CollatorICU.cpp: Renamed from Source/JavaScriptCore/wtf/unicode/icu/CollatorICU.cpp.
     3011        (WTF):
     3012        (WTF::cachedCollatorMutex):
     3013        (WTF::Collator::Collator):
     3014        (WTF::Collator::userDefault):
     3015        (WTF::Collator::~Collator):
     3016        (WTF::Collator::setOrderLowerFirst):
     3017        (WTF::Collator::collate):
     3018        (WTF::Collator::createCollator):
     3019        (WTF::Collator::releaseCollator):
     3020        * wtf/unicode/icu/UnicodeIcu.h: Renamed from Source/JavaScriptCore/wtf/unicode/icu/UnicodeIcu.h.
     3021        (Unicode):
     3022        (WTF::Unicode::foldCase):
     3023        (WTF::Unicode::toLower):
     3024        (WTF::Unicode::toUpper):
     3025        (WTF::Unicode::toTitleCase):
     3026        (WTF::Unicode::isArabicChar):
     3027        (WTF::Unicode::isAlphanumeric):
     3028        (WTF::Unicode::isSeparatorSpace):
     3029        (WTF::Unicode::isPrintableChar):
     3030        (WTF::Unicode::isPunct):
     3031        (WTF::Unicode::hasLineBreakingPropertyComplexContext):
     3032        (WTF::Unicode::hasLineBreakingPropertyComplexContextOrIdeographic):
     3033        (WTF::Unicode::mirroredChar):
     3034        (WTF::Unicode::category):
     3035        (WTF::Unicode::direction):
     3036        (WTF::Unicode::isLower):
     3037        (WTF::Unicode::combiningClass):
     3038        (WTF::Unicode::decompositionType):
     3039        (WTF::Unicode::umemcasecmp):
     3040        * wtf/unicode/qt4/UnicodeQt4.h: Renamed from Source/JavaScriptCore/wtf/unicode/qt4/UnicodeQt4.h.
     3041        (Properties):
     3042        (QUnicodeTables):
     3043        (Unicode):
     3044        (WTF::Unicode::toLower):
     3045        (WTF::Unicode::toUpper):
     3046        (WTF::Unicode::toTitleCase):
     3047        (WTF::Unicode::foldCase):
     3048        (WTF::Unicode::isArabicChar):
     3049        (WTF::Unicode::isPrintableChar):
     3050        (WTF::Unicode::isSeparatorSpace):
     3051        (WTF::Unicode::isPunct):
     3052        (WTF::Unicode::isLower):
     3053        (WTF::Unicode::hasLineBreakingPropertyComplexContext):
     3054        (WTF::Unicode::mirroredChar):
     3055        (WTF::Unicode::combiningClass):
     3056        (WTF::Unicode::decompositionType):
     3057        (WTF::Unicode::umemcasecmp):
     3058        (WTF::Unicode::direction):
     3059        (WTF::Unicode::category):
     3060        * wtf/unicode/wince/UnicodeWinCE.cpp: Renamed from Source/JavaScriptCore/wtf/unicode/wince/UnicodeWinCE.cpp.
     3061        (Unicode):
     3062        (WTF::Unicode::toLower):
     3063        (WTF::Unicode::toUpper):
     3064        (WTF::Unicode::foldCase):
     3065        (WTF::Unicode::isPrintableChar):
     3066        (WTF::Unicode::isSpace):
     3067        (WTF::Unicode::isLetter):
     3068        (WTF::Unicode::isUpper):
     3069        (WTF::Unicode::isLower):
     3070        (WTF::Unicode::isDigit):
     3071        (WTF::Unicode::isPunct):
     3072        (WTF::Unicode::isAlphanumeric):
     3073        (WTF::Unicode::toTitleCase):
     3074        (WTF::Unicode::direction):
     3075        (WTF::Unicode::category):
     3076        (WTF::Unicode::decompositionType):
     3077        (WTF::Unicode::combiningClass):
     3078        (WTF::Unicode::mirroredChar):
     3079        (WTF::Unicode::digitValue):
     3080        * wtf/unicode/wince/UnicodeWinCE.h: Renamed from Source/JavaScriptCore/wtf/unicode/wince/UnicodeWinCE.h.
     3081        (Unicode):
     3082        (WTF::Unicode::isSeparatorSpace):
     3083        (WTF::Unicode::isHighSurrogate):
     3084        (WTF::Unicode::isLowSurrogate):
     3085        (WTF::Unicode::isArabicChar):
     3086        (WTF::Unicode::hasLineBreakingPropertyComplexContext):
     3087        (WTF::Unicode::umemcasecmp):
     3088        (WTF::Unicode::surrogateToUcs4):
     3089        * wtf/url/api/ParsedURL.cpp: Renamed from Source/JavaScriptCore/wtf/url/api/ParsedURL.cpp.
     3090        (WTF):
     3091        (WTF::ParsedURL::ParsedURL):
     3092        (WTF::ParsedURL::isolatedCopy):
     3093        (WTF::ParsedURL::scheme):
     3094        (WTF::ParsedURL::username):
     3095        (WTF::ParsedURL::password):
     3096        (WTF::ParsedURL::host):
     3097        (WTF::ParsedURL::port):
     3098        (WTF::ParsedURL::path):
     3099        (WTF::ParsedURL::query):
     3100        (WTF::ParsedURL::fragment):
     3101        (WTF::ParsedURL::baseAsString):
     3102        (WTF::ParsedURL::segment):
     3103        * wtf/url/api/ParsedURL.h: Renamed from Source/JavaScriptCore/wtf/url/api/ParsedURL.h.
     3104        (WTF):
     3105        (ParsedURL):
     3106        (WTF::ParsedURL::ParsedURL):
     3107        (WTF::ParsedURL::isValid):
     3108        (WTF::ParsedURL::spec):
     3109        * wtf/url/api/URLString.h: Renamed from Source/JavaScriptCore/wtf/url/api/URLString.h.
     3110        (WTF):
     3111        (URLString):
     3112        (WTF::URLString::URLString):
     3113        (WTF::URLString::string):
     3114        * wtf/url/src/RawURLBuffer.h: Renamed from Source/JavaScriptCore/wtf/url/src/RawURLBuffer.h.
     3115        (WTF):
     3116        (RawURLBuffer):
     3117        (WTF::RawURLBuffer::RawURLBuffer):
     3118        (WTF::RawURLBuffer::~RawURLBuffer):
     3119        (WTF::RawURLBuffer::resize):
     3120        * wtf/url/src/URLBuffer.h: Renamed from Source/JavaScriptCore/wtf/url/src/URLBuffer.h.
     3121        (WTF):
     3122        (URLBuffer):
     3123        (WTF::URLBuffer::URLBuffer):
     3124        (WTF::URLBuffer::~URLBuffer):
     3125        (WTF::URLBuffer::at):
     3126        (WTF::URLBuffer::set):
     3127        (WTF::URLBuffer::capacity):
     3128        (WTF::URLBuffer::length):
     3129        (WTF::URLBuffer::data):
     3130        (WTF::URLBuffer::setLength):
     3131        (WTF::URLBuffer::append):
     3132        (WTF::URLBuffer::grow):
     3133        * wtf/url/src/URLCharacterTypes.cpp: Renamed from Source/JavaScriptCore/wtf/url/src/URLCharacterTypes.cpp.
     3134        (WTF):
     3135        * wtf/url/src/URLCharacterTypes.h: Renamed from Source/JavaScriptCore/wtf/url/src/URLCharacterTypes.h.
     3136        (WTF):
     3137        (URLCharacterTypes):
     3138        (WTF::URLCharacterTypes::isQueryChar):
     3139        (WTF::URLCharacterTypes::isIPv4Char):
     3140        (WTF::URLCharacterTypes::isHexChar):
     3141        (WTF::URLCharacterTypes::isCharOfType):
     3142        * wtf/url/src/URLComponent.h: Renamed from Source/JavaScriptCore/wtf/url/src/URLComponent.h.
     3143        (WTF):
     3144        (URLComponent):
     3145        (WTF::URLComponent::URLComponent):
     3146        (WTF::URLComponent::fromRange):
     3147        (WTF::URLComponent::isValid):
     3148        (WTF::URLComponent::isNonEmpty):
     3149        (WTF::URLComponent::isEmptyOrInvalid):
     3150        (WTF::URLComponent::reset):
     3151        (WTF::URLComponent::operator==):
     3152        (WTF::URLComponent::begin):
     3153        (WTF::URLComponent::setBegin):
     3154        (WTF::URLComponent::length):
     3155        (WTF::URLComponent::setLength):
     3156        (WTF::URLComponent::end):
     3157        * wtf/url/src/URLEscape.cpp: Renamed from Source/JavaScriptCore/wtf/url/src/URLEscape.cpp.
     3158        (WTF):
     3159        * wtf/url/src/URLEscape.h: Renamed from Source/JavaScriptCore/wtf/url/src/URLEscape.h.
     3160        (WTF):
     3161        (WTF::appendURLEscapedCharacter):
     3162        * wtf/url/src/URLParser.h: Renamed from Source/JavaScriptCore/wtf/url/src/URLParser.h.
     3163        (WTF):
     3164        (URLParser):
     3165        (WTF::URLParser::isPossibleAuthorityTerminator):
     3166        (WTF::URLParser::parseAuthority):
     3167        (WTF::URLParser::extractScheme):
     3168        (WTF::URLParser::parseAfterScheme):
     3169        (WTF::URLParser::parseStandardURL):
     3170        (WTF::URLParser::parsePath):
     3171        (WTF::URLParser::parsePathURL):
     3172        (WTF::URLParser::parseMailtoURL):
     3173        (WTF::URLParser::parsePort):
     3174        (WTF::URLParser::extractFileName):
     3175        (WTF::URLParser::extractQueryKeyValue):
     3176        (WTF::URLParser::isURLSlash):
     3177        (WTF::URLParser::shouldTrimFromURL):
     3178        (WTF::URLParser::trimURL):
     3179        (WTF::URLParser::consecutiveSlashes):
     3180        (WTF::URLParser::isPortDigit):
     3181        (WTF::URLParser::nextAuthorityTerminator):
     3182        (WTF::URLParser::parseUserInfo):
     3183        (WTF::URLParser::parseServerInfo):
     3184        * wtf/url/src/URLQueryCanonicalizer.h: Renamed from Source/JavaScriptCore/wtf/url/src/URLQueryCanonicalizer.h.
     3185        (WTF):
     3186        (URLQueryCanonicalizer):
     3187        (WTF::URLQueryCanonicalizer::canonicalize):
     3188        (WTF::URLQueryCanonicalizer::isAllASCII):
     3189        (WTF::URLQueryCanonicalizer::isRaw8Bit):
     3190        (WTF::URLQueryCanonicalizer::appendRaw8BitQueryString):
     3191        (WTF::URLQueryCanonicalizer::convertToQueryEncoding):
     3192        * wtf/url/src/URLSegments.cpp: Renamed from Source/JavaScriptCore/wtf/url/src/URLSegments.cpp.
     3193        (WTF):
     3194        (WTF::URLSegments::length):
     3195        (WTF::URLSegments::charactersBefore):
     3196        * wtf/url/src/URLSegments.h: Renamed from Source/JavaScriptCore/wtf/url/src/URLSegments.h.
     3197        (WTF):
     3198        (URLSegments):
     3199        (WTF::URLSegments::URLSegments):
     3200        * wtf/win/MainThreadWin.cpp: Renamed from Source/JavaScriptCore/wtf/win/MainThreadWin.cpp.
     3201        (WTF):
     3202        (WTF::ThreadingWindowWndProc):
     3203        (WTF::initializeMainThreadPlatform):
     3204        (WTF::scheduleDispatchFunctionsOnMainThread):
     3205        * wtf/win/OwnPtrWin.cpp: Renamed from Source/JavaScriptCore/wtf/win/OwnPtrWin.cpp.
     3206        (WTF):
     3207        (WTF::deleteOwnedPtr):
     3208        * wtf/wince/FastMallocWinCE.h: Renamed from Source/JavaScriptCore/wtf/wince/FastMallocWinCE.h.
     3209        (operator new):
     3210        (operator delete):
     3211        (operator new[]):
     3212        (operator delete[]):
     3213        (throw):
     3214        (WTF):
     3215        (Internal):
     3216        (WTF::Internal::fastMallocMatchValidationType):
     3217        (WTF::Internal::fastMallocMatchValidationValue):
     3218        (WTF::Internal::setFastMallocMatchValidationType):
     3219        (WTF::fastMallocMatchValidateMalloc):
     3220        (WTF::fastMallocMatchValidateFree):
     3221        * wtf/wince/MemoryManager.cpp: Renamed from Source/JavaScriptCore/wtf/wince/MemoryManager.cpp.
     3222        (WTF):
     3223        (WTF::memoryManager):
     3224        (WTF::MemoryManager::MemoryManager):
     3225        (WTF::MemoryManager::~MemoryManager):
     3226        (WTF::MemoryManager::createCompatibleBitmap):
     3227        (WTF::MemoryManager::createDIBSection):
     3228        (WTF::MemoryManager::m_malloc):
     3229        (WTF::MemoryManager::m_calloc):
     3230        (WTF::MemoryManager::m_realloc):
     3231        (WTF::MemoryManager::m_free):
     3232        (WTF::MemoryManager::resizeMemory):
     3233        (WTF::MemoryManager::allocate64kBlock):
     3234        (WTF::MemoryManager::free64kBlock):
     3235        (WTF::MemoryManager::onIdle):
     3236        (WTF::MemoryManager::virtualAlloc):
     3237        (WTF::MemoryManager::virtualFree):
     3238        (WTF::fastMalloc):
     3239        (WTF::fastCalloc):
     3240        (WTF::fastFree):
     3241        (WTF::fastRealloc):
     3242        (WTF::fastMallocForbid):
     3243        (WTF::fastMallocAllow):
     3244        (WTF::fastZeroedMalloc):
     3245        (WTF::tryFastMalloc):
     3246        (WTF::tryFastZeroedMalloc):
     3247        (WTF::tryFastCalloc):
     3248        (WTF::tryFastRealloc):
     3249        (WTF::fastStrDup):
     3250        * wtf/wince/MemoryManager.h: Renamed from Source/JavaScriptCore/wtf/wince/MemoryManager.h.
     3251        (WTF):
     3252        (MemoryManager):
     3253        (WTF::MemoryManager::allocationCanFail):
     3254        (WTF::MemoryManager::setAllocationCanFail):
     3255        (MemoryAllocationCanFail):
     3256        (WTF::MemoryAllocationCanFail::MemoryAllocationCanFail):
     3257        (WTF::MemoryAllocationCanFail::~MemoryAllocationCanFail):
     3258        (MemoryAllocationCannotFail):
     3259        (WTF::MemoryAllocationCannotFail::MemoryAllocationCannotFail):
     3260        (WTF::MemoryAllocationCannotFail::~MemoryAllocationCannotFail):
     3261        * wtf/wx/MainThreadWx.cpp: Renamed from Source/JavaScriptCore/wtf/wx/MainThreadWx.cpp.
     3262        (wxCallAfter):
     3263        (wxCallAfter::wxCallAfter):
     3264        (wxCallAfter::OnCallback):
     3265        (WTF):
     3266        (WTF::initializeMainThreadPlatform):
     3267        (WTF::scheduleDispatchFunctionsOnMainThread):
     3268        * wtf/wx/StringWx.cpp: Renamed from Source/JavaScriptCore/wtf/wx/StringWx.cpp.
     3269        (WTF):
     3270        (WTF::String::String):
     3271        (WTF::String::operator wxString):
     3272
    132732012-03-22  Hyowon Kim  <hw1008.kim@samsung.com>
    23274
  • trunk/Source/WTF/Configurations/WTF.xcconfig

    r100850 r111778  
    2727PRIVATE_HEADERS_FOLDER_PATH = /usr/local/include/wtf;
    2828INSTALLHDRS_SCRIPT_PHASE = YES;
     29GCC_SYMBOLS_PRIVATE_EXTERN = YES;
  • trunk/Source/WTF/GNUmakefile.list.am

    r111504 r111778  
    11wtf_sources += \
    2         Source/WTF/Stub.cpp \
    3         Source/WTF/Stub.h \
    4         Source/WTF/wtf/Platform.h
     2    Source/WTF/wtf/Platform.h \
     3    Source/WTF/wtf/ASCIICType.h \
     4    Source/WTF/wtf/AVLTree.h \
     5    Source/WTF/wtf/Alignment.h \
     6    Source/WTF/wtf/AlwaysInline.h \
     7    Source/WTF/wtf/ArrayBuffer.cpp \
     8    Source/WTF/wtf/ArrayBuffer.h \
     9    Source/WTF/wtf/ArrayBufferView.cpp \
     10    Source/WTF/wtf/ArrayBufferView.h \
     11    Source/WTF/wtf/Assertions.cpp \
     12    Source/WTF/wtf/Assertions.h \
     13    Source/WTF/wtf/Atomics.h \
     14    Source/WTF/wtf/BitVector.cpp \
     15    Source/WTF/wtf/BitVector.h \
     16    Source/WTF/wtf/Bitmap.h \
     17    Source/WTF/wtf/BlockStack.h \
     18    Source/WTF/wtf/BloomFilter.h \
     19    Source/WTF/wtf/BoundsCheckedPointer.h \
     20    Source/WTF/wtf/BumpPointerAllocator.h \
     21    Source/WTF/wtf/ByteArray.cpp \
     22    Source/WTF/wtf/ByteArray.h \
     23    Source/WTF/wtf/CheckedArithmetic.h \
     24    Source/WTF/wtf/CheckedBoolean.h \
     25    Source/WTF/wtf/Compiler.h \
     26    Source/WTF/wtf/Complex.h \
     27    Source/WTF/wtf/CryptographicallyRandomNumber.cpp \
     28    Source/WTF/wtf/CryptographicallyRandomNumber.h \
     29    Source/WTF/wtf/CurrentTime.cpp \
     30    Source/WTF/wtf/CurrentTime.h \
     31    Source/WTF/wtf/DataLog.cpp \
     32    Source/WTF/wtf/DataLog.h \
     33    Source/WTF/wtf/DateMath.cpp \
     34    Source/WTF/wtf/DateMath.h \
     35    Source/WTF/wtf/DecimalNumber.cpp \
     36    Source/WTF/wtf/DecimalNumber.h \
     37    Source/WTF/wtf/Decoder.h \
     38    Source/WTF/wtf/Deque.h \
     39    Source/WTF/wtf/DisallowCType.h \
     40    Source/WTF/wtf/DoublyLinkedList.h \
     41    Source/WTF/wtf/DynamicAnnotations.cpp \
     42    Source/WTF/wtf/DynamicAnnotations.h \
     43    Source/WTF/wtf/Encoder.h \
     44    Source/WTF/wtf/ExportMacros.h \
     45    Source/WTF/wtf/FastAllocBase.h \
     46    Source/WTF/wtf/FastMalloc.cpp \
     47    Source/WTF/wtf/FastMalloc.h \
     48    Source/WTF/wtf/FixedArray.h \
     49    Source/WTF/wtf/Float32Array.h \
     50    Source/WTF/wtf/Float64Array.h \
     51    Source/WTF/wtf/Forward.h \
     52    Source/WTF/wtf/Functional.h \
     53    Source/WTF/wtf/GetPtr.h \
     54    Source/WTF/wtf/HashCountedSet.h \
     55    Source/WTF/wtf/HashFunctions.h \
     56    Source/WTF/wtf/HashIterators.h \
     57    Source/WTF/wtf/HashMap.h \
     58    Source/WTF/wtf/HashSet.h \
     59    Source/WTF/wtf/HashTable.cpp \
     60    Source/WTF/wtf/HashTable.h \
     61    Source/WTF/wtf/HashTraits.h \
     62    Source/WTF/wtf/HexNumber.h \
     63    Source/WTF/wtf/InlineASM.h \
     64    Source/WTF/wtf/Int16Array.h \
     65    Source/WTF/wtf/Int32Array.h \
     66    Source/WTF/wtf/Int8Array.h \
     67    Source/WTF/wtf/IntegralTypedArrayBase.h \
     68    Source/WTF/wtf/ListHashSet.h \
     69    Source/WTF/wtf/ListRefPtr.h \
     70    Source/WTF/wtf/Locker.h \
     71    Source/WTF/wtf/MD5.cpp \
     72    Source/WTF/wtf/MD5.h \
     73    Source/WTF/wtf/MainThread.cpp \
     74    Source/WTF/wtf/MainThread.h \
     75    Source/WTF/wtf/MallocZoneSupport.h \
     76    Source/WTF/wtf/MathExtras.h \
     77    Source/WTF/wtf/MessageQueue.h \
     78    Source/WTF/wtf/MetaAllocator.cpp \
     79    Source/WTF/wtf/MetaAllocator.h \
     80    Source/WTF/wtf/MetaAllocatorHandle.h \
     81    Source/WTF/wtf/NonCopyingSort.h \
     82    Source/WTF/wtf/Noncopyable.h \
     83    Source/WTF/wtf/NotFound.h \
     84    Source/WTF/wtf/NullPtr.h \
     85    Source/WTF/wtf/NumberOfCores.cpp \
     86    Source/WTF/wtf/NumberOfCores.h \
     87    Source/WTF/wtf/OSAllocator.h \
     88    Source/WTF/wtf/OSRandomSource.cpp \
     89    Source/WTF/wtf/OSRandomSource.h \
     90    Source/WTF/wtf/OwnArrayPtr.h \
     91    Source/WTF/wtf/OwnPtr.h \
     92    Source/WTF/wtf/OwnPtrCommon.h \
     93    Source/WTF/wtf/PackedIntVector.h \
     94    Source/WTF/wtf/PageAllocation.h \
     95    Source/WTF/wtf/PageAllocationAligned.cpp \
     96    Source/WTF/wtf/PageAllocationAligned.h \
     97    Source/WTF/wtf/PageBlock.cpp \
     98    Source/WTF/wtf/PageBlock.h \
     99    Source/WTF/wtf/PageReservation.h \
     100    Source/WTF/wtf/ParallelJobs.h \
     101    Source/WTF/wtf/ParallelJobsGeneric.cpp \
     102    Source/WTF/wtf/ParallelJobsGeneric.h \
     103    Source/WTF/wtf/ParallelJobsLibdispatch.h \
     104    Source/WTF/wtf/ParallelJobsOpenMP.h \
     105    Source/WTF/wtf/PassOwnArrayPtr.h \
     106    Source/WTF/wtf/PassOwnPtr.h \
     107    Source/WTF/wtf/PassRefPtr.h \
     108    Source/WTF/wtf/PassTraits.h \
     109    Source/WTF/wtf/Platform.h \
     110    Source/WTF/wtf/PossiblyNull.h \
     111    Source/WTF/wtf/RandomNumber.cpp \
     112    Source/WTF/wtf/RandomNumber.h \
     113    Source/WTF/wtf/RandomNumberSeed.h \
     114    Source/WTF/wtf/RedBlackTree.h \
     115    Source/WTF/wtf/RefCounted.h \
     116    Source/WTF/wtf/RefCountedArray.h \
     117    Source/WTF/wtf/RefCountedLeakCounter.cpp \
     118    Source/WTF/wtf/RefCountedLeakCounter.h \
     119    Source/WTF/wtf/RefPtr.h \
     120    Source/WTF/wtf/RefPtrHashMap.h \
     121    Source/WTF/wtf/RetainPtr.h \
     122    Source/WTF/wtf/SHA1.cpp \
     123    Source/WTF/wtf/SHA1.h \
     124    Source/WTF/wtf/SegmentedVector.h \
     125    Source/WTF/wtf/SentinelLinkedList.h \
     126    Source/WTF/wtf/SimpleStats.h \
     127    Source/WTF/wtf/SinglyLinkedList.h \
     128    Source/WTF/wtf/Spectrum.h \
     129    Source/WTF/wtf/StackBounds.cpp \
     130    Source/WTF/wtf/StackBounds.h \
     131    Source/WTF/wtf/StaticConstructors.h \
     132    Source/WTF/wtf/StdLibExtras.h \
     133    Source/WTF/wtf/StringExtras.h \
     134    Source/WTF/wtf/StringHasher.h \
     135    Source/WTF/wtf/TCPackedCache.h \
     136    Source/WTF/wtf/TCPageMap.h \
     137    Source/WTF/wtf/TCSpinLock.h \
     138    Source/WTF/wtf/TCSystemAlloc.cpp \
     139    Source/WTF/wtf/TCSystemAlloc.h \
     140    Source/WTF/wtf/TemporaryChange.h \
     141    Source/WTF/wtf/ThreadIdentifierDataPthreads.cpp \
     142    Source/WTF/wtf/ThreadIdentifierDataPthreads.h \
     143    Source/WTF/wtf/ThreadRestrictionVerifier.h \
     144    Source/WTF/wtf/ThreadSafeRefCounted.h \
     145    Source/WTF/wtf/ThreadSpecific.h \
     146    Source/WTF/wtf/Threading.cpp \
     147    Source/WTF/wtf/Threading.h \
     148    Source/WTF/wtf/ThreadingPrimitives.h \
     149    Source/WTF/wtf/ThreadingPthreads.cpp \
     150    Source/WTF/wtf/TypeTraits.cpp \
     151    Source/WTF/wtf/TypeTraits.h \
     152    Source/WTF/wtf/TypedArrayBase.h \
     153    Source/WTF/wtf/Uint16Array.h \
     154    Source/WTF/wtf/Uint32Array.h \
     155    Source/WTF/wtf/Uint8Array.h \
     156    Source/WTF/wtf/Uint8ClampedArray.h \
     157    Source/WTF/wtf/UnionFind.h \
     158    Source/WTF/wtf/UnusedParam.h \
     159    Source/WTF/wtf/VMTags.h \
     160    Source/WTF/wtf/ValueCheck.h \
     161    Source/WTF/wtf/Vector.h \
     162    Source/WTF/wtf/VectorTraits.h \
     163    Source/WTF/wtf/WTFThreadData.cpp \
     164    Source/WTF/wtf/WTFThreadData.h \
     165    Source/WTF/wtf/dtoa.cpp \
     166    Source/WTF/wtf/dtoa.h \
     167    Source/WTF/wtf/dtoa/bignum-dtoa.cc \
     168    Source/WTF/wtf/dtoa/bignum-dtoa.h \
     169    Source/WTF/wtf/dtoa/bignum.cc \
     170    Source/WTF/wtf/dtoa/bignum.h \
     171    Source/WTF/wtf/dtoa/cached-powers.cc \
     172    Source/WTF/wtf/dtoa/cached-powers.h \
     173    Source/WTF/wtf/dtoa/diy-fp.cc \
     174    Source/WTF/wtf/dtoa/diy-fp.h \
     175    Source/WTF/wtf/dtoa/double-conversion.cc \
     176    Source/WTF/wtf/dtoa/double-conversion.h \
     177    Source/WTF/wtf/dtoa/double.h \
     178    Source/WTF/wtf/dtoa/fast-dtoa.cc \
     179    Source/WTF/wtf/dtoa/fast-dtoa.h \
     180    Source/WTF/wtf/dtoa/fixed-dtoa.cc \
     181    Source/WTF/wtf/dtoa/fixed-dtoa.h \
     182    Source/WTF/wtf/dtoa/strtod.cc \
     183    Source/WTF/wtf/dtoa/strtod.h \
     184    Source/WTF/wtf/dtoa/utils.h \
     185    Source/WTF/wtf/gobject/GOwnPtr.cpp \
     186    Source/WTF/wtf/gobject/GOwnPtr.h \
     187    Source/WTF/wtf/gobject/GRefPtr.cpp \
     188    Source/WTF/wtf/gobject/GRefPtr.h \
     189    Source/WTF/wtf/gobject/GTypedefs.h \
     190    Source/WTF/wtf/gobject/GlibUtilities.cpp \
     191    Source/WTF/wtf/gobject/GlibUtilities.h \
     192    Source/WTF/wtf/gtk/MainThreadGtk.cpp \
     193    Source/WTF/wtf/text/ASCIIFastPath.h \
     194    Source/WTF/wtf/text/AtomicString.cpp \
     195    Source/WTF/wtf/text/AtomicString.h \
     196    Source/WTF/wtf/text/AtomicStringHash.h \
     197    Source/WTF/wtf/text/AtomicStringImpl.h \
     198    Source/WTF/wtf/text/CString.cpp \
     199    Source/WTF/wtf/text/CString.h \
     200    Source/WTF/wtf/text/StringBuffer.h \
     201    Source/WTF/wtf/text/StringBuilder.cpp \
     202    Source/WTF/wtf/text/StringBuilder.h \
     203    Source/WTF/wtf/text/StringConcatenate.h \
     204    Source/WTF/wtf/text/StringHash.h \
     205    Source/WTF/wtf/text/StringImpl.cpp \
     206    Source/WTF/wtf/text/StringImpl.h \
     207    Source/WTF/wtf/text/StringOperators.h \
     208    Source/WTF/wtf/text/StringStatics.cpp \
     209    Source/WTF/wtf/text/TextPosition.h \
     210    Source/WTF/wtf/text/WTFString.cpp \
     211    Source/WTF/wtf/text/WTFString.h \
     212    Source/WTF/wtf/threads/BinarySemaphore.cpp \
     213    Source/WTF/wtf/threads/BinarySemaphore.h \
     214    Source/WTF/wtf/unicode/CharacterNames.h \
     215    Source/WTF/wtf/unicode/Collator.h \
     216    Source/WTF/wtf/unicode/CollatorDefault.cpp \
     217    Source/WTF/wtf/unicode/UTF8.cpp \
     218    Source/WTF/wtf/unicode/UTF8.h \
     219    Source/WTF/wtf/unicode/Unicode.h \
     220
     221if TARGET_WIN32
     222wtf_sources += \
     223    Source/WTF/wtf/OSAllocatorWin.cpp \
     224    Source/WTF/wtf/ThreadFunctionInvocation.h \
     225    Source/WTF/wtf/ThreadingWin.cpp \
     226    Source/WTF/wtf/ThreadSpecificWin.cpp
     227else
     228wtf_sources += \
     229    Source/WTF/wtf/OSAllocatorPosix.cpp
     230endif
     231
     232# ----
     233# icu unicode backend
     234# ----
     235if USE_ICU_UNICODE
     236wtf_sources += \
     237    Source/WTF/wtf/unicode/icu/CollatorICU.cpp \
     238    Source/WTF/wtf/unicode/icu/UnicodeIcu.h
     239endif # USE_ICU_UNICODE
     240
     241# ----
     242# glib unicode backend
     243# ----
     244if USE_GLIB_UNICODE
     245wtf_sources += \
     246    Source/WTF/wtf/unicode/UnicodeMacrosFromICU.h \
     247    Source/WTF/wtf/unicode/ScriptCodesFromICU.h \
     248    Source/WTF/wtf/unicode/glib/UnicodeGLib.h \
     249    Source/WTF/wtf/unicode/glib/UnicodeGLib.cpp
     250endif # USE_GLIB_UNICODE
  • trunk/Source/WTF/WTF.gypi

    r111504 r111778  
    33        'project_dir': ['.'],
    44        'wtf_privateheader_files': [
    5             'Stub.h',
     5            'wtf/ASCIICType.h',
     6            'wtf/AVLTree.h',
     7            'wtf/Alignment.h',
     8            'wtf/AlwaysInline.h',
     9            'wtf/Assertions.h',
     10            'wtf/Atomics.h',
     11            'wtf/Bitmap.h',
     12            'wtf/BlockStack.h',
     13            'wtf/BloomFilter.h',
     14            'wtf/BumpPointerAllocator.h',
     15            'wtf/ByteArray.h',
     16            'wtf/CheckedArithmetic.h',
     17            'wtf/CheckedBoolean.h',
     18            'wtf/Compiler.h',
     19            'wtf/Complex.h',
     20            'wtf/CryptographicallyRandomNumber.h',
     21            'wtf/CurrentTime.h',
     22            'wtf/DataLog.h',
     23            'wtf/DateMath.h',
     24            'wtf/DecimalNumber.h',
     25            'wtf/Decoder.h',
     26            'wtf/Deque.h',
     27            'wtf/DisallowCType.h',
     28            'wtf/DoublyLinkedList.h',
     29            'wtf/Encoder.h',
     30            'wtf/FastAllocBase.h',
     31            'wtf/FastMalloc.h',
     32            'wtf/FixedArray.h',
     33            'wtf/Forward.h',
     34            'wtf/Functional.h',
     35            'wtf/GetPtr.h',
     36            'wtf/HashCountedSet.h',
     37            'wtf/HashFunctions.h',
     38            'wtf/HashIterators.h',
     39            'wtf/HashMap.h',
     40            'wtf/HashSet.h',
     41            'wtf/HashTable.h',
     42            'wtf/HashTraits.h',
     43            'wtf/HexNumber.h',
     44            'wtf/ListHashSet.h',
     45            'wtf/ListRefPtr.h',
     46            'wtf/Locker.h',
     47            'wtf/MD5.h',
     48            'wtf/MainThread.h',
     49            'wtf/MathExtras.h',
     50            'wtf/MessageQueue.h',
     51            'wtf/NonCopyingSort.h',
     52            'wtf/Noncopyable.h',
     53            'wtf/NotFound.h',
     54            'wtf/NullPtr.h',
     55            'wtf/OSAllocator.h',
     56            'wtf/OwnArrayPtr.h',
     57            'wtf/OwnPtr.h',
     58            'wtf/OwnPtrCommon.h',
     59            'wtf/PageAllocation.h',
     60            'wtf/PageAllocationAligned.h',
     61            'wtf/PageBlock.h',
     62            'wtf/PageReservation.h',
     63            'wtf/PassOwnArrayPtr.h',
     64            'wtf/PassOwnPtr.h',
     65            'wtf/PassRefPtr.h',
     66            'wtf/PassTraits.h',
    667            'wtf/Platform.h',
     68            'wtf/Platform.h',
     69            'wtf/PossiblyNull.h',
     70            'wtf/RandomNumber.h',
     71            'wtf/RefCounted.h',
     72            'wtf/RefCountedLeakCounter.h',
     73            'wtf/RefPtr.h',
     74            'wtf/RefPtrHashMap.h',
     75            'wtf/RetainPtr.h',
     76            'wtf/SentinelLinkedList.h',
     77            'wtf/SinglyLinkedList.h',
     78            'wtf/StackBounds.h',
     79            'wtf/StaticConstructors.h',
     80            'wtf/StdLibExtras.h',
     81            'wtf/StringExtras.h',
     82            'wtf/StringHasher.h',
     83            'wtf/TemporaryChange.h',
     84            'wtf/ThreadRestrictionVerifier.h',
     85            'wtf/ThreadSafeRefCounted.h',
     86            'wtf/ThreadSpecific.h',
     87            'wtf/Threading.h',
     88            'wtf/ThreadingPrimitives.h',
     89            'wtf/TypeTraits.h',
     90            'wtf/UnusedParam.h',
     91            'wtf/VMTags.h',
     92            'wtf/ValueCheck.h',
     93            'wtf/Vector.h',
     94            'wtf/VectorTraits.h',
     95            'wtf/WTFThreadData.h',
     96            'wtf/dtoa.h',
     97            'wtf/dtoa/bignum-dtoa.h',
     98            'wtf/dtoa/bignum.h',
     99            'wtf/dtoa/cached-powers.h',
     100            'wtf/dtoa/diy-fp.h',
     101            'wtf/dtoa/double-conversion.h',
     102            'wtf/dtoa/double.h',
     103            'wtf/dtoa/fast-dtoa.h',
     104            'wtf/dtoa/fixed-dtoa.h',
     105            'wtf/dtoa/strtod.h',
     106            'wtf/dtoa/utils.h',
     107            'wtf/text/ASCIIFastPath.h',
     108            'wtf/text/AtomicString.h',
     109            'wtf/text/AtomicStringHash.h',
     110            'wtf/text/AtomicStringImpl.h',
     111            'wtf/text/CString.h',
     112            'wtf/text/StringBuffer.h',
     113            'wtf/text/StringBuilder.h',
     114            'wtf/text/StringConcatenate.h',
     115            'wtf/text/StringHash.h',
     116            'wtf/text/StringImpl.h',
     117            'wtf/text/StringOperators.h',
     118            'wtf/text/TextPosition.h',
     119            'wtf/text/WTFString.h',
     120            'wtf/threads/BinarySemaphore.h',
     121            'wtf/unicode/CharacterNames.h',
     122            'wtf/unicode/Collator.h',
     123            'wtf/unicode/UTF8.h',
     124            'wtf/unicode/Unicode.h',
     125            'wtf/unicode/icu/UnicodeIcu.h',
    7126        ],
    8127        'wtf_files': [
    9             'Stub.cpp',
     128            'wtf/ArrayBuffer.cpp',
     129            'wtf/ArrayBuffer.h',
     130            'wtf/ArrayBufferView.cpp',
     131            'wtf/ArrayBufferView.h',
     132            'wtf/Assertions.cpp',
     133            'wtf/ByteArray.cpp',
     134            'wtf/CryptographicallyRandomNumber.cpp',
     135            'wtf/CurrentTime.cpp',
     136            'wtf/DataLog.cpp',
     137            'wtf/DateMath.cpp',
     138            'wtf/DecimalNumber.cpp',
     139            'wtf/DynamicAnnotations.cpp',
     140            'wtf/DynamicAnnotations.h',
     141            'wtf/FastMalloc.cpp',
     142            'wtf/Float32Array.h',
     143            'wtf/Float64Array.h',
     144            'wtf/HashTable.cpp',
     145            'wtf/Int16Array.h',
     146            'wtf/Int32Array.h',
     147            'wtf/Int8Array.h',
     148            'wtf/IntegralTypedArrayBase.h',
     149            'wtf/MD5.cpp',
     150            'wtf/MainThread.cpp',
     151            'wtf/MallocZoneSupport.h',
     152            'wtf/NullPtr.cpp',
     153            'wtf/NumberOfCores.cpp',
     154            'wtf/NumberOfCores.h',
     155            'wtf/OSAllocatorPosix.cpp',
     156            'wtf/OSAllocatorWin.cpp',
     157            'wtf/OSRandomSource.cpp',
     158            'wtf/OSRandomSource.h',
     159            'wtf/PageAllocationAligned.cpp',
     160            'wtf/PageBlock.cpp',
     161            'wtf/ParallelJobs.h',
     162            'wtf/ParallelJobsGeneric.cpp',
     163            'wtf/ParallelJobsGeneric.h',
     164            'wtf/ParallelJobsLibdispatch.h',
     165            'wtf/ParallelJobsOpenMP.h',
     166            'wtf/RandomNumber.cpp',
     167            'wtf/RandomNumberSeed.h',
     168            'wtf/RefCountedLeakCounter.cpp',
     169            'wtf/SHA1.cpp',
     170            'wtf/SHA1.h',
     171            'wtf/SegmentedVector.h',
     172            'wtf/SizeLimits.cpp',
     173            'wtf/StackBounds.cpp',
     174            'wtf/StringExtras.cpp',
     175            'wtf/TCPackedCache.h',
     176            'wtf/TCPageMap.h',
     177            'wtf/TCSpinLock.h',
     178            'wtf/TCSystemAlloc.cpp',
     179            'wtf/TCSystemAlloc.h',
     180            'wtf/ThreadFunctionInvocation.h',
     181            'wtf/ThreadIdentifierDataPthreads.cpp',
     182            'wtf/ThreadIdentifierDataPthreads.h',
     183            'wtf/ThreadSpecificWin.cpp',
     184            'wtf/Threading.cpp',
     185            'wtf/ThreadingPthreads.cpp',
     186            'wtf/ThreadingWin.cpp',
     187            'wtf/TypeTraits.cpp',
     188            'wtf/TypedArrayBase.h',
     189            'wtf/Uint16Array.h',
     190            'wtf/Uint32Array.h',
     191            'wtf/Uint8Array.h',
     192            'wtf/WTFThreadData.cpp',
     193            'wtf/chromium/ChromiumThreading.h',
     194            'wtf/chromium/MainThreadChromium.cpp',
     195            'wtf/dtoa.cpp',
     196            'wtf/dtoa/bignum-dtoa.cc',
     197            'wtf/dtoa/bignum.cc',
     198            'wtf/dtoa/cached-powers.cc',
     199            'wtf/dtoa/diy-fp.cc',
     200            'wtf/dtoa/double-conversion.cc',
     201            'wtf/dtoa/fast-dtoa.cc',
     202            'wtf/dtoa/fixed-dtoa.cc',
     203            'wtf/dtoa/strtod.cc',
     204            'wtf/efl/MainThreadEfl.cpp',
     205            'wtf/gobject/GOwnPtr.cpp',
     206            'wtf/gobject/GOwnPtr.h',
     207            'wtf/gobject/GRefPtr.cpp',
     208            'wtf/gobject/GRefPtr.h',
     209            'wtf/gobject/GTypedefs.h',
     210            'wtf/gtk/MainThreadGtk.cpp',
     211            'wtf/mac/MainThreadMac.mm',
     212            'wtf/qt/MainThreadQt.cpp',
     213            'wtf/qt/StringQt.cpp',
     214            'wtf/text/AtomicString.cpp',
     215            'wtf/text/CString.cpp',
     216            'wtf/text/StringBuilder.cpp',
     217            'wtf/text/StringImpl.cpp',
     218            'wtf/text/StringStatics.cpp',
     219            'wtf/text/WTFString.cpp',
     220            'wtf/threads/BinarySemaphore.cpp',
     221            'wtf/unicode/CollatorDefault.cpp',
     222            'wtf/unicode/ScriptCodesFromICU.h',
     223            'wtf/unicode/UTF8.cpp',
     224            'wtf/unicode/UnicodeMacrosFromICU.h',
     225            'wtf/unicode/glib/UnicodeGLib.cpp',
     226            'wtf/unicode/glib/UnicodeGLib.h',
     227            'wtf/unicode/icu/CollatorICU.cpp',
     228            'wtf/unicode/qt4/UnicodeQt4.h',
     229            'wtf/unicode/wince/UnicodeWinCE.cpp',
     230            'wtf/unicode/wince/UnicodeWinCE.h',
     231            'wtf/win/MainThreadWin.cpp',
     232            'wtf/win/OwnPtrWin.cpp',
     233            'wtf/wince/FastMallocWinCE.h',
     234            'wtf/wince/MemoryManager.cpp',
     235            'wtf/wince/MemoryManager.h',
     236            'wtf/wx/MainThreadWx.cpp',
     237            'wtf/wx/StringWx.cpp',
    10238        ],
    11239    }
  • trunk/Source/WTF/WTF.pri

    r106651 r111778  
    99
    1010SOURCE_DIR = $${ROOT_WEBKIT_DIR}/Source/WTF
    11 OLD_SOURCE_DIR = $${ROOT_WEBKIT_DIR}/Source/JavaScriptCore/wtf
    1211
     12# FIXME: Including the root directory is a bad idea, likewise
     13# no other project besides WTF should need to include WTF sub directories to build!
    1314INCLUDEPATH += \
    14     $$OLD_SOURCE_DIR/.. \
    15     $$OLD_SOURCE_DIR \
    16     $$OLD_SOURCE_DIR/gobject \
    17     $$OLD_SOURCE_DIR/qt \
    18     $$OLD_SOURCE_DIR/unicode
     15    $$SOURCE_DIR/.. \
     16    $$SOURCE_DIR \
     17    $$SOURCE_DIR/gobject \
     18    $$SOURCE_DIR/qt \
     19    $$SOURCE_DIR/unicode
    1920
    2021haveQt(5) {
  • trunk/Source/WTF/WTF.pro

    r111504 r111778  
    1111CONFIG += staticlib
    1212
    13 VPATH += $$PWD/../JavaScriptCore/wtf
     13VPATH += $$PWD/wtf
    1414
    1515HEADERS += \
     
    103103    PassRefPtr.h \
    104104    PassTraits.h \
    105     ../../WTF/wtf/Platform.h \
     105    Platform.h \
    106106    PossiblyNull.h \
    107107    qt/UtilsQt.h \
  • trunk/Source/WTF/WTF.vcproj/WTF.vcproj

    r111550 r111778  
    337337                        >
    338338                        <File
    339                                 RelativePath="..\..\JavaScriptCore\wtf\win\MainThreadWin.cpp"
    340                                 >
    341                         </File>
    342                         <File
    343                                 RelativePath="..\..\JavaScriptCore\wtf\win\OwnPtrWin.cpp"
     339                                RelativePath="..\wtf\win\MainThreadWin.cpp"
     340                                >
     341                        </File>
     342                        <File
     343                                RelativePath="..\wtf\win\OwnPtrWin.cpp"
    344344                                >
    345345                        </File>
     
    349349                        >
    350350                        <File
    351                                 RelativePath="..\..\JavaScriptCore\wtf\unicode\CharacterNames.h"
    352                                 >
    353                         </File>
    354                         <File
    355                                 RelativePath="..\..\JavaScriptCore\wtf\unicode\Collator.h"
    356                                 >
    357                         </File>
    358                         <File
    359                                 RelativePath="..\..\JavaScriptCore\wtf\unicode\Unicode.h"
    360                                 >
    361                         </File>
    362                         <File
    363                                 RelativePath="..\..\JavaScriptCore\wtf\unicode\UnicodeMacrosFromICU.h"
    364                                 >
    365                         </File>
    366                         <File
    367                                 RelativePath="..\..\JavaScriptCore\wtf\unicode\UTF8.cpp"
    368                                 >
    369                         </File>
    370                         <File
    371                                 RelativePath="..\..\JavaScriptCore\wtf\unicode\UTF8.h"
     351                                RelativePath="..\wtf\unicode\CharacterNames.h"
     352                                >
     353                        </File>
     354                        <File
     355                                RelativePath="..\wtf\unicode\Collator.h"
     356                                >
     357                        </File>
     358                        <File
     359                                RelativePath="..\wtf\unicode\Unicode.h"
     360                                >
     361                        </File>
     362                        <File
     363                                RelativePath="..\wtf\unicode\UnicodeMacrosFromICU.h"
     364                                >
     365                        </File>
     366                        <File
     367                                RelativePath="..\wtf\unicode\UTF8.cpp"
     368                                >
     369                        </File>
     370                        <File
     371                                RelativePath="..\wtf\unicode\UTF8.h"
    372372                                >
    373373                        </File>
     
    376376                                >
    377377                                <File
    378                                         RelativePath="..\..\JavaScriptCore\wtf\unicode\icu\CollatorICU.cpp"
     378                                        RelativePath="..\wtf\unicode\icu\CollatorICU.cpp"
    379379                                        >
    380380                                </File>
    381381                                <File
    382                                         RelativePath="..\..\JavaScriptCore\wtf\unicode\icu\UnicodeIcu.h"
     382                                        RelativePath="..\wtf\unicode\icu\UnicodeIcu.h"
    383383                                        >
    384384                                </File>
     
    389389                        >
    390390                        <File
    391                                 RelativePath="..\..\JavaScriptCore\wtf\text\ASCIIFastPath.h"
    392                                 >
    393                         </File>
    394                         <File
    395                                 RelativePath="..\..\JavaScriptCore\wtf\text\AtomicString.cpp"
    396                                 >
    397                         </File>
    398                         <File
    399                                 RelativePath="..\..\JavaScriptCore\wtf\text\AtomicString.h"
    400                                 >
    401                         </File>
    402                         <File
    403                                 RelativePath="..\..\JavaScriptCore\wtf\text\AtomicStringHash.h"
    404                                 >
    405                         </File>
    406                         <File
    407                                 RelativePath="..\..\JavaScriptCore\wtf\text\AtomicStringImpl.h"
    408                                 >
    409                         </File>
    410                         <File
    411                                 RelativePath="..\..\JavaScriptCore\wtf\text\CString.cpp"
    412                                 >
    413                         </File>
    414                         <File
    415                                 RelativePath="..\..\JavaScriptCore\wtf\text\CString.h"
    416                                 >
    417                         </File>
    418                         <File
    419                                 RelativePath="..\..\JavaScriptCore\wtf\text\StringBuffer.h"
    420                                 >
    421                         </File>
    422                         <File
    423                                 RelativePath="..\..\JavaScriptCore\wtf\text\StringBuilder.cpp"
    424                                 >
    425                         </File>
    426                         <File
    427                                 RelativePath="..\..\JavaScriptCore\wtf\text\StringBuilder.h"
    428                                 >
    429                         </File>
    430                         <File
    431                                 RelativePath="..\..\JavaScriptCore\wtf\text\StringConcatenate.h"
    432                                 >
    433                         </File>
    434                         <File
    435                                 RelativePath="..\..\JavaScriptCore\wtf\text\StringHash.h"
    436                                 >
    437                         </File>
    438                         <File
    439                                 RelativePath="..\..\JavaScriptCore\wtf\text\StringImpl.cpp"
    440                                 >
    441                         </File>
    442                         <File
    443                                 RelativePath="..\..\JavaScriptCore\wtf\text\StringImpl.h"
    444                                 >
    445                         </File>
    446                         <File
    447                                 RelativePath="..\..\JavaScriptCore\wtf\text\StringOperators.h"
    448                                 >
    449                         </File>
    450                         <File
    451                                 RelativePath="..\..\JavaScriptCore\wtf\text\StringStatics.cpp"
    452                                 >
    453                         </File>
    454                         <File
    455                                 RelativePath="..\..\JavaScriptCore\wtf\text\WTFString.cpp"
    456                                 >
    457                         </File>
    458                         <File
    459                                 RelativePath="..\..\JavaScriptCore\wtf\text\WTFString.h"
     391                                RelativePath="..\wtf\text\ASCIIFastPath.h"
     392                                >
     393                        </File>
     394                        <File
     395                                RelativePath="..\wtf\text\AtomicString.cpp"
     396                                >
     397                        </File>
     398                        <File
     399                                RelativePath="..\wtf\text\AtomicString.h"
     400                                >
     401                        </File>
     402                        <File
     403                                RelativePath="..\wtf\text\AtomicStringHash.h"
     404                                >
     405                        </File>
     406                        <File
     407                                RelativePath="..\wtf\text\AtomicStringImpl.h"
     408                                >
     409                        </File>
     410                        <File
     411                                RelativePath="..\wtf\text\CString.cpp"
     412                                >
     413                        </File>
     414                        <File
     415                                RelativePath="..\wtf\text\CString.h"
     416                                >
     417                        </File>
     418                        <File
     419                                RelativePath="..\wtf\text\StringBuffer.h"
     420                                >
     421                        </File>
     422                        <File
     423                                RelativePath="..\wtf\text\StringBuilder.cpp"
     424                                >
     425                        </File>
     426                        <File
     427                                RelativePath="..\wtf\text\StringBuilder.h"
     428                                >
     429                        </File>
     430                        <File
     431                                RelativePath="..\wtf\text\StringConcatenate.h"
     432                                >
     433                        </File>
     434                        <File
     435                                RelativePath="..\wtf\text\StringHash.h"
     436                                >
     437                        </File>
     438                        <File
     439                                RelativePath="..\wtf\text\StringImpl.cpp"
     440                                >
     441                        </File>
     442                        <File
     443                                RelativePath="..\wtf\text\StringImpl.h"
     444                                >
     445                        </File>
     446                        <File
     447                                RelativePath="..\wtf\text\StringOperators.h"
     448                                >
     449                        </File>
     450                        <File
     451                                RelativePath="..\wtf\text\StringStatics.cpp"
     452                                >
     453                        </File>
     454                        <File
     455                                RelativePath="..\wtf\text\WTFString.cpp"
     456                                >
     457                        </File>
     458                        <File
     459                                RelativePath="..\wtf\text\WTFString.h"
    460460                                >
    461461                        </File>
     
    465465                        >
    466466                        <File
    467                                 RelativePath="..\..\JavaScriptCore\wtf\dtoa\bignum-dtoa.cc"
    468                                 >
    469                         </File>
    470                         <File
    471                                 RelativePath="..\..\JavaScriptCore\wtf\dtoa\bignum-dtoa.h"
    472                                 >
    473                         </File>
    474                         <File
    475                                 RelativePath="..\..\JavaScriptCore\wtf\dtoa\bignum.cc"
    476                                 >
    477                         </File>
    478                         <File
    479                                 RelativePath="..\..\JavaScriptCore\wtf\dtoa\bignum.h"
    480                                 >
    481                         </File>
    482                         <File
    483                                 RelativePath="..\..\JavaScriptCore\wtf\dtoa\cached-powers.cc"
    484                                 >
    485                         </File>
    486                         <File
    487                                 RelativePath="..\..\JavaScriptCore\wtf\dtoa\cached-powers.h"
    488                                 >
    489                         </File>
    490                         <File
    491                                 RelativePath="..\..\JavaScriptCore\wtf\dtoa\diy-fp.cc"
    492                                 >
    493                         </File>
    494                         <File
    495                                 RelativePath="..\..\JavaScriptCore\wtf\dtoa\diy-fp.h"
    496                                 >
    497                         </File>
    498                         <File
    499                                 RelativePath="..\..\JavaScriptCore\wtf\dtoa\double-conversion.cc"
    500                                 >
    501                         </File>
    502                         <File
    503                                 RelativePath="..\..\JavaScriptCore\wtf\dtoa\double-conversion.h"
    504                                 >
    505                         </File>
    506                         <File
    507                                 RelativePath="..\..\JavaScriptCore\wtf\dtoa\double.h"
    508                                 >
    509                         </File>
    510                         <File
    511                                 RelativePath="..\..\JavaScriptCore\wtf\dtoa\fast-dtoa.cc"
    512                                 >
    513                         </File>
    514                         <File
    515                                 RelativePath="..\..\JavaScriptCore\wtf\dtoa\fast-dtoa.h"
    516                                 >
    517                         </File>
    518                         <File
    519                                 RelativePath="..\..\JavaScriptCore\wtf\dtoa\fixed-dtoa.cc"
    520                                 >
    521                         </File>
    522                         <File
    523                                 RelativePath="..\..\JavaScriptCore\wtf\dtoa\fixed-dtoa.h"
    524                                 >
    525                         </File>
    526                         <File
    527                                 RelativePath="..\..\JavaScriptCore\wtf\dtoa\strtod.cc"
    528                                 >
    529                         </File>
    530                         <File
    531                                 RelativePath="..\..\JavaScriptCore\wtf\dtoa\strtod.h"
    532                                 >
    533                         </File>
    534                         <File
    535                                 RelativePath="..\..\JavaScriptCore\wtf\dtoa\utils.h"
     467                                RelativePath="..\wtf\dtoa\bignum-dtoa.cc"
     468                                >
     469                        </File>
     470                        <File
     471                                RelativePath="..\wtf\dtoa\bignum-dtoa.h"
     472                                >
     473                        </File>
     474                        <File
     475                                RelativePath="..\wtf\dtoa\bignum.cc"
     476                                >
     477                        </File>
     478                        <File
     479                                RelativePath="..\wtf\dtoa\bignum.h"
     480                                >
     481                        </File>
     482                        <File
     483                                RelativePath="..\wtf\dtoa\cached-powers.cc"
     484                                >
     485                        </File>
     486                        <File
     487                                RelativePath="..\wtf\dtoa\cached-powers.h"
     488                                >
     489                        </File>
     490                        <File
     491                                RelativePath="..\wtf\dtoa\diy-fp.cc"
     492                                >
     493                        </File>
     494                        <File
     495                                RelativePath="..\wtf\dtoa\diy-fp.h"
     496                                >
     497                        </File>
     498                        <File
     499                                RelativePath="..\wtf\dtoa\double-conversion.cc"
     500                                >
     501                        </File>
     502                        <File
     503                                RelativePath="..\wtf\dtoa\double-conversion.h"
     504                                >
     505                        </File>
     506                        <File
     507                                RelativePath="..\wtf\dtoa\double.h"
     508                                >
     509                        </File>
     510                        <File
     511                                RelativePath="..\wtf\dtoa\fast-dtoa.cc"
     512                                >
     513                        </File>
     514                        <File
     515                                RelativePath="..\wtf\dtoa\fast-dtoa.h"
     516                                >
     517                        </File>
     518                        <File
     519                                RelativePath="..\wtf\dtoa\fixed-dtoa.cc"
     520                                >
     521                        </File>
     522                        <File
     523                                RelativePath="..\wtf\dtoa\fixed-dtoa.h"
     524                                >
     525                        </File>
     526                        <File
     527                                RelativePath="..\wtf\dtoa\strtod.cc"
     528                                >
     529                        </File>
     530                        <File
     531                                RelativePath="..\wtf\dtoa\strtod.h"
     532                                >
     533                        </File>
     534                        <File
     535                                RelativePath="..\wtf\dtoa\utils.h"
    536536                                >
    537537                        </File>
     
    541541                        >
    542542                        <File
    543                                 RelativePath="..\..\JavaScriptCore\wtf\threads\BinarySemaphore.cpp"
    544                                 >
    545                         </File>
    546                         <File
    547                                 RelativePath="..\..\JavaScriptCore\wtf\threads\BinarySemaphore.h"
     543                                RelativePath="..\wtf\threads\BinarySemaphore.cpp"
     544                                >
     545                        </File>
     546                        <File
     547                                RelativePath="..\wtf\threads\BinarySemaphore.h"
    548548                                >
    549549                        </File>
     
    552552                                >
    553553                                <File
    554                                         RelativePath="..\..\JavaScriptCore\wtf\threads\win\BinarySemaphoreWin.cpp"
     554                                        RelativePath="..\wtf\threads\win\BinarySemaphoreWin.cpp"
    555555                                        >
    556556                                </File>
     
    558558                </Filter>
    559559                <File
    560                         RelativePath="..\..\JavaScriptCore\wtf\Alignment.h"
    561                         >
    562                 </File>
    563                 <File
    564                         RelativePath="..\..\JavaScriptCore\wtf\AlwaysInline.h"
    565                         >
    566                 </File>
    567                 <File
    568                         RelativePath="..\..\JavaScriptCore\wtf\ArrayBuffer.cpp"
    569                         >
    570                 </File>
    571                 <File
    572                         RelativePath="..\..\JavaScriptCore\wtf\ArrayBuffer.h"
    573                         >
    574                 </File>
    575                 <File
    576                         RelativePath="..\..\JavaScriptCore\wtf\ArrayBufferView.cpp"
    577                         >
    578                 </File>
    579                 <File
    580                         RelativePath="..\..\JavaScriptCore\wtf\ArrayBufferView.h"
    581                         >
    582                 </File>
    583                 <File
    584                         RelativePath="..\..\JavaScriptCore\wtf\ASCIICType.h"
    585                         >
    586                 </File>
    587                 <File
    588                         RelativePath="..\..\JavaScriptCore\wtf\Assertions.cpp"
    589                         >
    590                 </File>
    591                 <File
    592                         RelativePath="..\..\JavaScriptCore\wtf\Assertions.h"
    593                         >
    594                 </File>
    595                 <File
    596                         RelativePath="..\..\JavaScriptCore\wtf\Atomics.h"
    597                         >
    598                 </File>
    599                 <File
    600                         RelativePath="..\..\JavaScriptCore\wtf\AVLTree.h"
    601                         >
    602                 </File>
    603                 <File
    604                         RelativePath="..\..\JavaScriptCore\wtf\Bitmap.h"
    605                         >
    606                 </File>
    607                 <File
    608                         RelativePath="..\..\JavaScriptCore\wtf\BitVector.cpp"
    609                         >
    610                 </File>
    611                 <File
    612                         RelativePath="..\..\JavaScriptCore\wtf\BitVector.h"
    613                         >
    614                 </File>
    615                 <File
    616                         RelativePath="..\..\JavaScriptCore\wtf\BlockStack.h"
    617                         >
    618                 </File>
    619                 <File
    620                         RelativePath="..\..\JavaScriptCore\wtf\BloomFilter.h"
    621                         >
    622                 </File>
    623                 <File
    624                         RelativePath="..\..\JavaScriptCore\wtf\BoundsCheckedPointer.h"
    625                         >
    626                 </File>
    627                 <File
    628                         RelativePath="..\..\JavaScriptCore\wtf\BumpPointerAllocator.h"
    629                         >
    630                 </File>
    631                 <File
    632                         RelativePath="..\..\JavaScriptCore\wtf\ByteArray.cpp"
    633                         >
    634                 </File>
    635                 <File
    636                         RelativePath="..\..\JavaScriptCore\wtf\ByteArray.h"
    637                         >
    638                 </File>
    639                 <File
    640                         RelativePath="..\..\JavaScriptCore\wtf\CheckedArithmetic.h"
    641                         >
    642                 </File>
    643                 <File
    644                         RelativePath="..\..\JavaScriptCore\wtf\CheckedBoolean.h"
    645                         >
    646                 </File>
    647                 <File
    648                         RelativePath="..\..\JavaScriptCore\wtf\Compiler.h"
    649                         >
    650                 </File>
    651                 <File
    652                         RelativePath="..\..\JavaScriptCore\wtf\Complex.h"
    653                         >
    654                 </File>
    655                 <File
    656                         RelativePath="..\..\JavaScriptCore\wtf\CryptographicallyRandomNumber.cpp"
    657                         >
    658                 </File>
    659                 <File
    660                         RelativePath="..\..\JavaScriptCore\wtf\CryptographicallyRandomNumber.h"
    661                         >
    662                 </File>
    663                 <File
    664                         RelativePath="..\..\JavaScriptCore\wtf\CurrentTime.cpp"
    665                         >
    666                 </File>
    667                 <File
    668                         RelativePath="..\..\JavaScriptCore\wtf\CurrentTime.h"
    669                         >
    670                 </File>
    671                 <File
    672                         RelativePath="..\..\JavaScriptCore\wtf\DataLog.cpp"
    673                         >
    674                 </File>
    675                 <File
    676                         RelativePath="..\..\JavaScriptCore\wtf\DataLog.h"
    677                         >
    678                 </File>
    679                 <File
    680                         RelativePath="..\..\JavaScriptCore\wtf\DecimalNumber.cpp"
    681                         >
    682                 </File>
    683                 <File
    684                         RelativePath="..\..\JavaScriptCore\wtf\DecimalNumber.h"
    685                         >
    686                 </File>
    687                 <File
    688                         RelativePath="..\..\JavaScriptCore\wtf\Decoder.h"
    689                         >
    690                 </File>
    691                 <File
    692                         RelativePath="..\..\JavaScriptCore\wtf\Deque.h"
    693                         >
    694                 </File>
    695                 <File
    696                         RelativePath="..\..\JavaScriptCore\wtf\DisallowCType.h"
    697                         >
    698                 </File>
    699                 <File
    700                         RelativePath="..\..\JavaScriptCore\wtf\DoublyLinkedList.h"
    701                         >
    702                 </File>
    703                 <File
    704                         RelativePath="..\..\JavaScriptCore\wtf\dtoa.cpp"
    705                         >
    706                 </File>
    707                 <File
    708                         RelativePath="..\..\JavaScriptCore\wtf\dtoa.h"
    709                         >
    710                 </File>
    711                 <File
    712                         RelativePath="..\..\JavaScriptCore\wtf\DynamicAnnotations.cpp"
    713                         >
    714                 </File>
    715                 <File
    716                         RelativePath="..\..\JavaScriptCore\wtf\DynamicAnnotations.h"
    717                         >
    718                 </File>
    719                 <File
    720                         RelativePath="..\..\JavaScriptCore\wtf\Encoder.h"
    721                         >
    722                 </File>
    723                 <File
    724                         RelativePath="..\..\JavaScriptCore\wtf\FastAllocBase.h"
    725                         >
    726                 </File>
    727                 <File
    728                         RelativePath="..\..\JavaScriptCore\wtf\FastMalloc.cpp"
     560                        RelativePath="..\wtf\Alignment.h"
     561                        >
     562                </File>
     563                <File
     564                        RelativePath="..\wtf\AlwaysInline.h"
     565                        >
     566                </File>
     567                <File
     568                        RelativePath="..\wtf\ArrayBuffer.cpp"
     569                        >
     570                </File>
     571                <File
     572                        RelativePath="..\wtf\ArrayBuffer.h"
     573                        >
     574                </File>
     575                <File
     576                        RelativePath="..\wtf\ArrayBufferView.cpp"
     577                        >
     578                </File>
     579                <File
     580                        RelativePath="..\wtf\ArrayBufferView.h"
     581                        >
     582                </File>
     583                <File
     584                        RelativePath="..\wtf\ASCIICType.h"
     585                        >
     586                </File>
     587                <File
     588                        RelativePath="..\wtf\Assertions.cpp"
     589                        >
     590                </File>
     591                <File
     592                        RelativePath="..\wtf\Assertions.h"
     593                        >
     594                </File>
     595                <File
     596                        RelativePath="..\wtf\Atomics.h"
     597                        >
     598                </File>
     599                <File
     600                        RelativePath="..\wtf\AVLTree.h"
     601                        >
     602                </File>
     603                <File
     604                        RelativePath="..\wtf\Bitmap.h"
     605                        >
     606                </File>
     607                <File
     608                        RelativePath="..\wtf\BitVector.cpp"
     609                        >
     610                </File>
     611                <File
     612                        RelativePath="..\wtf\BitVector.h"
     613                        >
     614                </File>
     615                <File
     616                        RelativePath="..\wtf\BlockStack.h"
     617                        >
     618                </File>
     619                <File
     620                        RelativePath="..\wtf\BloomFilter.h"
     621                        >
     622                </File>
     623                <File
     624                        RelativePath="..\wtf\BoundsCheckedPointer.h"
     625                        >
     626                </File>
     627                <File
     628                        RelativePath="..\wtf\BumpPointerAllocator.h"
     629                        >
     630                </File>
     631                <File
     632                        RelativePath="..\wtf\ByteArray.cpp"
     633                        >
     634                </File>
     635                <File
     636                        RelativePath="..\wtf\ByteArray.h"
     637                        >
     638                </File>
     639                <File
     640                        RelativePath="..\wtf\CheckedArithmetic.h"
     641                        >
     642                </File>
     643                <File
     644                        RelativePath="..\wtf\CheckedBoolean.h"
     645                        >
     646                </File>
     647                <File
     648                        RelativePath="..\wtf\Compiler.h"
     649                        >
     650                </File>
     651                <File
     652                        RelativePath="..\wtf\Complex.h"
     653                        >
     654                </File>
     655                <File
     656                        RelativePath="..\wtf\CryptographicallyRandomNumber.cpp"
     657                        >
     658                </File>
     659                <File
     660                        RelativePath="..\wtf\CryptographicallyRandomNumber.h"
     661                        >
     662                </File>
     663                <File
     664                        RelativePath="..\wtf\CurrentTime.cpp"
     665                        >
     666                </File>
     667                <File
     668                        RelativePath="..\wtf\CurrentTime.h"
     669                        >
     670                </File>
     671                <File
     672                        RelativePath="..\wtf\DataLog.cpp"
     673                        >
     674                </File>
     675                <File
     676                        RelativePath="..\wtf\DataLog.h"
     677                        >
     678                </File>
     679                <File
     680                        RelativePath="..\wtf\DecimalNumber.cpp"
     681                        >
     682                </File>
     683                <File
     684                        RelativePath="..\wtf\DecimalNumber.h"
     685                        >
     686                </File>
     687                <File
     688                        RelativePath="..\wtf\Decoder.h"
     689                        >
     690                </File>
     691                <File
     692                        RelativePath="..\wtf\Deque.h"
     693                        >
     694                </File>
     695                <File
     696                        RelativePath="..\wtf\DisallowCType.h"
     697                        >
     698                </File>
     699                <File
     700                        RelativePath="..\wtf\DoublyLinkedList.h"
     701                        >
     702                </File>
     703                <File
     704                        RelativePath="..\wtf\dtoa.cpp"
     705                        >
     706                </File>
     707                <File
     708                        RelativePath="..\wtf\dtoa.h"
     709                        >
     710                </File>
     711                <File
     712                        RelativePath="..\wtf\DynamicAnnotations.cpp"
     713                        >
     714                </File>
     715                <File
     716                        RelativePath="..\wtf\DynamicAnnotations.h"
     717                        >
     718                </File>
     719                <File
     720                        RelativePath="..\wtf\Encoder.h"
     721                        >
     722                </File>
     723                <File
     724                        RelativePath="..\wtf\FastAllocBase.h"
     725                        >
     726                </File>
     727                <File
     728                        RelativePath="..\wtf\FastMalloc.cpp"
    729729                        >
    730730                        <FileConfiguration
     
    754754                </File>
    755755                <File
    756                         RelativePath="..\..\JavaScriptCore\wtf\FastMalloc.h"
    757                         >
    758                 </File>
    759                 <File
    760                         RelativePath="..\..\JavaScriptCore\wtf\FixedArray.h"
    761                         >
    762                 </File>
    763                 <File
    764                         RelativePath="..\..\JavaScriptCore\wtf\Float32Array.h"
    765                         >
    766                 </File>
    767                 <File
    768                         RelativePath="..\..\JavaScriptCore\wtf\Float64Array.h"
    769                         >
    770                 </File>
    771                 <File
    772                         RelativePath="..\..\JavaScriptCore\wtf\Forward.h"
    773                         >
    774                 </File>
    775                 <File
    776                         RelativePath="..\..\JavaScriptCore\wtf\Functional.h"
    777                         >
    778                 </File>
    779                 <File
    780                         RelativePath="..\..\JavaScriptCore\wtf\GetPtr.h"
    781                         >
    782                 </File>
    783                 <File
    784                         RelativePath="..\..\JavaScriptCore\wtf\HashCountedSet.h"
    785                         >
    786                 </File>
    787                 <File
    788                         RelativePath="..\..\JavaScriptCore\wtf\HashFunctions.h"
    789                         >
    790                 </File>
    791                 <File
    792                         RelativePath="..\..\JavaScriptCore\wtf\HashIterators.h"
    793                         >
    794                 </File>
    795                 <File
    796                         RelativePath="..\..\JavaScriptCore\wtf\HashMap.h"
    797                         >
    798                 </File>
    799                 <File
    800                         RelativePath="..\..\JavaScriptCore\wtf\HashSet.h"
    801                         >
    802                 </File>
    803                 <File
    804                         RelativePath="..\..\JavaScriptCore\wtf\HashTable.cpp"
    805                         >
    806                 </File>
    807                 <File
    808                         RelativePath="..\..\JavaScriptCore\wtf\HashTable.h"
    809                         >
    810                 </File>
    811                 <File
    812                         RelativePath="..\..\JavaScriptCore\wtf\HashTraits.h"
    813                         >
    814                 </File>
    815                 <File
    816                         RelativePath="..\..\JavaScriptCore\wtf\HexNumber.h"
    817                         >
    818                 </File>
    819                 <File
    820                         RelativePath="..\..\JavaScriptCore\wtf\Int16Array.h"
    821                         >
    822                 </File>
    823                 <File
    824                         RelativePath="..\..\JavaScriptCore\wtf\Int32Array.h"
    825                         >
    826                 </File>
    827                 <File
    828                         RelativePath="..\..\JavaScriptCore\wtf\Int8Array.h"
    829                         >
    830                 </File>
    831                 <File
    832                         RelativePath="..\..\JavaScriptCore\wtf\ListHashSet.h"
    833                         >
    834                 </File>
    835                 <File
    836                         RelativePath="..\..\JavaScriptCore\wtf\ListRefPtr.h"
    837                         >
    838                 </File>
    839                 <File
    840                         RelativePath="..\..\JavaScriptCore\wtf\Locker.h"
    841                         >
    842                 </File>
    843                 <File
    844                         RelativePath="..\..\JavaScriptCore\wtf\MainThread.cpp"
    845                         >
    846                 </File>
    847                 <File
    848                         RelativePath="..\..\JavaScriptCore\wtf\MainThread.h"
    849                         >
    850                 </File>
    851                 <File
    852                         RelativePath="..\..\JavaScriptCore\wtf\MallocZoneSupport.h"
    853                         >
    854                 </File>
    855                 <File
    856                         RelativePath="..\..\JavaScriptCore\wtf\MathExtras.h"
    857                         >
    858                 </File>
    859                 <File
    860                         RelativePath="..\..\JavaScriptCore\wtf\MD5.cpp"
    861                         >
    862                 </File>
    863                 <File
    864                         RelativePath="..\..\JavaScriptCore\wtf\MD5.h"
    865                         >
    866                 </File>
    867                 <File
    868                         RelativePath="..\..\JavaScriptCore\wtf\MessageQueue.h"
    869                         >
    870                 </File>
    871                 <File
    872                         RelativePath="..\..\JavaScriptCore\wtf\MetaAllocator.cpp"
    873                         >
    874                 </File>
    875                 <File
    876                         RelativePath="..\..\JavaScriptCore\wtf\MetaAllocator.h"
    877                         >
    878                 </File>
    879                 <File
    880                         RelativePath="..\..\JavaScriptCore\wtf\MetaAllocatorHandle.h"
    881                         >
    882                 </File>
    883                 <File
    884                         RelativePath="..\..\JavaScriptCore\wtf\Noncopyable.h"
    885                         >
    886                 </File>
    887                 <File
    888                         RelativePath="..\..\JavaScriptCore\wtf\NonCopyingSort.h"
    889                         >
    890                 </File>
    891                 <File
    892                         RelativePath="..\..\JavaScriptCore\wtf\NotFound.h"
    893                         >
    894                 </File>
    895                 <File
    896                         RelativePath="..\..\JavaScriptCore\wtf\NullPtr.cpp"
    897                         >
    898                 </File>
    899                 <File
    900                         RelativePath="..\..\JavaScriptCore\wtf\NullPtr.h"
    901                         >
    902                 </File>
    903                 <File
    904                         RelativePath="..\..\JavaScriptCore\wtf\NumberOfCores.cpp"
    905                         >
    906                 </File>
    907                 <File
    908                         RelativePath="..\..\JavaScriptCore\wtf\NumberOfCores.h"
    909                         >
    910                 </File>
    911                 <File
    912                         RelativePath="..\..\JavaScriptCore\wtf\OSAllocatorWin.cpp"
    913                         >
    914                 </File>
    915                 <File
    916                         RelativePath="..\..\JavaScriptCore\wtf\OSRandomSource.cpp"
    917                         >
    918                 </File>
    919                 <File
    920                         RelativePath="..\..\JavaScriptCore\wtf\OSRandomSource.h"
    921                         >
    922                 </File>
    923                 <File
    924                         RelativePath="..\..\JavaScriptCore\wtf\OwnArrayPtr.h"
    925                         >
    926                 </File>
    927                 <File
    928                         RelativePath="..\..\JavaScriptCore\wtf\OwnPtr.h"
    929                         >
    930                 </File>
    931                 <File
    932                         RelativePath="..\..\JavaScriptCore\wtf\OwnPtrCommon.h"
    933                         >
    934                 </File>
    935                 <File
    936                         RelativePath="..\..\JavaScriptCore\wtf\PackedIntVector.h"
    937                         >
    938                 </File>
    939                 <File
    940                         RelativePath="..\..\JavaScriptCore\wtf\PageAllocation.h"
    941                         >
    942                 </File>
    943                 <File
    944                         RelativePath="..\..\JavaScriptCore\wtf\PageAllocationAligned.cpp"
    945                         >
    946                 </File>
    947                 <File
    948                         RelativePath="..\..\JavaScriptCore\wtf\PageAllocationAligned.h"
    949                         >
    950                 </File>
    951                 <File
    952                         RelativePath="..\..\JavaScriptCore\wtf\PageBlock.cpp"
    953                         >
    954                 </File>
    955                 <File
    956                         RelativePath="..\..\JavaScriptCore\wtf\PageBlock.h"
    957                         >
    958                 </File>
    959                 <File
    960                         RelativePath="..\..\JavaScriptCore\wtf\PageReservation.h"
    961                         >
    962                 </File>
    963                 <File
    964                         RelativePath="..\..\JavaScriptCore\wtf\ParallelJobs.h"
    965                         >
    966                 </File>
    967                 <File
    968                         RelativePath="..\..\JavaScriptCore\wtf\ParallelJobsGeneric.cpp"
    969                         >
    970                 </File>
    971                 <File
    972                         RelativePath="..\..\JavaScriptCore\wtf\ParallelJobsGeneric.h"
    973                         >
    974                 </File>
    975                 <File
    976                         RelativePath="..\..\JavaScriptCore\wtf\ParallelJobsLibdispatch.h"
    977                         >
    978                 </File>
    979                 <File
    980                         RelativePath="..\..\JavaScriptCore\wtf\ParallelJobsOpenMP.h"
    981                         >
    982                 </File>
    983                 <File
    984                         RelativePath="..\..\JavaScriptCore\wtf\PassOwnArrayPtr.h"
    985                         >
    986                 </File>
    987                 <File
    988                         RelativePath="..\..\JavaScriptCore\wtf\PassOwnPtr.h"
    989                         >
    990                 </File>
    991                 <File
    992                         RelativePath="..\..\JavaScriptCore\wtf\PassRefPtr.h"
    993                         >
    994                 </File>
    995                 <File
    996                         RelativePath="..\..\JavaScriptCore\wtf\PassTraits.h"
     756                        RelativePath="..\wtf\FastMalloc.h"
     757                        >
     758                </File>
     759                <File
     760                        RelativePath="..\wtf\FixedArray.h"
     761                        >
     762                </File>
     763                <File
     764                        RelativePath="..\wtf\Float32Array.h"
     765                        >
     766                </File>
     767                <File
     768                        RelativePath="..\wtf\Float64Array.h"
     769                        >
     770                </File>
     771                <File
     772                        RelativePath="..\wtf\Forward.h"
     773                        >
     774                </File>
     775                <File
     776                        RelativePath="..\wtf\Functional.h"
     777                        >
     778                </File>
     779                <File
     780                        RelativePath="..\wtf\GetPtr.h"
     781                        >
     782                </File>
     783                <File
     784                        RelativePath="..\wtf\HashCountedSet.h"
     785                        >
     786                </File>
     787                <File
     788                        RelativePath="..\wtf\HashFunctions.h"
     789                        >
     790                </File>
     791                <File
     792                        RelativePath="..\wtf\HashIterators.h"
     793                        >
     794                </File>
     795                <File
     796                        RelativePath="..\wtf\HashMap.h"
     797                        >
     798                </File>
     799                <File
     800                        RelativePath="..\wtf\HashSet.h"
     801                        >
     802                </File>
     803                <File
     804                        RelativePath="..\wtf\HashTable.cpp"
     805                        >
     806                </File>
     807                <File
     808                        RelativePath="..\wtf\HashTable.h"
     809                        >
     810                </File>
     811                <File
     812                        RelativePath="..\wtf\HashTraits.h"
     813                        >
     814                </File>
     815                <File
     816                        RelativePath="..\wtf\HexNumber.h"
     817                        >
     818                </File>
     819                <File
     820                        RelativePath="..\wtf\Int16Array.h"
     821                        >
     822                </File>
     823                <File
     824                        RelativePath="..\wtf\Int32Array.h"
     825                        >
     826                </File>
     827                <File
     828                        RelativePath="..\wtf\Int8Array.h"
     829                        >
     830                </File>
     831                <File
     832                        RelativePath="..\wtf\ListHashSet.h"
     833                        >
     834                </File>
     835                <File
     836                        RelativePath="..\wtf\ListRefPtr.h"
     837                        >
     838                </File>
     839                <File
     840                        RelativePath="..\wtf\Locker.h"
     841                        >
     842                </File>
     843                <File
     844                        RelativePath="..\wtf\MainThread.cpp"
     845                        >
     846                </File>
     847                <File
     848                        RelativePath="..\wtf\MainThread.h"
     849                        >
     850                </File>
     851                <File
     852                        RelativePath="..\wtf\MallocZoneSupport.h"
     853                        >
     854                </File>
     855                <File
     856                        RelativePath="..\wtf\MathExtras.h"
     857                        >
     858                </File>
     859                <File
     860                        RelativePath="..\wtf\MD5.cpp"
     861                        >
     862                </File>
     863                <File
     864                        RelativePath="..\wtf\MD5.h"
     865                        >
     866                </File>
     867                <File
     868                        RelativePath="..\wtf\MessageQueue.h"
     869                        >
     870                </File>
     871                <File
     872                        RelativePath="..\wtf\MetaAllocator.cpp"
     873                        >
     874                </File>
     875                <File
     876                        RelativePath="..\wtf\MetaAllocator.h"
     877                        >
     878                </File>
     879                <File
     880                        RelativePath="..\wtf\MetaAllocatorHandle.h"
     881                        >
     882                </File>
     883                <File
     884                        RelativePath="..\wtf\Noncopyable.h"
     885                        >
     886                </File>
     887                <File
     888                        RelativePath="..\wtf\NonCopyingSort.h"
     889                        >
     890                </File>
     891                <File
     892                        RelativePath="..\wtf\NotFound.h"
     893                        >
     894                </File>
     895                <File
     896                        RelativePath="..\wtf\NullPtr.cpp"
     897                        >
     898                </File>
     899                <File
     900                        RelativePath="..\wtf\NullPtr.h"
     901                        >
     902                </File>
     903                <File
     904                        RelativePath="..\wtf\NumberOfCores.cpp"
     905                        >
     906                </File>
     907                <File
     908                        RelativePath="..\wtf\NumberOfCores.h"
     909                        >
     910                </File>
     911                <File
     912                        RelativePath="..\wtf\OSAllocatorWin.cpp"
     913                        >
     914                </File>
     915                <File
     916                        RelativePath="..\wtf\OSRandomSource.cpp"
     917                        >
     918                </File>
     919                <File
     920                        RelativePath="..\wtf\OSRandomSource.h"
     921                        >
     922                </File>
     923                <File
     924                        RelativePath="..\wtf\OwnArrayPtr.h"
     925                        >
     926                </File>
     927                <File
     928                        RelativePath="..\wtf\OwnPtr.h"
     929                        >
     930                </File>
     931                <File
     932                        RelativePath="..\wtf\OwnPtrCommon.h"
     933                        >
     934                </File>
     935                <File
     936                        RelativePath="..\wtf\PackedIntVector.h"
     937                        >
     938                </File>
     939                <File
     940                        RelativePath="..\wtf\PageAllocation.h"
     941                        >
     942                </File>
     943                <File
     944                        RelativePath="..\wtf\PageAllocationAligned.cpp"
     945                        >
     946                </File>
     947                <File
     948                        RelativePath="..\wtf\PageAllocationAligned.h"
     949                        >
     950                </File>
     951                <File
     952                        RelativePath="..\wtf\PageBlock.cpp"
     953                        >
     954                </File>
     955                <File
     956                        RelativePath="..\wtf\PageBlock.h"
     957                        >
     958                </File>
     959                <File
     960                        RelativePath="..\wtf\PageReservation.h"
     961                        >
     962                </File>
     963                <File
     964                        RelativePath="..\wtf\ParallelJobs.h"
     965                        >
     966                </File>
     967                <File
     968                        RelativePath="..\wtf\ParallelJobsGeneric.cpp"
     969                        >
     970                </File>
     971                <File
     972                        RelativePath="..\wtf\ParallelJobsGeneric.h"
     973                        >
     974                </File>
     975                <File
     976                        RelativePath="..\wtf\ParallelJobsLibdispatch.h"
     977                        >
     978                </File>
     979                <File
     980                        RelativePath="..\wtf\ParallelJobsOpenMP.h"
     981                        >
     982                </File>
     983                <File
     984                        RelativePath="..\wtf\PassOwnArrayPtr.h"
     985                        >
     986                </File>
     987                <File
     988                        RelativePath="..\wtf\PassOwnPtr.h"
     989                        >
     990                </File>
     991                <File
     992                        RelativePath="..\wtf\PassRefPtr.h"
     993                        >
     994                </File>
     995                <File
     996                        RelativePath="..\wtf\PassTraits.h"
    997997                        >
    998998                </File>
     
    10021002                </File>
    10031003                <File
    1004                         RelativePath="..\..\JavaScriptCore\wtf\PossiblyNull.h"
    1005                         >
    1006                 </File>
    1007                 <File
    1008                         RelativePath="..\..\JavaScriptCore\wtf\RandomNumber.cpp"
    1009                         >
    1010                 </File>
    1011                 <File
    1012                         RelativePath="..\..\JavaScriptCore\wtf\RandomNumber.h"
    1013                         >
    1014                 </File>
    1015                 <File
    1016                         RelativePath="..\..\JavaScriptCore\wtf\RandomNumberSeed.h"
    1017                         >
    1018                 </File>
    1019                 <File
    1020                         RelativePath="..\..\JavaScriptCore\wtf\RedBlackTree.h"
    1021                         >
    1022                 </File>
    1023                 <File
    1024                         RelativePath="..\..\JavaScriptCore\wtf\RefCounted.h"
    1025                         >
    1026                 </File>
    1027                 <File
    1028                         RelativePath="..\..\JavaScriptCore\wtf\RefCountedLeakCounter.cpp"
    1029                         >
    1030                 </File>
    1031                 <File
    1032                         RelativePath="..\..\JavaScriptCore\wtf\RefCountedLeakCounter.h"
    1033                         >
    1034                 </File>
    1035                 <File
    1036                         RelativePath="..\..\JavaScriptCore\wtf\RefPtr.h"
    1037                         >
    1038                 </File>
    1039                 <File
    1040                         RelativePath="..\..\JavaScriptCore\wtf\RefPtrHashMap.h"
    1041                         >
    1042                 </File>
    1043                 <File
    1044                         RelativePath="..\..\JavaScriptCore\wtf\RetainPtr.h"
    1045                         >
    1046                 </File>
    1047                 <File
    1048                         RelativePath="..\..\JavaScriptCore\wtf\SegmentedVector.h"
    1049                         >
    1050                 </File>
    1051                 <File
    1052                         RelativePath="..\..\JavaScriptCore\wtf\SentinelLinkedList.h"
    1053                         >
    1054                 </File>
    1055                 <File
    1056                         RelativePath="..\..\JavaScriptCore\wtf\SHA1.cpp"
    1057                         >
    1058                 </File>
    1059                 <File
    1060                         RelativePath="..\..\JavaScriptCore\wtf\SHA1.h"
    1061                         >
    1062                 </File>
    1063                 <File
    1064                         RelativePath="..\..\JavaScriptCore\wtf\SinglyLinkedList.h"
    1065                         >
    1066                 </File>
    1067                 <File
    1068                         RelativePath="..\..\JavaScriptCore\wtf\SizeLimits.cpp"
    1069                         >
    1070                 </File>
    1071                 <File
    1072                         RelativePath="..\..\JavaScriptCore\wtf\StackBounds.cpp"
    1073                         >
    1074                 </File>
    1075                 <File
    1076                         RelativePath="..\..\JavaScriptCore\wtf\StackBounds.h"
    1077                         >
    1078                 </File>
    1079                 <File
    1080                         RelativePath="..\..\JavaScriptCore\wtf\StaticConstructors.h"
    1081                         >
    1082                 </File>
    1083                 <File
    1084                         RelativePath="..\..\JavaScriptCore\wtf\StdLibExtras.h"
    1085                         >
    1086                 </File>
    1087                 <File
    1088                         RelativePath="..\..\JavaScriptCore\wtf\StringExtras.cpp"
    1089                         >
    1090                 </File>
    1091                 <File
    1092                         RelativePath="..\..\JavaScriptCore\wtf\StringExtras.h"
    1093                         >
    1094                 </File>
    1095                 <File
    1096                         RelativePath="..\..\JavaScriptCore\wtf\StringHasher.h"
    1097                         >
    1098                 </File>
    1099                 <File
    1100                         RelativePath="..\..\JavaScriptCore\wtf\TCPackedCache.h"
    1101                         >
    1102                 </File>
    1103                 <File
    1104                         RelativePath="..\..\JavaScriptCore\wtf\TCPageMap.h"
    1105                         >
    1106                 </File>
    1107                 <File
    1108                         RelativePath="..\..\JavaScriptCore\wtf\TCSpinLock.h"
    1109                         >
    1110                 </File>
    1111                 <File
    1112                         RelativePath="..\..\JavaScriptCore\wtf\TCSystemAlloc.cpp"
    1113                         >
    1114                 </File>
    1115                 <File
    1116                         RelativePath="..\..\JavaScriptCore\wtf\TCSystemAlloc.h"
    1117                         >
    1118                 </File>
    1119                 <File
    1120                         RelativePath="..\..\JavaScriptCore\wtf\TemporaryChange.h"
    1121                         >
    1122                 </File>
    1123                 <File
    1124                         RelativePath="..\..\JavaScriptCore\wtf\Threading.cpp"
    1125                         >
    1126                 </File>
    1127                 <File
    1128                         RelativePath="..\..\JavaScriptCore\wtf\Threading.h"
    1129                         >
    1130                 </File>
    1131                 <File
    1132                         RelativePath="..\..\JavaScriptCore\wtf\ThreadingPrimitives.h"
    1133                         >
    1134                 </File>
    1135                 <File
    1136                         RelativePath="..\..\JavaScriptCore\wtf\ThreadingWin.cpp"
    1137                         >
    1138                 </File>
    1139                 <File
    1140                         RelativePath="..\..\JavaScriptCore\wtf\ThreadRestrictionVerifier.h"
    1141                         >
    1142                 </File>
    1143                 <File
    1144                         RelativePath="..\..\JavaScriptCore\wtf\ThreadSafeRefCounted.h"
    1145                         >
    1146                 </File>
    1147                 <File
    1148                         RelativePath="..\..\JavaScriptCore\wtf\ThreadSpecific.h"
    1149                         >
    1150                 </File>
    1151                 <File
    1152                         RelativePath="..\..\JavaScriptCore\wtf\ThreadSpecificWin.cpp"
    1153                         >
    1154                 </File>
    1155                 <File
    1156                         RelativePath="..\..\JavaScriptCore\wtf\TypeTraits.cpp"
    1157                         >
    1158                 </File>
    1159                 <File
    1160                         RelativePath="..\..\JavaScriptCore\wtf\TypeTraits.h"
    1161                         >
    1162                 </File>
    1163                 <File
    1164                         RelativePath="..\..\JavaScriptCore\wtf\UInt16Array.h"
    1165                         >
    1166                 </File>
    1167                 <File
    1168                         RelativePath="..\..\JavaScriptCore\wtf\UInt32Array.h"
    1169                         >
    1170                 </File>
    1171                 <File
    1172                         RelativePath="..\..\JavaScriptCore\wtf\UInt8Array.h"
    1173                         >
    1174                 </File>
    1175                 <File
    1176                         RelativePath="..\..\JavaScriptCore\wtf\UnusedParam.h"
    1177                         >
    1178                 </File>
    1179                 <File
    1180                         RelativePath="..\..\JavaScriptCore\wtf\ValueCheck.h"
    1181                         >
    1182                 </File>
    1183                 <File
    1184                         RelativePath="..\..\JavaScriptCore\wtf\Vector.h"
    1185                         >
    1186                 </File>
    1187                 <File
    1188                         RelativePath="..\..\JavaScriptCore\wtf\Vector3.h"
    1189                         >
    1190                 </File>
    1191                 <File
    1192                         RelativePath="..\..\JavaScriptCore\wtf\VectorTraits.h"
    1193                         >
    1194                 </File>
    1195                 <File
    1196                         RelativePath="..\..\JavaScriptCore\wtf\VMTags.h"
    1197                         >
    1198                 </File>
    1199                 <File
    1200                         RelativePath="..\..\JavaScriptCore\wtf\WTFThreadData.cpp"
    1201                         >
    1202                 </File>
    1203                 <File
    1204                         RelativePath="..\..\JavaScriptCore\wtf\WTFThreadData.h"
     1004                        RelativePath="..\wtf\PossiblyNull.h"
     1005                        >
     1006                </File>
     1007                <File
     1008                        RelativePath="..\wtf\RandomNumber.cpp"
     1009                        >
     1010                </File>
     1011                <File
     1012                        RelativePath="..\wtf\RandomNumber.h"
     1013                        >
     1014                </File>
     1015                <File
     1016                        RelativePath="..\wtf\RandomNumberSeed.h"
     1017                        >
     1018                </File>
     1019                <File
     1020                        RelativePath="..\wtf\RedBlackTree.h"
     1021                        >
     1022                </File>
     1023                <File
     1024                        RelativePath="..\wtf\RefCounted.h"
     1025                        >
     1026                </File>
     1027                <File
     1028                        RelativePath="..\wtf\RefCountedLeakCounter.cpp"
     1029                        >
     1030                </File>
     1031                <File
     1032                        RelativePath="..\wtf\RefCountedLeakCounter.h"
     1033                        >
     1034                </File>
     1035                <File
     1036                        RelativePath="..\wtf\RefPtr.h"
     1037                        >
     1038                </File>
     1039                <File
     1040                        RelativePath="..\wtf\RefPtrHashMap.h"
     1041                        >
     1042                </File>
     1043                <File
     1044                        RelativePath="..\wtf\RetainPtr.h"
     1045                        >
     1046                </File>
     1047                <File
     1048                        RelativePath="..\wtf\SegmentedVector.h"
     1049                        >
     1050                </File>
     1051                <File
     1052                        RelativePath="..\wtf\SentinelLinkedList.h"
     1053                        >
     1054                </File>
     1055                <File
     1056                        RelativePath="..\wtf\SHA1.cpp"
     1057                        >
     1058                </File>
     1059                <File
     1060                        RelativePath="..\wtf\SHA1.h"
     1061                        >
     1062                </File>
     1063                <File
     1064                        RelativePath="..\wtf\SinglyLinkedList.h"
     1065                        >
     1066                </File>
     1067                <File
     1068                        RelativePath="..\wtf\SizeLimits.cpp"
     1069                        >
     1070                </File>
     1071                <File
     1072                        RelativePath="..\wtf\StackBounds.cpp"
     1073                        >
     1074                </File>
     1075                <File
     1076                        RelativePath="..\wtf\StackBounds.h"
     1077                        >
     1078                </File>
     1079                <File
     1080                        RelativePath="..\wtf\StaticConstructors.h"
     1081                        >
     1082                </File>
     1083                <File
     1084                        RelativePath="..\wtf\StdLibExtras.h"
     1085                        >
     1086                </File>
     1087                <File
     1088                        RelativePath="..\wtf\StringExtras.cpp"
     1089                        >
     1090                </File>
     1091                <File
     1092                        RelativePath="..\wtf\StringExtras.h"
     1093                        >
     1094                </File>
     1095                <File
     1096                        RelativePath="..\wtf\StringHasher.h"
     1097                        >
     1098                </File>
     1099                <File
     1100                        RelativePath="..\wtf\TCPackedCache.h"
     1101                        >
     1102                </File>
     1103                <File
     1104                        RelativePath="..\wtf\TCPageMap.h"
     1105                        >
     1106                </File>
     1107                <File
     1108                        RelativePath="..\wtf\TCSpinLock.h"
     1109                        >
     1110                </File>
     1111                <File
     1112                        RelativePath="..\wtf\TCSystemAlloc.cpp"
     1113                        >
     1114                </File>
     1115                <File
     1116                        RelativePath="..\wtf\TCSystemAlloc.h"
     1117                        >
     1118                </File>
     1119                <File
     1120                        RelativePath="..\wtf\TemporaryChange.h"
     1121                        >
     1122                </File>
     1123                <File
     1124                        RelativePath="..\wtf\Threading.cpp"
     1125                        >
     1126                </File>
     1127                <File
     1128                        RelativePath="..\wtf\Threading.h"
     1129                        >
     1130                </File>
     1131                <File
     1132                        RelativePath="..\wtf\ThreadingPrimitives.h"
     1133                        >
     1134                </File>
     1135                <File
     1136                        RelativePath="..\wtf\ThreadingWin.cpp"
     1137                        >
     1138                </File>
     1139                <File
     1140                        RelativePath="..\wtf\ThreadRestrictionVerifier.h"
     1141                        >
     1142                </File>
     1143                <File
     1144                        RelativePath="..\wtf\ThreadSafeRefCounted.h"
     1145                        >
     1146                </File>
     1147                <File
     1148                        RelativePath="..\wtf\ThreadSpecific.h"
     1149                        >
     1150                </File>
     1151                <File
     1152                        RelativePath="..\wtf\ThreadSpecificWin.cpp"
     1153                        >
     1154                </File>
     1155                <File
     1156                        RelativePath="..\wtf\TypeTraits.cpp"
     1157                        >
     1158                </File>
     1159                <File
     1160                        RelativePath="..\wtf\TypeTraits.h"
     1161                        >
     1162                </File>
     1163                <File
     1164                        RelativePath="..\wtf\UInt16Array.h"
     1165                        >
     1166                </File>
     1167                <File
     1168                        RelativePath="..\wtf\UInt32Array.h"
     1169                        >
     1170                </File>
     1171                <File
     1172                        RelativePath="..\wtf\UInt8Array.h"
     1173                        >
     1174                </File>
     1175                <File
     1176                        RelativePath="..\wtf\UnusedParam.h"
     1177                        >
     1178                </File>
     1179                <File
     1180                        RelativePath="..\wtf\ValueCheck.h"
     1181                        >
     1182                </File>
     1183                <File
     1184                        RelativePath="..\wtf\Vector.h"
     1185                        >
     1186                </File>
     1187                <File
     1188                        RelativePath="..\wtf\Vector3.h"
     1189                        >
     1190                </File>
     1191                <File
     1192                        RelativePath="..\wtf\VectorTraits.h"
     1193                        >
     1194                </File>
     1195                <File
     1196                        RelativePath="..\wtf\VMTags.h"
     1197                        >
     1198                </File>
     1199                <File
     1200                        RelativePath="..\wtf\WTFThreadData.cpp"
     1201                        >
     1202                </File>
     1203                <File
     1204                        RelativePath="..\wtf\WTFThreadData.h"
    12051205                        >
    12061206                </File>
  • trunk/Source/WTF/WTF.vcproj/copy-files.cmd

    r111550 r111778  
    1717) do (
    1818    mkdir "%PrivateHeadersDirectory%\%%d" 2>NUL
    19     xcopy /y /d ..\..\JavaScriptCore\%%d\*.h "%PrivateHeadersDirectory%\%%d" >NUL
     19    xcopy /y /d ..\%%d\*.h "%PrivateHeadersDirectory%\%%d" >NUL
    2020)
    2121
    22 echo Copying wtf/Platform.h ...
    23 xcopy /y /d ..\wtf\Platform.h "%PrivateHeadersDirectory%\wtf" >NUL
    24 
     22# FIXME: Why is WTF copying over create_hash_table?
    2523echo Copying other files...
    2624for %%f in (
    27     create_hash_table
     25    ..\JavaScriptCore\create_hash_table
    2826    wtf\text\AtomicString.cpp
    2927    wtf\text\StringBuilder.cpp
     
    3129    wtf\text\WTFString.cpp
    3230) do (
    33     echo F | xcopy /y /d ..\..\JavaScriptCore\%%f "%PrivateHeadersDirectory%\%%f" >NUL
    34     echo F | xcopy /y /d ..\..\JavaScriptCore\%%f "%PGOPrivateHeadersDirectory%\%%f" >NUL
     31    echo F | xcopy /y /d ..\%%f "%PrivateHeadersDirectory%\%%f" >NUL
     32    echo F | xcopy /y /d ..\%%f "%PGOPrivateHeadersDirectory%\%%f" >NUL
    3533)
    3634
  • trunk/Source/WTF/WTF.xcodeproj/project.pbxproj

    r111504 r111778  
    88
    99/* Begin PBXBuildFile section */
    10                 5D247B7914689D8900E78B76 /* Stub.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5D247B7714689D8900E78B76 /* Stub.cpp */; };
    11                 5D247B7A14689D8900E78B76 /* Stub.h in Headers */ = {isa = PBXBuildFile; fileRef = 5D247B7814689D8900E78B76 /* Stub.h */; settings = {ATTRIBUTES = (); }; };
    1210                A876DBD8151816E500DADB95 /* Platform.h in Headers */ = {isa = PBXBuildFile; fileRef = A876DBD7151816E500DADB95 /* Platform.h */; };
     11                A8A4737F151A825B004123FF /* Alignment.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A47254151A825A004123FF /* Alignment.h */; };
     12                A8A47380151A825B004123FF /* AlwaysInline.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A47255151A825A004123FF /* AlwaysInline.h */; };
     13                A8A47381151A825B004123FF /* ArrayBuffer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A8A47256151A825A004123FF /* ArrayBuffer.cpp */; };
     14                A8A47382151A825B004123FF /* ArrayBuffer.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A47257151A825A004123FF /* ArrayBuffer.h */; };
     15                A8A47383151A825B004123FF /* ArrayBufferView.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A8A47258151A825A004123FF /* ArrayBufferView.cpp */; };
     16                A8A47384151A825B004123FF /* ArrayBufferView.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A47259151A825A004123FF /* ArrayBufferView.h */; };
     17                A8A47385151A825B004123FF /* ASCIICType.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A4725A151A825A004123FF /* ASCIICType.h */; };
     18                A8A47386151A825B004123FF /* Assertions.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A8A4725B151A825A004123FF /* Assertions.cpp */; };
     19                A8A47387151A825B004123FF /* Assertions.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A4725C151A825A004123FF /* Assertions.h */; };
     20                A8A47388151A825B004123FF /* Atomics.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A4725D151A825A004123FF /* Atomics.h */; };
     21                A8A47389151A825B004123FF /* AVLTree.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A4725E151A825A004123FF /* AVLTree.h */; };
     22                A8A4738A151A825B004123FF /* Bitmap.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A4725F151A825A004123FF /* Bitmap.h */; };
     23                A8A4738B151A825B004123FF /* BitVector.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A8A47260151A825A004123FF /* BitVector.cpp */; };
     24                A8A4738C151A825B004123FF /* BitVector.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A47261151A825A004123FF /* BitVector.h */; };
     25                A8A4738E151A825B004123FF /* BlockStack.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A47264151A825A004123FF /* BlockStack.h */; };
     26                A8A4738F151A825B004123FF /* BloomFilter.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A47265151A825A004123FF /* BloomFilter.h */; };
     27                A8A47390151A825B004123FF /* BoundsCheckedPointer.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A47266151A825A004123FF /* BoundsCheckedPointer.h */; };
     28                A8A47391151A825B004123FF /* BumpPointerAllocator.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A47267151A825A004123FF /* BumpPointerAllocator.h */; };
     29                A8A47392151A825B004123FF /* ByteArray.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A8A47268151A825A004123FF /* ByteArray.cpp */; };
     30                A8A47393151A825B004123FF /* ByteArray.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A47269151A825A004123FF /* ByteArray.h */; };
     31                A8A47394151A825B004123FF /* CheckedArithmetic.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A4726A151A825A004123FF /* CheckedArithmetic.h */; };
     32                A8A47395151A825B004123FF /* CheckedBoolean.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A4726B151A825A004123FF /* CheckedBoolean.h */; };
     33                A8A47398151A825B004123FF /* Compiler.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A47270151A825A004123FF /* Compiler.h */; };
     34                A8A47399151A825B004123FF /* Complex.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A47271151A825A004123FF /* Complex.h */; };
     35                A8A4739A151A825B004123FF /* CryptographicallyRandomNumber.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A8A47273151A825A004123FF /* CryptographicallyRandomNumber.cpp */; };
     36                A8A4739B151A825B004123FF /* CryptographicallyRandomNumber.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A47274151A825A004123FF /* CryptographicallyRandomNumber.h */; };
     37                A8A4739C151A825B004123FF /* CurrentTime.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A8A47275151A825A004123FF /* CurrentTime.cpp */; };
     38                A8A4739D151A825B004123FF /* CurrentTime.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A47276151A825A004123FF /* CurrentTime.h */; };
     39                A8A4739E151A825B004123FF /* DataLog.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A8A47277151A825A004123FF /* DataLog.cpp */; };
     40                A8A4739F151A825B004123FF /* DataLog.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A47278151A825A004123FF /* DataLog.h */; };
     41                A8A473A0151A825B004123FF /* DateMath.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A8A47279151A825A004123FF /* DateMath.cpp */; };
     42                A8A473A1151A825B004123FF /* DateMath.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A4727A151A825A004123FF /* DateMath.h */; };
     43                A8A473A2151A825B004123FF /* DecimalNumber.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A8A4727B151A825A004123FF /* DecimalNumber.cpp */; };
     44                A8A473A3151A825B004123FF /* DecimalNumber.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A4727C151A825A004123FF /* DecimalNumber.h */; };
     45                A8A473A4151A825B004123FF /* Decoder.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A4727D151A825A004123FF /* Decoder.h */; };
     46                A8A473A5151A825B004123FF /* Deque.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A4727E151A825A004123FF /* Deque.h */; };
     47                A8A473A6151A825B004123FF /* DisallowCType.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A4727F151A825A004123FF /* DisallowCType.h */; };
     48                A8A473A7151A825B004123FF /* DoublyLinkedList.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A47280151A825A004123FF /* DoublyLinkedList.h */; };
     49                A8A473A8151A825B004123FF /* bignum-dtoa.cc in Sources */ = {isa = PBXBuildFile; fileRef = A8A47282151A825A004123FF /* bignum-dtoa.cc */; };
     50                A8A473A9151A825B004123FF /* bignum-dtoa.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A47283151A825A004123FF /* bignum-dtoa.h */; };
     51                A8A473AA151A825B004123FF /* bignum.cc in Sources */ = {isa = PBXBuildFile; fileRef = A8A47284151A825A004123FF /* bignum.cc */; };
     52                A8A473AB151A825B004123FF /* bignum.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A47285151A825A004123FF /* bignum.h */; };
     53                A8A473AC151A825B004123FF /* cached-powers.cc in Sources */ = {isa = PBXBuildFile; fileRef = A8A47286151A825A004123FF /* cached-powers.cc */; };
     54                A8A473AD151A825B004123FF /* cached-powers.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A47287151A825A004123FF /* cached-powers.h */; };
     55                A8A473AE151A825B004123FF /* diy-fp.cc in Sources */ = {isa = PBXBuildFile; fileRef = A8A47289151A825A004123FF /* diy-fp.cc */; };
     56                A8A473AF151A825B004123FF /* diy-fp.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A4728A151A825A004123FF /* diy-fp.h */; };
     57                A8A473B0151A825B004123FF /* double-conversion.cc in Sources */ = {isa = PBXBuildFile; fileRef = A8A4728B151A825A004123FF /* double-conversion.cc */; };
     58                A8A473B1151A825B004123FF /* double-conversion.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A4728C151A825A004123FF /* double-conversion.h */; };
     59                A8A473B2151A825B004123FF /* double.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A4728D151A825A004123FF /* double.h */; };
     60                A8A473B3151A825B004123FF /* fast-dtoa.cc in Sources */ = {isa = PBXBuildFile; fileRef = A8A4728E151A825A004123FF /* fast-dtoa.cc */; };
     61                A8A473B4151A825B004123FF /* fast-dtoa.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A4728F151A825A004123FF /* fast-dtoa.h */; };
     62                A8A473B5151A825B004123FF /* fixed-dtoa.cc in Sources */ = {isa = PBXBuildFile; fileRef = A8A47290151A825A004123FF /* fixed-dtoa.cc */; };
     63                A8A473B6151A825B004123FF /* fixed-dtoa.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A47291151A825A004123FF /* fixed-dtoa.h */; };
     64                A8A473B7151A825B004123FF /* strtod.cc in Sources */ = {isa = PBXBuildFile; fileRef = A8A47294151A825A004123FF /* strtod.cc */; };
     65                A8A473B8151A825B004123FF /* strtod.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A47295151A825A004123FF /* strtod.h */; };
     66                A8A473B9151A825B004123FF /* utils.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A47296151A825A004123FF /* utils.h */; };
     67                A8A473BA151A825B004123FF /* dtoa.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A8A47297151A825A004123FF /* dtoa.cpp */; };
     68                A8A473BB151A825B004123FF /* dtoa.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A47298151A825A004123FF /* dtoa.h */; };
     69                A8A473BC151A825B004123FF /* DynamicAnnotations.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A8A47299151A825A004123FF /* DynamicAnnotations.cpp */; };
     70                A8A473BD151A825B004123FF /* DynamicAnnotations.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A4729A151A825A004123FF /* DynamicAnnotations.h */; };
     71                A8A473C0151A825B004123FF /* Encoder.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A4729E151A825A004123FF /* Encoder.h */; };
     72                A8A473C1151A825B004123FF /* ExportMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A4729F151A825A004123FF /* ExportMacros.h */; };
     73                A8A473C2151A825B004123FF /* FastAllocBase.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A472A0151A825A004123FF /* FastAllocBase.h */; };
     74                A8A473C3151A825B004123FF /* FastMalloc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A8A472A1151A825A004123FF /* FastMalloc.cpp */; };
     75                A8A473C4151A825B004123FF /* FastMalloc.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A472A2151A825A004123FF /* FastMalloc.h */; };
     76                A8A473C5151A825B004123FF /* FixedArray.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A472A3151A825A004123FF /* FixedArray.h */; };
     77                A8A473C6151A825B004123FF /* Float32Array.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A472A4151A825A004123FF /* Float32Array.h */; };
     78                A8A473C7151A825B004123FF /* Float64Array.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A472A5151A825A004123FF /* Float64Array.h */; };
     79                A8A473C8151A825B004123FF /* Forward.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A472A6151A825A004123FF /* Forward.h */; };
     80                A8A473C9151A825B004123FF /* Functional.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A472A7151A825A004123FF /* Functional.h */; };
     81                A8A473CA151A825B004123FF /* GetPtr.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A472A8151A825A004123FF /* GetPtr.h */; };
     82                A8A473D3151A825B004123FF /* HashCountedSet.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A472B3151A825A004123FF /* HashCountedSet.h */; };
     83                A8A473D4151A825B004123FF /* HashFunctions.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A472B4151A825A004123FF /* HashFunctions.h */; };
     84                A8A473D5151A825B004123FF /* HashIterators.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A472B5151A825A004123FF /* HashIterators.h */; };
     85                A8A473D6151A825B004123FF /* HashMap.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A472B6151A825A004123FF /* HashMap.h */; };
     86                A8A473D7151A825B004123FF /* HashSet.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A472B7151A825A004123FF /* HashSet.h */; };
     87                A8A473D8151A825B004123FF /* HashTable.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A8A472B8151A825A004123FF /* HashTable.cpp */; };
     88                A8A473D9151A825B004123FF /* HashTable.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A472B9151A825A004123FF /* HashTable.h */; };
     89                A8A473DA151A825B004123FF /* HashTraits.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A472BA151A825A004123FF /* HashTraits.h */; };
     90                A8A473DB151A825B004123FF /* HexNumber.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A472BB151A825A004123FF /* HexNumber.h */; };
     91                A8A473DC151A825B004123FF /* InlineASM.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A472BC151A825A004123FF /* InlineASM.h */; };
     92                A8A473DD151A825B004123FF /* Int8Array.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A472BD151A825A004123FF /* Int8Array.h */; };
     93                A8A473DE151A825B004123FF /* Int16Array.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A472BE151A825A004123FF /* Int16Array.h */; };
     94                A8A473DF151A825B004123FF /* Int32Array.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A472BF151A825A004123FF /* Int32Array.h */; };
     95                A8A473E0151A825B004123FF /* IntegralTypedArrayBase.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A472C0151A825A004123FF /* IntegralTypedArrayBase.h */; };
     96                A8A473E1151A825B004123FF /* ListHashSet.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A472C1151A825A004123FF /* ListHashSet.h */; };
     97                A8A473E2151A825B004123FF /* ListRefPtr.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A472C2151A825A004123FF /* ListRefPtr.h */; };
     98                A8A473E3151A825B004123FF /* Locker.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A472C3151A825A004123FF /* Locker.h */; };
     99                A8A473E4151A825B004123FF /* MainThreadMac.mm in Sources */ = {isa = PBXBuildFile; fileRef = A8A472C5151A825A004123FF /* MainThreadMac.mm */; };
     100                A8A473E5151A825B004123FF /* MainThread.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A8A472C6151A825A004123FF /* MainThread.cpp */; };
     101                A8A473E6151A825B004123FF /* MainThread.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A472C7151A825B004123FF /* MainThread.h */; };
     102                A8A473E7151A825B004123FF /* MallocZoneSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A472C8151A825B004123FF /* MallocZoneSupport.h */; };
     103                A8A473E8151A825B004123FF /* MathExtras.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A472C9151A825B004123FF /* MathExtras.h */; };
     104                A8A473E9151A825B004123FF /* MD5.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A8A472CA151A825B004123FF /* MD5.cpp */; };
     105                A8A473EA151A825B004123FF /* MD5.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A472CB151A825B004123FF /* MD5.h */; };
     106                A8A473EB151A825B004123FF /* MessageQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A472CC151A825B004123FF /* MessageQueue.h */; };
     107                A8A473EC151A825B004123FF /* MetaAllocator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A8A472CD151A825B004123FF /* MetaAllocator.cpp */; };
     108                A8A473ED151A825B004123FF /* MetaAllocator.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A472CE151A825B004123FF /* MetaAllocator.h */; };
     109                A8A473EE151A825B004123FF /* MetaAllocatorHandle.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A472CF151A825B004123FF /* MetaAllocatorHandle.h */; };
     110                A8A473EF151A825B004123FF /* Noncopyable.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A472D0151A825B004123FF /* Noncopyable.h */; };
     111                A8A473F0151A825B004123FF /* NonCopyingSort.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A472D1151A825B004123FF /* NonCopyingSort.h */; };
     112                A8A473F1151A825B004123FF /* NotFound.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A472D2151A825B004123FF /* NotFound.h */; };
     113                A8A473F2151A825B004123FF /* NullPtr.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A8A472D3151A825B004123FF /* NullPtr.cpp */; };
     114                A8A473F3151A825B004123FF /* NullPtr.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A472D4151A825B004123FF /* NullPtr.h */; };
     115                A8A473F4151A825B004123FF /* NumberOfCores.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A8A472D5151A825B004123FF /* NumberOfCores.cpp */; };
     116                A8A473F5151A825B004123FF /* NumberOfCores.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A472D6151A825B004123FF /* NumberOfCores.h */; };
     117                A8A473F6151A825B004123FF /* OSAllocator.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A472D7151A825B004123FF /* OSAllocator.h */; };
     118                A8A473F7151A825B004123FF /* OSAllocatorPosix.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A8A472D8151A825B004123FF /* OSAllocatorPosix.cpp */; };
     119                A8A473F9151A825B004123FF /* OSRandomSource.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A8A472DA151A825B004123FF /* OSRandomSource.cpp */; };
     120                A8A473FA151A825B004123FF /* OSRandomSource.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A472DB151A825B004123FF /* OSRandomSource.h */; };
     121                A8A473FB151A825B004123FF /* OwnArrayPtr.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A472DC151A825B004123FF /* OwnArrayPtr.h */; };
     122                A8A473FC151A825B004123FF /* OwnPtr.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A472DD151A825B004123FF /* OwnPtr.h */; };
     123                A8A473FD151A825B004123FF /* OwnPtrCommon.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A472DE151A825B004123FF /* OwnPtrCommon.h */; };
     124                A8A473FE151A825B004123FF /* PackedIntVector.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A472DF151A825B004123FF /* PackedIntVector.h */; };
     125                A8A473FF151A825B004123FF /* PageAllocation.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A472E0151A825B004123FF /* PageAllocation.h */; };
     126                A8A47400151A825B004123FF /* PageAllocationAligned.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A8A472E1151A825B004123FF /* PageAllocationAligned.cpp */; };
     127                A8A47401151A825B004123FF /* PageAllocationAligned.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A472E2151A825B004123FF /* PageAllocationAligned.h */; };
     128                A8A47402151A825B004123FF /* PageBlock.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A8A472E3151A825B004123FF /* PageBlock.cpp */; };
     129                A8A47403151A825B004123FF /* PageBlock.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A472E4151A825B004123FF /* PageBlock.h */; };
     130                A8A47404151A825B004123FF /* PageReservation.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A472E5151A825B004123FF /* PageReservation.h */; };
     131                A8A47405151A825B004123FF /* ParallelJobs.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A472E6151A825B004123FF /* ParallelJobs.h */; };
     132                A8A47408151A825B004123FF /* ParallelJobsLibdispatch.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A472E9151A825B004123FF /* ParallelJobsLibdispatch.h */; };
     133                A8A4740A151A825B004123FF /* PassOwnArrayPtr.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A472EB151A825B004123FF /* PassOwnArrayPtr.h */; };
     134                A8A4740B151A825B004123FF /* PassOwnPtr.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A472EC151A825B004123FF /* PassOwnPtr.h */; };
     135                A8A4740C151A825B004123FF /* PassRefPtr.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A472ED151A825B004123FF /* PassRefPtr.h */; };
     136                A8A4740D151A825B004123FF /* PassTraits.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A472EE151A825B004123FF /* PassTraits.h */; };
     137                A8A4740E151A825B004123FF /* Platform.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A472EF151A825B004123FF /* Platform.h */; };
     138                A8A4740F151A825B004123FF /* PossiblyNull.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A472F3151A825B004123FF /* PossiblyNull.h */; };
     139                A8A47414151A825B004123FF /* RandomNumber.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A8A472FB151A825B004123FF /* RandomNumber.cpp */; };
     140                A8A47415151A825B004123FF /* RandomNumber.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A472FC151A825B004123FF /* RandomNumber.h */; };
     141                A8A47416151A825B004123FF /* RandomNumberSeed.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A472FD151A825B004123FF /* RandomNumberSeed.h */; };
     142                A8A47417151A825B004123FF /* RedBlackTree.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A472FE151A825B004123FF /* RedBlackTree.h */; };
     143                A8A47418151A825B004123FF /* RefCounted.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A472FF151A825B004123FF /* RefCounted.h */; };
     144                A8A47419151A825B004123FF /* RefCountedArray.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A47300151A825B004123FF /* RefCountedArray.h */; };
     145                A8A4741A151A825B004123FF /* RefCountedLeakCounter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A8A47301151A825B004123FF /* RefCountedLeakCounter.cpp */; };
     146                A8A4741B151A825B004123FF /* RefCountedLeakCounter.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A47302151A825B004123FF /* RefCountedLeakCounter.h */; };
     147                A8A4741C151A825B004123FF /* RefPtr.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A47303151A825B004123FF /* RefPtr.h */; };
     148                A8A4741D151A825B004123FF /* RefPtrHashMap.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A47304151A825B004123FF /* RefPtrHashMap.h */; };
     149                A8A4741E151A825B004123FF /* RetainPtr.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A47305151A825B004123FF /* RetainPtr.h */; };
     150                A8A4741F151A825B004123FF /* SegmentedVector.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A47306151A825B004123FF /* SegmentedVector.h */; };
     151                A8A47420151A825B004123FF /* SentinelLinkedList.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A47307151A825B004123FF /* SentinelLinkedList.h */; };
     152                A8A47421151A825B004123FF /* SHA1.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A8A47308151A825B004123FF /* SHA1.cpp */; };
     153                A8A47422151A825B004123FF /* SHA1.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A47309151A825B004123FF /* SHA1.h */; };
     154                A8A47423151A825B004123FF /* SimpleStats.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A4730A151A825B004123FF /* SimpleStats.h */; };
     155                A8A47424151A825B004123FF /* SinglyLinkedList.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A4730B151A825B004123FF /* SinglyLinkedList.h */; };
     156                A8A47425151A825B004123FF /* SizeLimits.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A8A4730C151A825B004123FF /* SizeLimits.cpp */; };
     157                A8A47426151A825B004123FF /* Spectrum.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A4730D151A825B004123FF /* Spectrum.h */; };
     158                A8A47427151A825B004123FF /* StackBounds.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A8A4730E151A825B004123FF /* StackBounds.cpp */; };
     159                A8A47428151A825B004123FF /* StackBounds.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A4730F151A825B004123FF /* StackBounds.h */; };
     160                A8A47429151A825B004123FF /* StaticConstructors.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A47310151A825B004123FF /* StaticConstructors.h */; };
     161                A8A4742A151A825B004123FF /* StdLibExtras.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A47311151A825B004123FF /* StdLibExtras.h */; };
     162                A8A4742B151A825B004123FF /* StringExtras.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A8A47312151A825B004123FF /* StringExtras.cpp */; };
     163                A8A4742C151A825B004123FF /* StringExtras.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A47313151A825B004123FF /* StringExtras.h */; };
     164                A8A4742D151A825B004123FF /* StringHasher.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A47314151A825B004123FF /* StringHasher.h */; };
     165                A8A4742E151A825B004123FF /* TCPackedCache.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A47315151A825B004123FF /* TCPackedCache.h */; };
     166                A8A4742F151A825B004123FF /* TCPageMap.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A47316151A825B004123FF /* TCPageMap.h */; };
     167                A8A47430151A825B004123FF /* TCSpinLock.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A47317151A825B004123FF /* TCSpinLock.h */; };
     168                A8A47431151A825B004123FF /* TCSystemAlloc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A8A47318151A825B004123FF /* TCSystemAlloc.cpp */; };
     169                A8A47432151A825B004123FF /* TCSystemAlloc.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A47319151A825B004123FF /* TCSystemAlloc.h */; };
     170                A8A47433151A825B004123FF /* TemporaryChange.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A4731A151A825B004123FF /* TemporaryChange.h */; };
     171                A8A47434151A825B004123FF /* ASCIIFastPath.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A4731C151A825B004123FF /* ASCIIFastPath.h */; };
     172                A8A47435151A825B004123FF /* AtomicString.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A8A4731D151A825B004123FF /* AtomicString.cpp */; };
     173                A8A47436151A825B004123FF /* AtomicString.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A4731E151A825B004123FF /* AtomicString.h */; };
     174                A8A47437151A825B004123FF /* AtomicStringHash.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A4731F151A825B004123FF /* AtomicStringHash.h */; };
     175                A8A47438151A825B004123FF /* AtomicStringImpl.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A47320151A825B004123FF /* AtomicStringImpl.h */; };
     176                A8A47439151A825B004123FF /* CString.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A8A47321151A825B004123FF /* CString.cpp */; };
     177                A8A4743A151A825B004123FF /* CString.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A47322151A825B004123FF /* CString.h */; };
     178                A8A4743B151A825B004123FF /* StringBuffer.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A47323151A825B004123FF /* StringBuffer.h */; };
     179                A8A4743C151A825B004123FF /* StringBuilder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A8A47324151A825B004123FF /* StringBuilder.cpp */; };
     180                A8A4743D151A825B004123FF /* StringBuilder.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A47325151A825B004123FF /* StringBuilder.h */; };
     181                A8A4743E151A825B004123FF /* StringConcatenate.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A47326151A825B004123FF /* StringConcatenate.h */; };
     182                A8A4743F151A825B004123FF /* StringHash.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A47327151A825B004123FF /* StringHash.h */; };
     183                A8A47440151A825B004123FF /* StringImpl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A8A47328151A825B004123FF /* StringImpl.cpp */; };
     184                A8A47441151A825B004123FF /* StringImpl.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A47329151A825B004123FF /* StringImpl.h */; };
     185                A8A47442151A825B004123FF /* StringOperators.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A4732A151A825B004123FF /* StringOperators.h */; };
     186                A8A47443151A825B004123FF /* StringStatics.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A8A4732B151A825B004123FF /* StringStatics.cpp */; };
     187                A8A47444151A825B004123FF /* TextPosition.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A4732C151A825B004123FF /* TextPosition.h */; };
     188                A8A47445151A825B004123FF /* WTFString.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A8A4732D151A825B004123FF /* WTFString.cpp */; };
     189                A8A47446151A825B004123FF /* WTFString.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A4732E151A825B004123FF /* WTFString.h */; };
     190                A8A47447151A825B004123FF /* ThreadFunctionInvocation.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A4732F151A825B004123FF /* ThreadFunctionInvocation.h */; };
     191                A8A47448151A825B004123FF /* ThreadIdentifierDataPthreads.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A8A47330151A825B004123FF /* ThreadIdentifierDataPthreads.cpp */; };
     192                A8A47449151A825B004123FF /* ThreadIdentifierDataPthreads.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A47331151A825B004123FF /* ThreadIdentifierDataPthreads.h */; };
     193                A8A4744A151A825B004123FF /* Threading.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A8A47332151A825B004123FF /* Threading.cpp */; };
     194                A8A4744B151A825B004123FF /* Threading.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A47333151A825B004123FF /* Threading.h */; };
     195                A8A4744D151A825B004123FF /* ThreadingPrimitives.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A47335151A825B004123FF /* ThreadingPrimitives.h */; };
     196                A8A4744E151A825B004123FF /* ThreadingPthreads.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A8A47336151A825B004123FF /* ThreadingPthreads.cpp */; };
     197                A8A47450151A825B004123FF /* ThreadRestrictionVerifier.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A47338151A825B004123FF /* ThreadRestrictionVerifier.h */; };
     198                A8A47451151A825B004123FF /* BinarySemaphore.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A8A4733A151A825B004123FF /* BinarySemaphore.cpp */; };
     199                A8A47452151A825B004123FF /* BinarySemaphore.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A4733B151A825B004123FF /* BinarySemaphore.h */; };
     200                A8A47454151A825B004123FF /* ThreadSafeRefCounted.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A4733E151A825B004123FF /* ThreadSafeRefCounted.h */; };
     201                A8A47455151A825B004123FF /* ThreadSpecific.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A4733F151A825B004123FF /* ThreadSpecific.h */; };
     202                A8A47457151A825B004123FF /* TypedArrayBase.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A47341151A825B004123FF /* TypedArrayBase.h */; };
     203                A8A47458151A825B004123FF /* TypeTraits.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A8A47342151A825B004123FF /* TypeTraits.cpp */; };
     204                A8A47459151A825B004123FF /* TypeTraits.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A47343151A825B004123FF /* TypeTraits.h */; };
     205                A8A4745A151A825B004123FF /* Uint8Array.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A47344151A825B004123FF /* Uint8Array.h */; };
     206                A8A4745B151A825B004123FF /* Uint8ClampedArray.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A47345151A825B004123FF /* Uint8ClampedArray.h */; };
     207                A8A4745C151A825B004123FF /* Uint16Array.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A47346151A825B004123FF /* Uint16Array.h */; };
     208                A8A4745D151A825B004123FF /* Uint32Array.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A47347151A825B004123FF /* Uint32Array.h */; };
     209                A8A4745E151A825B004123FF /* CharacterNames.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A47349151A825B004123FF /* CharacterNames.h */; };
     210                A8A4745F151A825B004123FF /* Collator.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A4734A151A825B004123FF /* Collator.h */; };
     211                A8A47460151A825B004123FF /* CollatorDefault.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A8A4734B151A825B004123FF /* CollatorDefault.cpp */; };
     212                A8A47463151A825B004123FF /* CollatorICU.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A8A47350151A825B004123FF /* CollatorICU.cpp */; };
     213                A8A47464151A825B004123FF /* UnicodeIcu.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A47351151A825B004123FF /* UnicodeIcu.h */; };
     214                A8A47466151A825B004123FF /* ScriptCodesFromICU.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A47354151A825B004123FF /* ScriptCodesFromICU.h */; };
     215                A8A47467151A825B004123FF /* Unicode.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A47355151A825B004123FF /* Unicode.h */; };
     216                A8A47468151A825B004123FF /* UnicodeMacrosFromICU.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A47356151A825B004123FF /* UnicodeMacrosFromICU.h */; };
     217                A8A47469151A825B004123FF /* UTF8.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A8A47357151A825B004123FF /* UTF8.cpp */; };
     218                A8A4746A151A825B004123FF /* UTF8.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A47358151A825B004123FF /* UTF8.h */; };
     219                A8A4746D151A825B004123FF /* UnionFind.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A4735C151A825B004123FF /* UnionFind.h */; };
     220                A8A4746E151A825B004123FF /* UnusedParam.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A4735D151A825B004123FF /* UnusedParam.h */; };
     221                A8A4746F151A825B004123FF /* ParsedURL.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A8A47360151A825B004123FF /* ParsedURL.cpp */; };
     222                A8A47470151A825B004123FF /* ParsedURL.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A47361151A825B004123FF /* ParsedURL.h */; };
     223                A8A47471151A825B004123FF /* URLString.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A47362151A825B004123FF /* URLString.h */; };
     224                A8A47472151A825B004123FF /* RawURLBuffer.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A47364151A825B004123FF /* RawURLBuffer.h */; };
     225                A8A47473151A825B004123FF /* URLBuffer.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A47365151A825B004123FF /* URLBuffer.h */; };
     226                A8A47474151A825B004123FF /* URLCharacterTypes.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A8A47366151A825B004123FF /* URLCharacterTypes.cpp */; };
     227                A8A47475151A825B004123FF /* URLCharacterTypes.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A47367151A825B004123FF /* URLCharacterTypes.h */; };
     228                A8A47476151A825B004123FF /* URLComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A47368151A825B004123FF /* URLComponent.h */; };
     229                A8A47477151A825B004123FF /* URLEscape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A8A47369151A825B004123FF /* URLEscape.cpp */; };
     230                A8A47478151A825B004123FF /* URLEscape.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A4736A151A825B004123FF /* URLEscape.h */; };
     231                A8A47479151A825B004123FF /* URLParser.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A4736B151A825B004123FF /* URLParser.h */; };
     232                A8A4747A151A825B004123FF /* URLQueryCanonicalizer.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A4736C151A825B004123FF /* URLQueryCanonicalizer.h */; };
     233                A8A4747B151A825B004123FF /* URLSegments.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A8A4736D151A825B004123FF /* URLSegments.cpp */; };
     234                A8A4747C151A825B004123FF /* URLSegments.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A4736E151A825B004123FF /* URLSegments.h */; };
     235                A8A4747D151A825B004123FF /* ValueCheck.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A4736F151A825B004123FF /* ValueCheck.h */; };
     236                A8A4747E151A825B004123FF /* Vector.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A47370151A825B004123FF /* Vector.h */; };
     237                A8A4747F151A825B004123FF /* VectorTraits.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A47371151A825B004123FF /* VectorTraits.h */; };
     238                A8A47480151A825B004123FF /* VMTags.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A47372151A825B004123FF /* VMTags.h */; };
     239                A8A47486151A825B004123FF /* WTFThreadData.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A8A4737A151A825B004123FF /* WTFThreadData.cpp */; };
     240                A8A47487151A825B004123FF /* WTFThreadData.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A4737B151A825B004123FF /* WTFThreadData.h */; };
     241                A8A4748C151A8264004123FF /* config.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A4748B151A8264004123FF /* config.h */; };
    13242/* End PBXBuildFile section */
    14243
     
    19248                5D247B7014689C4700E78B76 /* DebugRelease.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = DebugRelease.xcconfig; sourceTree = "<group>"; };
    20249                5D247B7314689C4700E78B76 /* WTF.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = WTF.xcconfig; sourceTree = "<group>"; };
    21                 5D247B7714689D8900E78B76 /* Stub.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Stub.cpp; sourceTree = "<group>"; };
    22                 5D247B7814689D8900E78B76 /* Stub.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Stub.h; sourceTree = "<group>"; };
    23250                5D247EB11468B01500E78B76 /* HeaderDetection.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = HeaderDetection.h; path = DerivedSources/WTF/HeaderDetection.h; sourceTree = BUILT_PRODUCTS_DIR; };
    24251                A876DBD7151816E500DADB95 /* Platform.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Platform.h; sourceTree = "<group>"; };
     252                A8A47254151A825A004123FF /* Alignment.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Alignment.h; sourceTree = "<group>"; };
     253                A8A47255151A825A004123FF /* AlwaysInline.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AlwaysInline.h; sourceTree = "<group>"; };
     254                A8A47256151A825A004123FF /* ArrayBuffer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ArrayBuffer.cpp; sourceTree = "<group>"; };
     255                A8A47257151A825A004123FF /* ArrayBuffer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ArrayBuffer.h; sourceTree = "<group>"; };
     256                A8A47258151A825A004123FF /* ArrayBufferView.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ArrayBufferView.cpp; sourceTree = "<group>"; };
     257                A8A47259151A825A004123FF /* ArrayBufferView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ArrayBufferView.h; sourceTree = "<group>"; };
     258                A8A4725A151A825A004123FF /* ASCIICType.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ASCIICType.h; sourceTree = "<group>"; };
     259                A8A4725B151A825A004123FF /* Assertions.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Assertions.cpp; sourceTree = "<group>"; };
     260                A8A4725C151A825A004123FF /* Assertions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Assertions.h; sourceTree = "<group>"; };
     261                A8A4725D151A825A004123FF /* Atomics.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Atomics.h; sourceTree = "<group>"; };
     262                A8A4725E151A825A004123FF /* AVLTree.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AVLTree.h; sourceTree = "<group>"; };
     263                A8A4725F151A825A004123FF /* Bitmap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Bitmap.h; sourceTree = "<group>"; };
     264                A8A47260151A825A004123FF /* BitVector.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = BitVector.cpp; sourceTree = "<group>"; };
     265                A8A47261151A825A004123FF /* BitVector.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BitVector.h; sourceTree = "<group>"; };
     266                A8A47264151A825A004123FF /* BlockStack.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BlockStack.h; sourceTree = "<group>"; };
     267                A8A47265151A825A004123FF /* BloomFilter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BloomFilter.h; sourceTree = "<group>"; };
     268                A8A47266151A825A004123FF /* BoundsCheckedPointer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BoundsCheckedPointer.h; sourceTree = "<group>"; };
     269                A8A47267151A825A004123FF /* BumpPointerAllocator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BumpPointerAllocator.h; sourceTree = "<group>"; };
     270                A8A47268151A825A004123FF /* ByteArray.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ByteArray.cpp; sourceTree = "<group>"; };
     271                A8A47269151A825A004123FF /* ByteArray.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ByteArray.h; sourceTree = "<group>"; };
     272                A8A4726A151A825A004123FF /* CheckedArithmetic.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CheckedArithmetic.h; sourceTree = "<group>"; };
     273                A8A4726B151A825A004123FF /* CheckedBoolean.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CheckedBoolean.h; sourceTree = "<group>"; };
     274                A8A47270151A825A004123FF /* Compiler.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Compiler.h; sourceTree = "<group>"; };
     275                A8A47271151A825A004123FF /* Complex.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Complex.h; sourceTree = "<group>"; };
     276                A8A47272151A825A004123FF /* CONTRIBUTORS.pthreads-win32 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "CONTRIBUTORS.pthreads-win32"; sourceTree = "<group>"; };
     277                A8A47273151A825A004123FF /* CryptographicallyRandomNumber.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CryptographicallyRandomNumber.cpp; sourceTree = "<group>"; };
     278                A8A47274151A825A004123FF /* CryptographicallyRandomNumber.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CryptographicallyRandomNumber.h; sourceTree = "<group>"; };
     279                A8A47275151A825A004123FF /* CurrentTime.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CurrentTime.cpp; sourceTree = "<group>"; };
     280                A8A47276151A825A004123FF /* CurrentTime.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CurrentTime.h; sourceTree = "<group>"; };
     281                A8A47277151A825A004123FF /* DataLog.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DataLog.cpp; sourceTree = "<group>"; };
     282                A8A47278151A825A004123FF /* DataLog.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DataLog.h; sourceTree = "<group>"; };
     283                A8A47279151A825A004123FF /* DateMath.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DateMath.cpp; sourceTree = "<group>"; };
     284                A8A4727A151A825A004123FF /* DateMath.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DateMath.h; sourceTree = "<group>"; };
     285                A8A4727B151A825A004123FF /* DecimalNumber.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DecimalNumber.cpp; sourceTree = "<group>"; };
     286                A8A4727C151A825A004123FF /* DecimalNumber.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DecimalNumber.h; sourceTree = "<group>"; };
     287                A8A4727D151A825A004123FF /* Decoder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Decoder.h; sourceTree = "<group>"; };
     288                A8A4727E151A825A004123FF /* Deque.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Deque.h; sourceTree = "<group>"; };
     289                A8A4727F151A825A004123FF /* DisallowCType.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DisallowCType.h; sourceTree = "<group>"; };
     290                A8A47280151A825A004123FF /* DoublyLinkedList.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DoublyLinkedList.h; sourceTree = "<group>"; };
     291                A8A47282151A825A004123FF /* bignum-dtoa.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = "bignum-dtoa.cc"; sourceTree = "<group>"; };
     292                A8A47283151A825A004123FF /* bignum-dtoa.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "bignum-dtoa.h"; sourceTree = "<group>"; };
     293                A8A47284151A825A004123FF /* bignum.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = bignum.cc; sourceTree = "<group>"; };
     294                A8A47285151A825A004123FF /* bignum.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = bignum.h; sourceTree = "<group>"; };
     295                A8A47286151A825A004123FF /* cached-powers.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = "cached-powers.cc"; sourceTree = "<group>"; };
     296                A8A47287151A825A004123FF /* cached-powers.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "cached-powers.h"; sourceTree = "<group>"; };
     297                A8A47288151A825A004123FF /* COPYING */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = COPYING; sourceTree = "<group>"; };
     298                A8A47289151A825A004123FF /* diy-fp.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = "diy-fp.cc"; sourceTree = "<group>"; };
     299                A8A4728A151A825A004123FF /* diy-fp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "diy-fp.h"; sourceTree = "<group>"; };
     300                A8A4728B151A825A004123FF /* double-conversion.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = "double-conversion.cc"; sourceTree = "<group>"; };
     301                A8A4728C151A825A004123FF /* double-conversion.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "double-conversion.h"; sourceTree = "<group>"; };
     302                A8A4728D151A825A004123FF /* double.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = double.h; sourceTree = "<group>"; };
     303                A8A4728E151A825A004123FF /* fast-dtoa.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = "fast-dtoa.cc"; sourceTree = "<group>"; };
     304                A8A4728F151A825A004123FF /* fast-dtoa.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "fast-dtoa.h"; sourceTree = "<group>"; };
     305                A8A47290151A825A004123FF /* fixed-dtoa.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = "fixed-dtoa.cc"; sourceTree = "<group>"; };
     306                A8A47291151A825A004123FF /* fixed-dtoa.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "fixed-dtoa.h"; sourceTree = "<group>"; };
     307                A8A47292151A825A004123FF /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = "<group>"; };
     308                A8A47293151A825A004123FF /* README */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README; sourceTree = "<group>"; };
     309                A8A47294151A825A004123FF /* strtod.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = strtod.cc; sourceTree = "<group>"; };
     310                A8A47295151A825A004123FF /* strtod.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = strtod.h; sourceTree = "<group>"; };
     311                A8A47296151A825A004123FF /* utils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = utils.h; sourceTree = "<group>"; };
     312                A8A47297151A825A004123FF /* dtoa.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = dtoa.cpp; sourceTree = "<group>"; };
     313                A8A47298151A825A004123FF /* dtoa.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = dtoa.h; sourceTree = "<group>"; };
     314                A8A47299151A825A004123FF /* DynamicAnnotations.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DynamicAnnotations.cpp; sourceTree = "<group>"; };
     315                A8A4729A151A825A004123FF /* DynamicAnnotations.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DynamicAnnotations.h; sourceTree = "<group>"; };
     316                A8A4729E151A825A004123FF /* Encoder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Encoder.h; sourceTree = "<group>"; };
     317                A8A4729F151A825A004123FF /* ExportMacros.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ExportMacros.h; sourceTree = "<group>"; };
     318                A8A472A0151A825A004123FF /* FastAllocBase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FastAllocBase.h; sourceTree = "<group>"; };
     319                A8A472A1151A825A004123FF /* FastMalloc.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = FastMalloc.cpp; sourceTree = "<group>"; };
     320                A8A472A2151A825A004123FF /* FastMalloc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FastMalloc.h; sourceTree = "<group>"; };
     321                A8A472A3151A825A004123FF /* FixedArray.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FixedArray.h; sourceTree = "<group>"; };
     322                A8A472A4151A825A004123FF /* Float32Array.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Float32Array.h; sourceTree = "<group>"; };
     323                A8A472A5151A825A004123FF /* Float64Array.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Float64Array.h; sourceTree = "<group>"; };
     324                A8A472A6151A825A004123FF /* Forward.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Forward.h; sourceTree = "<group>"; };
     325                A8A472A7151A825A004123FF /* Functional.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Functional.h; sourceTree = "<group>"; };
     326                A8A472A8151A825A004123FF /* GetPtr.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GetPtr.h; sourceTree = "<group>"; };
     327                A8A472B3151A825A004123FF /* HashCountedSet.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HashCountedSet.h; sourceTree = "<group>"; };
     328                A8A472B4151A825A004123FF /* HashFunctions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HashFunctions.h; sourceTree = "<group>"; };
     329                A8A472B5151A825A004123FF /* HashIterators.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HashIterators.h; sourceTree = "<group>"; };
     330                A8A472B6151A825A004123FF /* HashMap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HashMap.h; sourceTree = "<group>"; };
     331                A8A472B7151A825A004123FF /* HashSet.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HashSet.h; sourceTree = "<group>"; };
     332                A8A472B8151A825A004123FF /* HashTable.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = HashTable.cpp; sourceTree = "<group>"; };
     333                A8A472B9151A825A004123FF /* HashTable.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HashTable.h; sourceTree = "<group>"; };
     334                A8A472BA151A825A004123FF /* HashTraits.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HashTraits.h; sourceTree = "<group>"; };
     335                A8A472BB151A825A004123FF /* HexNumber.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HexNumber.h; sourceTree = "<group>"; };
     336                A8A472BC151A825A004123FF /* InlineASM.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = InlineASM.h; sourceTree = "<group>"; };
     337                A8A472BD151A825A004123FF /* Int8Array.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Int8Array.h; sourceTree = "<group>"; };
     338                A8A472BE151A825A004123FF /* Int16Array.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Int16Array.h; sourceTree = "<group>"; };
     339                A8A472BF151A825A004123FF /* Int32Array.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Int32Array.h; sourceTree = "<group>"; };
     340                A8A472C0151A825A004123FF /* IntegralTypedArrayBase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IntegralTypedArrayBase.h; sourceTree = "<group>"; };
     341                A8A472C1151A825A004123FF /* ListHashSet.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ListHashSet.h; sourceTree = "<group>"; };
     342                A8A472C2151A825A004123FF /* ListRefPtr.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ListRefPtr.h; sourceTree = "<group>"; };
     343                A8A472C3151A825A004123FF /* Locker.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Locker.h; sourceTree = "<group>"; };
     344                A8A472C5151A825A004123FF /* MainThreadMac.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = MainThreadMac.mm; sourceTree = "<group>"; };
     345                A8A472C6151A825A004123FF /* MainThread.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = MainThread.cpp; sourceTree = "<group>"; };
     346                A8A472C7151A825B004123FF /* MainThread.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MainThread.h; sourceTree = "<group>"; };
     347                A8A472C8151A825B004123FF /* MallocZoneSupport.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MallocZoneSupport.h; sourceTree = "<group>"; };
     348                A8A472C9151A825B004123FF /* MathExtras.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MathExtras.h; sourceTree = "<group>"; };
     349                A8A472CA151A825B004123FF /* MD5.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = MD5.cpp; sourceTree = "<group>"; };
     350                A8A472CB151A825B004123FF /* MD5.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MD5.h; sourceTree = "<group>"; };
     351                A8A472CC151A825B004123FF /* MessageQueue.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MessageQueue.h; sourceTree = "<group>"; };
     352                A8A472CD151A825B004123FF /* MetaAllocator.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = MetaAllocator.cpp; sourceTree = "<group>"; };
     353                A8A472CE151A825B004123FF /* MetaAllocator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MetaAllocator.h; sourceTree = "<group>"; };
     354                A8A472CF151A825B004123FF /* MetaAllocatorHandle.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MetaAllocatorHandle.h; sourceTree = "<group>"; };
     355                A8A472D0151A825B004123FF /* Noncopyable.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Noncopyable.h; sourceTree = "<group>"; };
     356                A8A472D1151A825B004123FF /* NonCopyingSort.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NonCopyingSort.h; sourceTree = "<group>"; };
     357                A8A472D2151A825B004123FF /* NotFound.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NotFound.h; sourceTree = "<group>"; };
     358                A8A472D3151A825B004123FF /* NullPtr.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NullPtr.cpp; sourceTree = "<group>"; };
     359                A8A472D4151A825B004123FF /* NullPtr.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NullPtr.h; sourceTree = "<group>"; };
     360                A8A472D5151A825B004123FF /* NumberOfCores.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NumberOfCores.cpp; sourceTree = "<group>"; };
     361                A8A472D6151A825B004123FF /* NumberOfCores.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NumberOfCores.h; sourceTree = "<group>"; };
     362                A8A472D7151A825B004123FF /* OSAllocator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OSAllocator.h; sourceTree = "<group>"; };
     363                A8A472D8151A825B004123FF /* OSAllocatorPosix.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = OSAllocatorPosix.cpp; sourceTree = "<group>"; };
     364                A8A472DA151A825B004123FF /* OSRandomSource.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = OSRandomSource.cpp; sourceTree = "<group>"; };
     365                A8A472DB151A825B004123FF /* OSRandomSource.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OSRandomSource.h; sourceTree = "<group>"; };
     366                A8A472DC151A825B004123FF /* OwnArrayPtr.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OwnArrayPtr.h; sourceTree = "<group>"; };
     367                A8A472DD151A825B004123FF /* OwnPtr.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OwnPtr.h; sourceTree = "<group>"; };
     368                A8A472DE151A825B004123FF /* OwnPtrCommon.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OwnPtrCommon.h; sourceTree = "<group>"; };
     369                A8A472DF151A825B004123FF /* PackedIntVector.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PackedIntVector.h; sourceTree = "<group>"; };
     370                A8A472E0151A825B004123FF /* PageAllocation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PageAllocation.h; sourceTree = "<group>"; };
     371                A8A472E1151A825B004123FF /* PageAllocationAligned.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PageAllocationAligned.cpp; sourceTree = "<group>"; };
     372                A8A472E2151A825B004123FF /* PageAllocationAligned.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PageAllocationAligned.h; sourceTree = "<group>"; };
     373                A8A472E3151A825B004123FF /* PageBlock.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PageBlock.cpp; sourceTree = "<group>"; };
     374                A8A472E4151A825B004123FF /* PageBlock.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PageBlock.h; sourceTree = "<group>"; };
     375                A8A472E5151A825B004123FF /* PageReservation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PageReservation.h; sourceTree = "<group>"; };
     376                A8A472E6151A825B004123FF /* ParallelJobs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ParallelJobs.h; sourceTree = "<group>"; };
     377                A8A472E9151A825B004123FF /* ParallelJobsLibdispatch.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ParallelJobsLibdispatch.h; sourceTree = "<group>"; };
     378                A8A472EB151A825B004123FF /* PassOwnArrayPtr.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PassOwnArrayPtr.h; sourceTree = "<group>"; };
     379                A8A472EC151A825B004123FF /* PassOwnPtr.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PassOwnPtr.h; sourceTree = "<group>"; };
     380                A8A472ED151A825B004123FF /* PassRefPtr.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PassRefPtr.h; sourceTree = "<group>"; };
     381                A8A472EE151A825B004123FF /* PassTraits.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PassTraits.h; sourceTree = "<group>"; };
     382                A8A472EF151A825B004123FF /* Platform.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Platform.h; sourceTree = "<group>"; };
     383                A8A472F3151A825B004123FF /* PossiblyNull.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PossiblyNull.h; sourceTree = "<group>"; };
     384                A8A472FB151A825B004123FF /* RandomNumber.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = RandomNumber.cpp; sourceTree = "<group>"; };
     385                A8A472FC151A825B004123FF /* RandomNumber.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RandomNumber.h; sourceTree = "<group>"; };
     386                A8A472FD151A825B004123FF /* RandomNumberSeed.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RandomNumberSeed.h; sourceTree = "<group>"; };
     387                A8A472FE151A825B004123FF /* RedBlackTree.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RedBlackTree.h; sourceTree = "<group>"; };
     388                A8A472FF151A825B004123FF /* RefCounted.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RefCounted.h; sourceTree = "<group>"; };
     389                A8A47300151A825B004123FF /* RefCountedArray.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RefCountedArray.h; sourceTree = "<group>"; };
     390                A8A47301151A825B004123FF /* RefCountedLeakCounter.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = RefCountedLeakCounter.cpp; sourceTree = "<group>"; };
     391                A8A47302151A825B004123FF /* RefCountedLeakCounter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RefCountedLeakCounter.h; sourceTree = "<group>"; };
     392                A8A47303151A825B004123FF /* RefPtr.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RefPtr.h; sourceTree = "<group>"; };
     393                A8A47304151A825B004123FF /* RefPtrHashMap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RefPtrHashMap.h; sourceTree = "<group>"; };
     394                A8A47305151A825B004123FF /* RetainPtr.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RetainPtr.h; sourceTree = "<group>"; };
     395                A8A47306151A825B004123FF /* SegmentedVector.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SegmentedVector.h; sourceTree = "<group>"; };
     396                A8A47307151A825B004123FF /* SentinelLinkedList.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SentinelLinkedList.h; sourceTree = "<group>"; };
     397                A8A47308151A825B004123FF /* SHA1.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SHA1.cpp; sourceTree = "<group>"; };
     398                A8A47309151A825B004123FF /* SHA1.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SHA1.h; sourceTree = "<group>"; };
     399                A8A4730A151A825B004123FF /* SimpleStats.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SimpleStats.h; sourceTree = "<group>"; };
     400                A8A4730B151A825B004123FF /* SinglyLinkedList.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SinglyLinkedList.h; sourceTree = "<group>"; };
     401                A8A4730C151A825B004123FF /* SizeLimits.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SizeLimits.cpp; sourceTree = "<group>"; };
     402                A8A4730D151A825B004123FF /* Spectrum.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Spectrum.h; sourceTree = "<group>"; };
     403                A8A4730E151A825B004123FF /* StackBounds.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = StackBounds.cpp; sourceTree = "<group>"; };
     404                A8A4730F151A825B004123FF /* StackBounds.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = StackBounds.h; sourceTree = "<group>"; };
     405                A8A47310151A825B004123FF /* StaticConstructors.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = StaticConstructors.h; sourceTree = "<group>"; };
     406                A8A47311151A825B004123FF /* StdLibExtras.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = StdLibExtras.h; sourceTree = "<group>"; };
     407                A8A47312151A825B004123FF /* StringExtras.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = StringExtras.cpp; sourceTree = "<group>"; };
     408                A8A47313151A825B004123FF /* StringExtras.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = StringExtras.h; sourceTree = "<group>"; };
     409                A8A47314151A825B004123FF /* StringHasher.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = StringHasher.h; sourceTree = "<group>"; };
     410                A8A47315151A825B004123FF /* TCPackedCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TCPackedCache.h; sourceTree = "<group>"; };
     411                A8A47316151A825B004123FF /* TCPageMap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TCPageMap.h; sourceTree = "<group>"; };
     412                A8A47317151A825B004123FF /* TCSpinLock.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TCSpinLock.h; sourceTree = "<group>"; };
     413                A8A47318151A825B004123FF /* TCSystemAlloc.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = TCSystemAlloc.cpp; sourceTree = "<group>"; };
     414                A8A47319151A825B004123FF /* TCSystemAlloc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TCSystemAlloc.h; sourceTree = "<group>"; };
     415                A8A4731A151A825B004123FF /* TemporaryChange.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TemporaryChange.h; sourceTree = "<group>"; };
     416                A8A4731C151A825B004123FF /* ASCIIFastPath.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ASCIIFastPath.h; sourceTree = "<group>"; };
     417                A8A4731D151A825B004123FF /* AtomicString.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AtomicString.cpp; sourceTree = "<group>"; };
     418                A8A4731E151A825B004123FF /* AtomicString.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AtomicString.h; sourceTree = "<group>"; };
     419                A8A4731F151A825B004123FF /* AtomicStringHash.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AtomicStringHash.h; sourceTree = "<group>"; };
     420                A8A47320151A825B004123FF /* AtomicStringImpl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AtomicStringImpl.h; sourceTree = "<group>"; };
     421                A8A47321151A825B004123FF /* CString.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CString.cpp; sourceTree = "<group>"; };
     422                A8A47322151A825B004123FF /* CString.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CString.h; sourceTree = "<group>"; };
     423                A8A47323151A825B004123FF /* StringBuffer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = StringBuffer.h; sourceTree = "<group>"; };
     424                A8A47324151A825B004123FF /* StringBuilder.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = StringBuilder.cpp; sourceTree = "<group>"; };
     425                A8A47325151A825B004123FF /* StringBuilder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = StringBuilder.h; sourceTree = "<group>"; };
     426                A8A47326151A825B004123FF /* StringConcatenate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = StringConcatenate.h; sourceTree = "<group>"; };
     427                A8A47327151A825B004123FF /* StringHash.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = StringHash.h; sourceTree = "<group>"; };
     428                A8A47328151A825B004123FF /* StringImpl.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = StringImpl.cpp; sourceTree = "<group>"; };
     429                A8A47329151A825B004123FF /* StringImpl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = StringImpl.h; sourceTree = "<group>"; };
     430                A8A4732A151A825B004123FF /* StringOperators.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = StringOperators.h; sourceTree = "<group>"; };
     431                A8A4732B151A825B004123FF /* StringStatics.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = StringStatics.cpp; sourceTree = "<group>"; };
     432                A8A4732C151A825B004123FF /* TextPosition.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TextPosition.h; sourceTree = "<group>"; };
     433                A8A4732D151A825B004123FF /* WTFString.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = WTFString.cpp; sourceTree = "<group>"; };
     434                A8A4732E151A825B004123FF /* WTFString.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WTFString.h; sourceTree = "<group>"; };
     435                A8A4732F151A825B004123FF /* ThreadFunctionInvocation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ThreadFunctionInvocation.h; sourceTree = "<group>"; };
     436                A8A47330151A825B004123FF /* ThreadIdentifierDataPthreads.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ThreadIdentifierDataPthreads.cpp; sourceTree = "<group>"; };
     437                A8A47331151A825B004123FF /* ThreadIdentifierDataPthreads.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ThreadIdentifierDataPthreads.h; sourceTree = "<group>"; };
     438                A8A47332151A825B004123FF /* Threading.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Threading.cpp; sourceTree = "<group>"; };
     439                A8A47333151A825B004123FF /* Threading.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Threading.h; sourceTree = "<group>"; };
     440                A8A47335151A825B004123FF /* ThreadingPrimitives.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ThreadingPrimitives.h; sourceTree = "<group>"; };
     441                A8A47336151A825B004123FF /* ThreadingPthreads.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ThreadingPthreads.cpp; sourceTree = "<group>"; };
     442                A8A47338151A825B004123FF /* ThreadRestrictionVerifier.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ThreadRestrictionVerifier.h; sourceTree = "<group>"; };
     443                A8A4733A151A825B004123FF /* BinarySemaphore.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = BinarySemaphore.cpp; sourceTree = "<group>"; };
     444                A8A4733B151A825B004123FF /* BinarySemaphore.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BinarySemaphore.h; sourceTree = "<group>"; };
     445                A8A4733E151A825B004123FF /* ThreadSafeRefCounted.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ThreadSafeRefCounted.h; sourceTree = "<group>"; };
     446                A8A4733F151A825B004123FF /* ThreadSpecific.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ThreadSpecific.h; sourceTree = "<group>"; };
     447                A8A47341151A825B004123FF /* TypedArrayBase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TypedArrayBase.h; sourceTree = "<group>"; };
     448                A8A47342151A825B004123FF /* TypeTraits.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = TypeTraits.cpp; sourceTree = "<group>"; };
     449                A8A47343151A825B004123FF /* TypeTraits.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TypeTraits.h; sourceTree = "<group>"; };
     450                A8A47344151A825B004123FF /* Uint8Array.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Uint8Array.h; sourceTree = "<group>"; };
     451                A8A47345151A825B004123FF /* Uint8ClampedArray.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Uint8ClampedArray.h; sourceTree = "<group>"; };
     452                A8A47346151A825B004123FF /* Uint16Array.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Uint16Array.h; sourceTree = "<group>"; };
     453                A8A47347151A825B004123FF /* Uint32Array.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Uint32Array.h; sourceTree = "<group>"; };
     454                A8A47349151A825B004123FF /* CharacterNames.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CharacterNames.h; sourceTree = "<group>"; };
     455                A8A4734A151A825B004123FF /* Collator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Collator.h; sourceTree = "<group>"; };
     456                A8A4734B151A825B004123FF /* CollatorDefault.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CollatorDefault.cpp; sourceTree = "<group>"; };
     457                A8A47350151A825B004123FF /* CollatorICU.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CollatorICU.cpp; sourceTree = "<group>"; };
     458                A8A47351151A825B004123FF /* UnicodeIcu.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = UnicodeIcu.h; sourceTree = "<group>"; };
     459                A8A47354151A825B004123FF /* ScriptCodesFromICU.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ScriptCodesFromICU.h; sourceTree = "<group>"; };
     460                A8A47355151A825B004123FF /* Unicode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Unicode.h; sourceTree = "<group>"; };
     461                A8A47356151A825B004123FF /* UnicodeMacrosFromICU.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = UnicodeMacrosFromICU.h; sourceTree = "<group>"; };
     462                A8A47357151A825B004123FF /* UTF8.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = UTF8.cpp; sourceTree = "<group>"; };
     463                A8A47358151A825B004123FF /* UTF8.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = UTF8.h; sourceTree = "<group>"; };
     464                A8A4735C151A825B004123FF /* UnionFind.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = UnionFind.h; sourceTree = "<group>"; };
     465                A8A4735D151A825B004123FF /* UnusedParam.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = UnusedParam.h; sourceTree = "<group>"; };
     466                A8A47360151A825B004123FF /* ParsedURL.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ParsedURL.cpp; sourceTree = "<group>"; };
     467                A8A47361151A825B004123FF /* ParsedURL.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ParsedURL.h; sourceTree = "<group>"; };
     468                A8A47362151A825B004123FF /* URLString.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = URLString.h; sourceTree = "<group>"; };
     469                A8A47364151A825B004123FF /* RawURLBuffer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RawURLBuffer.h; sourceTree = "<group>"; };
     470                A8A47365151A825B004123FF /* URLBuffer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = URLBuffer.h; sourceTree = "<group>"; };
     471                A8A47366151A825B004123FF /* URLCharacterTypes.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = URLCharacterTypes.cpp; sourceTree = "<group>"; };
     472                A8A47367151A825B004123FF /* URLCharacterTypes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = URLCharacterTypes.h; sourceTree = "<group>"; };
     473                A8A47368151A825B004123FF /* URLComponent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = URLComponent.h; sourceTree = "<group>"; };
     474                A8A47369151A825B004123FF /* URLEscape.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = URLEscape.cpp; sourceTree = "<group>"; };
     475                A8A4736A151A825B004123FF /* URLEscape.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = URLEscape.h; sourceTree = "<group>"; };
     476                A8A4736B151A825B004123FF /* URLParser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = URLParser.h; sourceTree = "<group>"; };
     477                A8A4736C151A825B004123FF /* URLQueryCanonicalizer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = URLQueryCanonicalizer.h; sourceTree = "<group>"; };
     478                A8A4736D151A825B004123FF /* URLSegments.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = URLSegments.cpp; sourceTree = "<group>"; };
     479                A8A4736E151A825B004123FF /* URLSegments.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = URLSegments.h; sourceTree = "<group>"; };
     480                A8A4736F151A825B004123FF /* ValueCheck.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ValueCheck.h; sourceTree = "<group>"; };
     481                A8A47370151A825B004123FF /* Vector.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Vector.h; sourceTree = "<group>"; };
     482                A8A47371151A825B004123FF /* VectorTraits.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VectorTraits.h; sourceTree = "<group>"; };
     483                A8A47372151A825B004123FF /* VMTags.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VMTags.h; sourceTree = "<group>"; };
     484                A8A4737A151A825B004123FF /* WTFThreadData.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = WTFThreadData.cpp; sourceTree = "<group>"; };
     485                A8A4737B151A825B004123FF /* WTFThreadData.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WTFThreadData.h; sourceTree = "<group>"; };
     486                A8A4748B151A8264004123FF /* config.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = config.h; sourceTree = "<group>"; };
    25487/* End PBXFileReference section */
    26488
     
    67529                        isa = PBXGroup;
    68530                        children = (
     531                                A8A4748B151A8264004123FF /* config.h */,
    69532                                5D247EB11468B01500E78B76 /* HeaderDetection.h */,
    70                                 5D247B7714689D8900E78B76 /* Stub.cpp */,
    71                                 5D247B7814689D8900E78B76 /* Stub.h */,
    72533                                A876DBD6151816E500DADB95 /* wtf */,
    73534                        );
     
    78539                        isa = PBXGroup;
    79540                        children = (
     541                                A8A47254151A825A004123FF /* Alignment.h */,
     542                                A8A47255151A825A004123FF /* AlwaysInline.h */,
     543                                A8A47256151A825A004123FF /* ArrayBuffer.cpp */,
     544                                A8A47257151A825A004123FF /* ArrayBuffer.h */,
     545                                A8A47258151A825A004123FF /* ArrayBufferView.cpp */,
     546                                A8A47259151A825A004123FF /* ArrayBufferView.h */,
     547                                A8A4725A151A825A004123FF /* ASCIICType.h */,
     548                                A8A4725B151A825A004123FF /* Assertions.cpp */,
     549                                A8A4725C151A825A004123FF /* Assertions.h */,
     550                                A8A4725D151A825A004123FF /* Atomics.h */,
     551                                A8A4725E151A825A004123FF /* AVLTree.h */,
     552                                A8A4725F151A825A004123FF /* Bitmap.h */,
     553                                A8A47260151A825A004123FF /* BitVector.cpp */,
     554                                A8A47261151A825A004123FF /* BitVector.h */,
     555                                A8A47264151A825A004123FF /* BlockStack.h */,
     556                                A8A47265151A825A004123FF /* BloomFilter.h */,
     557                                A8A47266151A825A004123FF /* BoundsCheckedPointer.h */,
     558                                A8A47267151A825A004123FF /* BumpPointerAllocator.h */,
     559                                A8A47268151A825A004123FF /* ByteArray.cpp */,
     560                                A8A47269151A825A004123FF /* ByteArray.h */,
     561                                A8A4726A151A825A004123FF /* CheckedArithmetic.h */,
     562                                A8A4726B151A825A004123FF /* CheckedBoolean.h */,
     563                                A8A47270151A825A004123FF /* Compiler.h */,
     564                                A8A47271151A825A004123FF /* Complex.h */,
     565                                A8A47272151A825A004123FF /* CONTRIBUTORS.pthreads-win32 */,
     566                                A8A47273151A825A004123FF /* CryptographicallyRandomNumber.cpp */,
     567                                A8A47274151A825A004123FF /* CryptographicallyRandomNumber.h */,
     568                                A8A47275151A825A004123FF /* CurrentTime.cpp */,
     569                                A8A47276151A825A004123FF /* CurrentTime.h */,
     570                                A8A47277151A825A004123FF /* DataLog.cpp */,
     571                                A8A47278151A825A004123FF /* DataLog.h */,
     572                                A8A47279151A825A004123FF /* DateMath.cpp */,
     573                                A8A4727A151A825A004123FF /* DateMath.h */,
     574                                A8A4727B151A825A004123FF /* DecimalNumber.cpp */,
     575                                A8A4727C151A825A004123FF /* DecimalNumber.h */,
     576                                A8A4727D151A825A004123FF /* Decoder.h */,
     577                                A8A4727E151A825A004123FF /* Deque.h */,
     578                                A8A4727F151A825A004123FF /* DisallowCType.h */,
     579                                A8A47280151A825A004123FF /* DoublyLinkedList.h */,
     580                                A8A47281151A825A004123FF /* dtoa */,
     581                                A8A47297151A825A004123FF /* dtoa.cpp */,
     582                                A8A47298151A825A004123FF /* dtoa.h */,
     583                                A8A47299151A825A004123FF /* DynamicAnnotations.cpp */,
     584                                A8A4729A151A825A004123FF /* DynamicAnnotations.h */,
     585                                A8A4729E151A825A004123FF /* Encoder.h */,
     586                                A8A4729F151A825A004123FF /* ExportMacros.h */,
     587                                A8A472A0151A825A004123FF /* FastAllocBase.h */,
     588                                A8A472A1151A825A004123FF /* FastMalloc.cpp */,
     589                                A8A472A2151A825A004123FF /* FastMalloc.h */,
     590                                A8A472A3151A825A004123FF /* FixedArray.h */,
     591                                A8A472A4151A825A004123FF /* Float32Array.h */,
     592                                A8A472A5151A825A004123FF /* Float64Array.h */,
     593                                A8A472A6151A825A004123FF /* Forward.h */,
     594                                A8A472A7151A825A004123FF /* Functional.h */,
     595                                A8A472A8151A825A004123FF /* GetPtr.h */,
     596                                A8A472B3151A825A004123FF /* HashCountedSet.h */,
     597                                A8A472B4151A825A004123FF /* HashFunctions.h */,
     598                                A8A472B5151A825A004123FF /* HashIterators.h */,
     599                                A8A472B6151A825A004123FF /* HashMap.h */,
     600                                A8A472B7151A825A004123FF /* HashSet.h */,
     601                                A8A472B8151A825A004123FF /* HashTable.cpp */,
     602                                A8A472B9151A825A004123FF /* HashTable.h */,
     603                                A8A472BA151A825A004123FF /* HashTraits.h */,
     604                                A8A472BB151A825A004123FF /* HexNumber.h */,
     605                                A8A472BC151A825A004123FF /* InlineASM.h */,
     606                                A8A472BD151A825A004123FF /* Int8Array.h */,
     607                                A8A472BE151A825A004123FF /* Int16Array.h */,
     608                                A8A472BF151A825A004123FF /* Int32Array.h */,
     609                                A8A472C0151A825A004123FF /* IntegralTypedArrayBase.h */,
     610                                A8A472C1151A825A004123FF /* ListHashSet.h */,
     611                                A8A472C2151A825A004123FF /* ListRefPtr.h */,
     612                                A8A472C3151A825A004123FF /* Locker.h */,
     613                                A8A472C4151A825A004123FF /* mac */,
     614                                A8A472C6151A825A004123FF /* MainThread.cpp */,
     615                                A8A472C7151A825B004123FF /* MainThread.h */,
     616                                A8A472C8151A825B004123FF /* MallocZoneSupport.h */,
     617                                A8A472C9151A825B004123FF /* MathExtras.h */,
     618                                A8A472CA151A825B004123FF /* MD5.cpp */,
     619                                A8A472CB151A825B004123FF /* MD5.h */,
     620                                A8A472CC151A825B004123FF /* MessageQueue.h */,
     621                                A8A472CD151A825B004123FF /* MetaAllocator.cpp */,
     622                                A8A472CE151A825B004123FF /* MetaAllocator.h */,
     623                                A8A472CF151A825B004123FF /* MetaAllocatorHandle.h */,
     624                                A8A472D0151A825B004123FF /* Noncopyable.h */,
     625                                A8A472D1151A825B004123FF /* NonCopyingSort.h */,
     626                                A8A472D2151A825B004123FF /* NotFound.h */,
     627                                A8A472D3151A825B004123FF /* NullPtr.cpp */,
     628                                A8A472D4151A825B004123FF /* NullPtr.h */,
     629                                A8A472D5151A825B004123FF /* NumberOfCores.cpp */,
     630                                A8A472D6151A825B004123FF /* NumberOfCores.h */,
     631                                A8A472D7151A825B004123FF /* OSAllocator.h */,
     632                                A8A472D8151A825B004123FF /* OSAllocatorPosix.cpp */,
     633                                A8A472DA151A825B004123FF /* OSRandomSource.cpp */,
     634                                A8A472DB151A825B004123FF /* OSRandomSource.h */,
     635                                A8A472DC151A825B004123FF /* OwnArrayPtr.h */,
     636                                A8A472DD151A825B004123FF /* OwnPtr.h */,
     637                                A8A472DE151A825B004123FF /* OwnPtrCommon.h */,
     638                                A8A472DF151A825B004123FF /* PackedIntVector.h */,
     639                                A8A472E0151A825B004123FF /* PageAllocation.h */,
     640                                A8A472E1151A825B004123FF /* PageAllocationAligned.cpp */,
     641                                A8A472E2151A825B004123FF /* PageAllocationAligned.h */,
     642                                A8A472E3151A825B004123FF /* PageBlock.cpp */,
     643                                A8A472E4151A825B004123FF /* PageBlock.h */,
     644                                A8A472E5151A825B004123FF /* PageReservation.h */,
     645                                A8A472E6151A825B004123FF /* ParallelJobs.h */,
     646                                A8A472E9151A825B004123FF /* ParallelJobsLibdispatch.h */,
     647                                A8A472EB151A825B004123FF /* PassOwnArrayPtr.h */,
     648                                A8A472EC151A825B004123FF /* PassOwnPtr.h */,
     649                                A8A472ED151A825B004123FF /* PassRefPtr.h */,
     650                                A8A472EE151A825B004123FF /* PassTraits.h */,
     651                                A8A472EF151A825B004123FF /* Platform.h */,
     652                                A8A472F3151A825B004123FF /* PossiblyNull.h */,
     653                                A8A472FB151A825B004123FF /* RandomNumber.cpp */,
     654                                A8A472FC151A825B004123FF /* RandomNumber.h */,
     655                                A8A472FD151A825B004123FF /* RandomNumberSeed.h */,
     656                                A8A472FE151A825B004123FF /* RedBlackTree.h */,
     657                                A8A472FF151A825B004123FF /* RefCounted.h */,
     658                                A8A47300151A825B004123FF /* RefCountedArray.h */,
     659                                A8A47301151A825B004123FF /* RefCountedLeakCounter.cpp */,
     660                                A8A47302151A825B004123FF /* RefCountedLeakCounter.h */,
     661                                A8A47303151A825B004123FF /* RefPtr.h */,
     662                                A8A47304151A825B004123FF /* RefPtrHashMap.h */,
     663                                A8A47305151A825B004123FF /* RetainPtr.h */,
     664                                A8A47306151A825B004123FF /* SegmentedVector.h */,
     665                                A8A47307151A825B004123FF /* SentinelLinkedList.h */,
     666                                A8A47308151A825B004123FF /* SHA1.cpp */,
     667                                A8A47309151A825B004123FF /* SHA1.h */,
     668                                A8A4730A151A825B004123FF /* SimpleStats.h */,
     669                                A8A4730B151A825B004123FF /* SinglyLinkedList.h */,
     670                                A8A4730C151A825B004123FF /* SizeLimits.cpp */,
     671                                A8A4730D151A825B004123FF /* Spectrum.h */,
     672                                A8A4730E151A825B004123FF /* StackBounds.cpp */,
     673                                A8A4730F151A825B004123FF /* StackBounds.h */,
     674                                A8A47310151A825B004123FF /* StaticConstructors.h */,
     675                                A8A47311151A825B004123FF /* StdLibExtras.h */,
     676                                A8A47312151A825B004123FF /* StringExtras.cpp */,
     677                                A8A47313151A825B004123FF /* StringExtras.h */,
     678                                A8A47314151A825B004123FF /* StringHasher.h */,
     679                                A8A47315151A825B004123FF /* TCPackedCache.h */,
     680                                A8A47316151A825B004123FF /* TCPageMap.h */,
     681                                A8A47317151A825B004123FF /* TCSpinLock.h */,
     682                                A8A47318151A825B004123FF /* TCSystemAlloc.cpp */,
     683                                A8A47319151A825B004123FF /* TCSystemAlloc.h */,
     684                                A8A4731A151A825B004123FF /* TemporaryChange.h */,
     685                                A8A4731B151A825B004123FF /* text */,
     686                                A8A4732F151A825B004123FF /* ThreadFunctionInvocation.h */,
     687                                A8A47330151A825B004123FF /* ThreadIdentifierDataPthreads.cpp */,
     688                                A8A47331151A825B004123FF /* ThreadIdentifierDataPthreads.h */,
     689                                A8A47332151A825B004123FF /* Threading.cpp */,
     690                                A8A47333151A825B004123FF /* Threading.h */,
     691                                A8A47335151A825B004123FF /* ThreadingPrimitives.h */,
     692                                A8A47336151A825B004123FF /* ThreadingPthreads.cpp */,
     693                                A8A47338151A825B004123FF /* ThreadRestrictionVerifier.h */,
     694                                A8A47339151A825B004123FF /* threads */,
     695                                A8A4733E151A825B004123FF /* ThreadSafeRefCounted.h */,
     696                                A8A4733F151A825B004123FF /* ThreadSpecific.h */,
     697                                A8A47341151A825B004123FF /* TypedArrayBase.h */,
     698                                A8A47342151A825B004123FF /* TypeTraits.cpp */,
     699                                A8A47343151A825B004123FF /* TypeTraits.h */,
     700                                A8A47344151A825B004123FF /* Uint8Array.h */,
     701                                A8A47345151A825B004123FF /* Uint8ClampedArray.h */,
     702                                A8A47346151A825B004123FF /* Uint16Array.h */,
     703                                A8A47347151A825B004123FF /* Uint32Array.h */,
     704                                A8A47348151A825B004123FF /* unicode */,
     705                                A8A4735C151A825B004123FF /* UnionFind.h */,
     706                                A8A4735D151A825B004123FF /* UnusedParam.h */,
     707                                A8A4735E151A825B004123FF /* url */,
     708                                A8A4736F151A825B004123FF /* ValueCheck.h */,
     709                                A8A47370151A825B004123FF /* Vector.h */,
     710                                A8A47371151A825B004123FF /* VectorTraits.h */,
     711                                A8A47372151A825B004123FF /* VMTags.h */,
     712                                A8A4737A151A825B004123FF /* WTFThreadData.cpp */,
     713                                A8A4737B151A825B004123FF /* WTFThreadData.h */,
    80714                                A876DBD7151816E500DADB95 /* Platform.h */,
    81715                        );
    82716                        path = wtf;
     717                        sourceTree = "<group>";
     718                };
     719                A8A47281151A825A004123FF /* dtoa */ = {
     720                        isa = PBXGroup;
     721                        children = (
     722                                A8A47282151A825A004123FF /* bignum-dtoa.cc */,
     723                                A8A47283151A825A004123FF /* bignum-dtoa.h */,
     724                                A8A47284151A825A004123FF /* bignum.cc */,
     725                                A8A47285151A825A004123FF /* bignum.h */,
     726                                A8A47286151A825A004123FF /* cached-powers.cc */,
     727                                A8A47287151A825A004123FF /* cached-powers.h */,
     728                                A8A47288151A825A004123FF /* COPYING */,
     729                                A8A47289151A825A004123FF /* diy-fp.cc */,
     730                                A8A4728A151A825A004123FF /* diy-fp.h */,
     731                                A8A4728B151A825A004123FF /* double-conversion.cc */,
     732                                A8A4728C151A825A004123FF /* double-conversion.h */,
     733                                A8A4728D151A825A004123FF /* double.h */,
     734                                A8A4728E151A825A004123FF /* fast-dtoa.cc */,
     735                                A8A4728F151A825A004123FF /* fast-dtoa.h */,
     736                                A8A47290151A825A004123FF /* fixed-dtoa.cc */,
     737                                A8A47291151A825A004123FF /* fixed-dtoa.h */,
     738                                A8A47292151A825A004123FF /* LICENSE */,
     739                                A8A47293151A825A004123FF /* README */,
     740                                A8A47294151A825A004123FF /* strtod.cc */,
     741                                A8A47295151A825A004123FF /* strtod.h */,
     742                                A8A47296151A825A004123FF /* utils.h */,
     743                        );
     744                        path = dtoa;
     745                        sourceTree = "<group>";
     746                };
     747                A8A472C4151A825A004123FF /* mac */ = {
     748                        isa = PBXGroup;
     749                        children = (
     750                                A8A472C5151A825A004123FF /* MainThreadMac.mm */,
     751                        );
     752                        path = mac;
     753                        sourceTree = "<group>";
     754                };
     755                A8A4731B151A825B004123FF /* text */ = {
     756                        isa = PBXGroup;
     757                        children = (
     758                                A8A4731C151A825B004123FF /* ASCIIFastPath.h */,
     759                                A8A4731D151A825B004123FF /* AtomicString.cpp */,
     760                                A8A4731E151A825B004123FF /* AtomicString.h */,
     761                                A8A4731F151A825B004123FF /* AtomicStringHash.h */,
     762                                A8A47320151A825B004123FF /* AtomicStringImpl.h */,
     763                                A8A47321151A825B004123FF /* CString.cpp */,
     764                                A8A47322151A825B004123FF /* CString.h */,
     765                                A8A47323151A825B004123FF /* StringBuffer.h */,
     766                                A8A47324151A825B004123FF /* StringBuilder.cpp */,
     767                                A8A47325151A825B004123FF /* StringBuilder.h */,
     768                                A8A47326151A825B004123FF /* StringConcatenate.h */,
     769                                A8A47327151A825B004123FF /* StringHash.h */,
     770                                A8A47328151A825B004123FF /* StringImpl.cpp */,
     771                                A8A47329151A825B004123FF /* StringImpl.h */,
     772                                A8A4732A151A825B004123FF /* StringOperators.h */,
     773                                A8A4732B151A825B004123FF /* StringStatics.cpp */,
     774                                A8A4732C151A825B004123FF /* TextPosition.h */,
     775                                A8A4732D151A825B004123FF /* WTFString.cpp */,
     776                                A8A4732E151A825B004123FF /* WTFString.h */,
     777                        );
     778                        path = text;
     779                        sourceTree = "<group>";
     780                };
     781                A8A47339151A825B004123FF /* threads */ = {
     782                        isa = PBXGroup;
     783                        children = (
     784                                A8A4733A151A825B004123FF /* BinarySemaphore.cpp */,
     785                                A8A4733B151A825B004123FF /* BinarySemaphore.h */,
     786                        );
     787                        path = threads;
     788                        sourceTree = "<group>";
     789                };
     790                A8A47348151A825B004123FF /* unicode */ = {
     791                        isa = PBXGroup;
     792                        children = (
     793                                A8A47349151A825B004123FF /* CharacterNames.h */,
     794                                A8A4734A151A825B004123FF /* Collator.h */,
     795                                A8A4734B151A825B004123FF /* CollatorDefault.cpp */,
     796                                A8A4734F151A825B004123FF /* icu */,
     797                                A8A47354151A825B004123FF /* ScriptCodesFromICU.h */,
     798                                A8A47355151A825B004123FF /* Unicode.h */,
     799                                A8A47356151A825B004123FF /* UnicodeMacrosFromICU.h */,
     800                                A8A47357151A825B004123FF /* UTF8.cpp */,
     801                                A8A47358151A825B004123FF /* UTF8.h */,
     802                        );
     803                        path = unicode;
     804                        sourceTree = "<group>";
     805                };
     806                A8A4734F151A825B004123FF /* icu */ = {
     807                        isa = PBXGroup;
     808                        children = (
     809                                A8A47350151A825B004123FF /* CollatorICU.cpp */,
     810                                A8A47351151A825B004123FF /* UnicodeIcu.h */,
     811                        );
     812                        path = icu;
     813                        sourceTree = "<group>";
     814                };
     815                A8A4735E151A825B004123FF /* url */ = {
     816                        isa = PBXGroup;
     817                        children = (
     818                                A8A4735F151A825B004123FF /* api */,
     819                                A8A47363151A825B004123FF /* src */,
     820                        );
     821                        path = url;
     822                        sourceTree = "<group>";
     823                };
     824                A8A4735F151A825B004123FF /* api */ = {
     825                        isa = PBXGroup;
     826                        children = (
     827                                A8A47360151A825B004123FF /* ParsedURL.cpp */,
     828                                A8A47361151A825B004123FF /* ParsedURL.h */,
     829                                A8A47362151A825B004123FF /* URLString.h */,
     830                        );
     831                        path = api;
     832                        sourceTree = "<group>";
     833                };
     834                A8A47363151A825B004123FF /* src */ = {
     835                        isa = PBXGroup;
     836                        children = (
     837                                A8A47364151A825B004123FF /* RawURLBuffer.h */,
     838                                A8A47365151A825B004123FF /* URLBuffer.h */,
     839                                A8A47366151A825B004123FF /* URLCharacterTypes.cpp */,
     840                                A8A47367151A825B004123FF /* URLCharacterTypes.h */,
     841                                A8A47368151A825B004123FF /* URLComponent.h */,
     842                                A8A47369151A825B004123FF /* URLEscape.cpp */,
     843                                A8A4736A151A825B004123FF /* URLEscape.h */,
     844                                A8A4736B151A825B004123FF /* URLParser.h */,
     845                                A8A4736C151A825B004123FF /* URLQueryCanonicalizer.h */,
     846                                A8A4736D151A825B004123FF /* URLSegments.cpp */,
     847                                A8A4736E151A825B004123FF /* URLSegments.h */,
     848                        );
     849                        path = src;
    83850                        sourceTree = "<group>";
    84851                };
     
    90857                        buildActionMask = 2147483647;
    91858                        files = (
    92                                 5D247B7A14689D8900E78B76 /* Stub.h in Headers */,
    93859                                A876DBD8151816E500DADB95 /* Platform.h in Headers */,
     860                                A8A4737F151A825B004123FF /* Alignment.h in Headers */,
     861                                A8A47380151A825B004123FF /* AlwaysInline.h in Headers */,
     862                                A8A47382151A825B004123FF /* ArrayBuffer.h in Headers */,
     863                                A8A47384151A825B004123FF /* ArrayBufferView.h in Headers */,
     864                                A8A47385151A825B004123FF /* ASCIICType.h in Headers */,
     865                                A8A47387151A825B004123FF /* Assertions.h in Headers */,
     866                                A8A47388151A825B004123FF /* Atomics.h in Headers */,
     867                                A8A47389151A825B004123FF /* AVLTree.h in Headers */,
     868                                A8A4738A151A825B004123FF /* Bitmap.h in Headers */,
     869                                A8A4738C151A825B004123FF /* BitVector.h in Headers */,
     870                                A8A4738E151A825B004123FF /* BlockStack.h in Headers */,
     871                                A8A4738F151A825B004123FF /* BloomFilter.h in Headers */,
     872                                A8A47390151A825B004123FF /* BoundsCheckedPointer.h in Headers */,
     873                                A8A47391151A825B004123FF /* BumpPointerAllocator.h in Headers */,
     874                                A8A47393151A825B004123FF /* ByteArray.h in Headers */,
     875                                A8A47394151A825B004123FF /* CheckedArithmetic.h in Headers */,
     876                                A8A47395151A825B004123FF /* CheckedBoolean.h in Headers */,
     877                                A8A47398151A825B004123FF /* Compiler.h in Headers */,
     878                                A8A47399151A825B004123FF /* Complex.h in Headers */,
     879                                A8A4739B151A825B004123FF /* CryptographicallyRandomNumber.h in Headers */,
     880                                A8A4739D151A825B004123FF /* CurrentTime.h in Headers */,
     881                                A8A4739F151A825B004123FF /* DataLog.h in Headers */,
     882                                A8A473A1151A825B004123FF /* DateMath.h in Headers */,
     883                                A8A473A3151A825B004123FF /* DecimalNumber.h in Headers */,
     884                                A8A473A4151A825B004123FF /* Decoder.h in Headers */,
     885                                A8A473A5151A825B004123FF /* Deque.h in Headers */,
     886                                A8A473A6151A825B004123FF /* DisallowCType.h in Headers */,
     887                                A8A473A7151A825B004123FF /* DoublyLinkedList.h in Headers */,
     888                                A8A473A9151A825B004123FF /* bignum-dtoa.h in Headers */,
     889                                A8A473AB151A825B004123FF /* bignum.h in Headers */,
     890                                A8A473AD151A825B004123FF /* cached-powers.h in Headers */,
     891                                A8A473AF151A825B004123FF /* diy-fp.h in Headers */,
     892                                A8A473B1151A825B004123FF /* double-conversion.h in Headers */,
     893                                A8A473B2151A825B004123FF /* double.h in Headers */,
     894                                A8A473B4151A825B004123FF /* fast-dtoa.h in Headers */,
     895                                A8A473B6151A825B004123FF /* fixed-dtoa.h in Headers */,
     896                                A8A473B8151A825B004123FF /* strtod.h in Headers */,
     897                                A8A473B9151A825B004123FF /* utils.h in Headers */,
     898                                A8A473BB151A825B004123FF /* dtoa.h in Headers */,
     899                                A8A473BD151A825B004123FF /* DynamicAnnotations.h in Headers */,
     900                                A8A473C0151A825B004123FF /* Encoder.h in Headers */,
     901                                A8A473C1151A825B004123FF /* ExportMacros.h in Headers */,
     902                                A8A473C2151A825B004123FF /* FastAllocBase.h in Headers */,
     903                                A8A473C4151A825B004123FF /* FastMalloc.h in Headers */,
     904                                A8A473C5151A825B004123FF /* FixedArray.h in Headers */,
     905                                A8A473C6151A825B004123FF /* Float32Array.h in Headers */,
     906                                A8A473C7151A825B004123FF /* Float64Array.h in Headers */,
     907                                A8A473C8151A825B004123FF /* Forward.h in Headers */,
     908                                A8A473C9151A825B004123FF /* Functional.h in Headers */,
     909                                A8A473CA151A825B004123FF /* GetPtr.h in Headers */,
     910                                A8A473D3151A825B004123FF /* HashCountedSet.h in Headers */,
     911                                A8A473D4151A825B004123FF /* HashFunctions.h in Headers */,
     912                                A8A473D5151A825B004123FF /* HashIterators.h in Headers */,
     913                                A8A473D6151A825B004123FF /* HashMap.h in Headers */,
     914                                A8A473D7151A825B004123FF /* HashSet.h in Headers */,
     915                                A8A473D9151A825B004123FF /* HashTable.h in Headers */,
     916                                A8A473DA151A825B004123FF /* HashTraits.h in Headers */,
     917                                A8A473DB151A825B004123FF /* HexNumber.h in Headers */,
     918                                A8A473DC151A825B004123FF /* InlineASM.h in Headers */,
     919                                A8A473DD151A825B004123FF /* Int8Array.h in Headers */,
     920                                A8A473DE151A825B004123FF /* Int16Array.h in Headers */,
     921                                A8A473DF151A825B004123FF /* Int32Array.h in Headers */,
     922                                A8A473E0151A825B004123FF /* IntegralTypedArrayBase.h in Headers */,
     923                                A8A473E1151A825B004123FF /* ListHashSet.h in Headers */,
     924                                A8A473E2151A825B004123FF /* ListRefPtr.h in Headers */,
     925                                A8A473E3151A825B004123FF /* Locker.h in Headers */,
     926                                A8A473E6151A825B004123FF /* MainThread.h in Headers */,
     927                                A8A473E7151A825B004123FF /* MallocZoneSupport.h in Headers */,
     928                                A8A473E8151A825B004123FF /* MathExtras.h in Headers */,
     929                                A8A473EA151A825B004123FF /* MD5.h in Headers */,
     930                                A8A473EB151A825B004123FF /* MessageQueue.h in Headers */,
     931                                A8A473ED151A825B004123FF /* MetaAllocator.h in Headers */,
     932                                A8A473EE151A825B004123FF /* MetaAllocatorHandle.h in Headers */,
     933                                A8A473EF151A825B004123FF /* Noncopyable.h in Headers */,
     934                                A8A473F0151A825B004123FF /* NonCopyingSort.h in Headers */,
     935                                A8A473F1151A825B004123FF /* NotFound.h in Headers */,
     936                                A8A473F3151A825B004123FF /* NullPtr.h in Headers */,
     937                                A8A473F5151A825B004123FF /* NumberOfCores.h in Headers */,
     938                                A8A473F6151A825B004123FF /* OSAllocator.h in Headers */,
     939                                A8A473FA151A825B004123FF /* OSRandomSource.h in Headers */,
     940                                A8A473FB151A825B004123FF /* OwnArrayPtr.h in Headers */,
     941                                A8A473FC151A825B004123FF /* OwnPtr.h in Headers */,
     942                                A8A473FD151A825B004123FF /* OwnPtrCommon.h in Headers */,
     943                                A8A473FE151A825B004123FF /* PackedIntVector.h in Headers */,
     944                                A8A473FF151A825B004123FF /* PageAllocation.h in Headers */,
     945                                A8A47401151A825B004123FF /* PageAllocationAligned.h in Headers */,
     946                                A8A47403151A825B004123FF /* PageBlock.h in Headers */,
     947                                A8A47404151A825B004123FF /* PageReservation.h in Headers */,
     948                                A8A47405151A825B004123FF /* ParallelJobs.h in Headers */,
     949                                A8A47408151A825B004123FF /* ParallelJobsLibdispatch.h in Headers */,
     950                                A8A4740A151A825B004123FF /* PassOwnArrayPtr.h in Headers */,
     951                                A8A4740B151A825B004123FF /* PassOwnPtr.h in Headers */,
     952                                A8A4740C151A825B004123FF /* PassRefPtr.h in Headers */,
     953                                A8A4740D151A825B004123FF /* PassTraits.h in Headers */,
     954                                A8A4740E151A825B004123FF /* Platform.h in Headers */,
     955                                A8A4740F151A825B004123FF /* PossiblyNull.h in Headers */,
     956                                A8A47415151A825B004123FF /* RandomNumber.h in Headers */,
     957                                A8A47416151A825B004123FF /* RandomNumberSeed.h in Headers */,
     958                                A8A47417151A825B004123FF /* RedBlackTree.h in Headers */,
     959                                A8A47418151A825B004123FF /* RefCounted.h in Headers */,
     960                                A8A47419151A825B004123FF /* RefCountedArray.h in Headers */,
     961                                A8A4741B151A825B004123FF /* RefCountedLeakCounter.h in Headers */,
     962                                A8A4741C151A825B004123FF /* RefPtr.h in Headers */,
     963                                A8A4741D151A825B004123FF /* RefPtrHashMap.h in Headers */,
     964                                A8A4741E151A825B004123FF /* RetainPtr.h in Headers */,
     965                                A8A4741F151A825B004123FF /* SegmentedVector.h in Headers */,
     966                                A8A47420151A825B004123FF /* SentinelLinkedList.h in Headers */,
     967                                A8A47422151A825B004123FF /* SHA1.h in Headers */,
     968                                A8A47423151A825B004123FF /* SimpleStats.h in Headers */,
     969                                A8A47424151A825B004123FF /* SinglyLinkedList.h in Headers */,
     970                                A8A47426151A825B004123FF /* Spectrum.h in Headers */,
     971                                A8A47428151A825B004123FF /* StackBounds.h in Headers */,
     972                                A8A47429151A825B004123FF /* StaticConstructors.h in Headers */,
     973                                A8A4742A151A825B004123FF /* StdLibExtras.h in Headers */,
     974                                A8A4742C151A825B004123FF /* StringExtras.h in Headers */,
     975                                A8A4742D151A825B004123FF /* StringHasher.h in Headers */,
     976                                A8A4742E151A825B004123FF /* TCPackedCache.h in Headers */,
     977                                A8A4742F151A825B004123FF /* TCPageMap.h in Headers */,
     978                                A8A47430151A825B004123FF /* TCSpinLock.h in Headers */,
     979                                A8A47432151A825B004123FF /* TCSystemAlloc.h in Headers */,
     980                                A8A47433151A825B004123FF /* TemporaryChange.h in Headers */,
     981                                A8A47434151A825B004123FF /* ASCIIFastPath.h in Headers */,
     982                                A8A47436151A825B004123FF /* AtomicString.h in Headers */,
     983                                A8A47437151A825B004123FF /* AtomicStringHash.h in Headers */,
     984                                A8A47438151A825B004123FF /* AtomicStringImpl.h in Headers */,
     985                                A8A4743A151A825B004123FF /* CString.h in Headers */,
     986                                A8A4743B151A825B004123FF /* StringBuffer.h in Headers */,
     987                                A8A4743D151A825B004123FF /* StringBuilder.h in Headers */,
     988                                A8A4743E151A825B004123FF /* StringConcatenate.h in Headers */,
     989                                A8A4743F151A825B004123FF /* StringHash.h in Headers */,
     990                                A8A47441151A825B004123FF /* StringImpl.h in Headers */,
     991                                A8A47442151A825B004123FF /* StringOperators.h in Headers */,
     992                                A8A47444151A825B004123FF /* TextPosition.h in Headers */,
     993                                A8A47446151A825B004123FF /* WTFString.h in Headers */,
     994                                A8A47447151A825B004123FF /* ThreadFunctionInvocation.h in Headers */,
     995                                A8A47449151A825B004123FF /* ThreadIdentifierDataPthreads.h in Headers */,
     996                                A8A4744B151A825B004123FF /* Threading.h in Headers */,
     997                                A8A4744D151A825B004123FF /* ThreadingPrimitives.h in Headers */,
     998                                A8A47450151A825B004123FF /* ThreadRestrictionVerifier.h in Headers */,
     999                                A8A47452151A825B004123FF /* BinarySemaphore.h in Headers */,
     1000                                A8A47454151A825B004123FF /* ThreadSafeRefCounted.h in Headers */,
     1001                                A8A47455151A825B004123FF /* ThreadSpecific.h in Headers */,
     1002                                A8A47457151A825B004123FF /* TypedArrayBase.h in Headers */,
     1003                                A8A47459151A825B004123FF /* TypeTraits.h in Headers */,
     1004                                A8A4745A151A825B004123FF /* Uint8Array.h in Headers */,
     1005                                A8A4745B151A825B004123FF /* Uint8ClampedArray.h in Headers */,
     1006                                A8A4745C151A825B004123FF /* Uint16Array.h in Headers */,
     1007                                A8A4745D151A825B004123FF /* Uint32Array.h in Headers */,
     1008                                A8A4745E151A825B004123FF /* CharacterNames.h in Headers */,
     1009                                A8A4745F151A825B004123FF /* Collator.h in Headers */,
     1010                                A8A47464151A825B004123FF /* UnicodeIcu.h in Headers */,
     1011                                A8A47466151A825B004123FF /* ScriptCodesFromICU.h in Headers */,
     1012                                A8A47467151A825B004123FF /* Unicode.h in Headers */,
     1013                                A8A47468151A825B004123FF /* UnicodeMacrosFromICU.h in Headers */,
     1014                                A8A4746A151A825B004123FF /* UTF8.h in Headers */,
     1015                                A8A4746D151A825B004123FF /* UnionFind.h in Headers */,
     1016                                A8A4746E151A825B004123FF /* UnusedParam.h in Headers */,
     1017                                A8A47470151A825B004123FF /* ParsedURL.h in Headers */,
     1018                                A8A47471151A825B004123FF /* URLString.h in Headers */,
     1019                                A8A47472151A825B004123FF /* RawURLBuffer.h in Headers */,
     1020                                A8A47473151A825B004123FF /* URLBuffer.h in Headers */,
     1021                                A8A47475151A825B004123FF /* URLCharacterTypes.h in Headers */,
     1022                                A8A47476151A825B004123FF /* URLComponent.h in Headers */,
     1023                                A8A47478151A825B004123FF /* URLEscape.h in Headers */,
     1024                                A8A47479151A825B004123FF /* URLParser.h in Headers */,
     1025                                A8A4747A151A825B004123FF /* URLQueryCanonicalizer.h in Headers */,
     1026                                A8A4747C151A825B004123FF /* URLSegments.h in Headers */,
     1027                                A8A4747D151A825B004123FF /* ValueCheck.h in Headers */,
     1028                                A8A4747E151A825B004123FF /* Vector.h in Headers */,
     1029                                A8A4747F151A825B004123FF /* VectorTraits.h in Headers */,
     1030                                A8A47480151A825B004123FF /* VMTags.h in Headers */,
     1031                                A8A47487151A825B004123FF /* WTFThreadData.h in Headers */,
     1032                                A8A4748C151A8264004123FF /* config.h in Headers */,
    941033                        );
    951034                        runOnlyForDeploymentPostprocessing = 0;
     
    1801119                        buildActionMask = 2147483647;
    1811120                        files = (
    182                                 5D247B7914689D8900E78B76 /* Stub.cpp in Sources */,
     1121                                A8A47381151A825B004123FF /* ArrayBuffer.cpp in Sources */,
     1122                                A8A47383151A825B004123FF /* ArrayBufferView.cpp in Sources */,
     1123                                A8A47386151A825B004123FF /* Assertions.cpp in Sources */,
     1124                                A8A4738B151A825B004123FF /* BitVector.cpp in Sources */,
     1125                                A8A47392151A825B004123FF /* ByteArray.cpp in Sources */,
     1126                                A8A4739A151A825B004123FF /* CryptographicallyRandomNumber.cpp in Sources */,
     1127                                A8A4739C151A825B004123FF /* CurrentTime.cpp in Sources */,
     1128                                A8A4739E151A825B004123FF /* DataLog.cpp in Sources */,
     1129                                A8A473A0151A825B004123FF /* DateMath.cpp in Sources */,
     1130                                A8A473A2151A825B004123FF /* DecimalNumber.cpp in Sources */,
     1131                                A8A473A8151A825B004123FF /* bignum-dtoa.cc in Sources */,
     1132                                A8A473AA151A825B004123FF /* bignum.cc in Sources */,
     1133                                A8A473AC151A825B004123FF /* cached-powers.cc in Sources */,
     1134                                A8A473AE151A825B004123FF /* diy-fp.cc in Sources */,
     1135                                A8A473B0151A825B004123FF /* double-conversion.cc in Sources */,
     1136                                A8A473B3151A825B004123FF /* fast-dtoa.cc in Sources */,
     1137                                A8A473B5151A825B004123FF /* fixed-dtoa.cc in Sources */,
     1138                                A8A473B7151A825B004123FF /* strtod.cc in Sources */,
     1139                                A8A473BA151A825B004123FF /* dtoa.cpp in Sources */,
     1140                                A8A473BC151A825B004123FF /* DynamicAnnotations.cpp in Sources */,
     1141                                A8A473C3151A825B004123FF /* FastMalloc.cpp in Sources */,
     1142                                A8A473D8151A825B004123FF /* HashTable.cpp in Sources */,
     1143                                A8A473E4151A825B004123FF /* MainThreadMac.mm in Sources */,
     1144                                A8A473E5151A825B004123FF /* MainThread.cpp in Sources */,
     1145                                A8A473E9151A825B004123FF /* MD5.cpp in Sources */,
     1146                                A8A473EC151A825B004123FF /* MetaAllocator.cpp in Sources */,
     1147                                A8A473F2151A825B004123FF /* NullPtr.cpp in Sources */,
     1148                                A8A473F4151A825B004123FF /* NumberOfCores.cpp in Sources */,
     1149                                A8A473F7151A825B004123FF /* OSAllocatorPosix.cpp in Sources */,
     1150                                A8A473F9151A825B004123FF /* OSRandomSource.cpp in Sources */,
     1151                                A8A47400151A825B004123FF /* PageAllocationAligned.cpp in Sources */,
     1152                                A8A47402151A825B004123FF /* PageBlock.cpp in Sources */,
     1153                                A8A47414151A825B004123FF /* RandomNumber.cpp in Sources */,
     1154                                A8A4741A151A825B004123FF /* RefCountedLeakCounter.cpp in Sources */,
     1155                                A8A47421151A825B004123FF /* SHA1.cpp in Sources */,
     1156                                A8A47425151A825B004123FF /* SizeLimits.cpp in Sources */,
     1157                                A8A47427151A825B004123FF /* StackBounds.cpp in Sources */,
     1158                                A8A4742B151A825B004123FF /* StringExtras.cpp in Sources */,
     1159                                A8A47431151A825B004123FF /* TCSystemAlloc.cpp in Sources */,
     1160                                A8A47435151A825B004123FF /* AtomicString.cpp in Sources */,
     1161                                A8A47439151A825B004123FF /* CString.cpp in Sources */,
     1162                                A8A4743C151A825B004123FF /* StringBuilder.cpp in Sources */,
     1163                                A8A47440151A825B004123FF /* StringImpl.cpp in Sources */,
     1164                                A8A47443151A825B004123FF /* StringStatics.cpp in Sources */,
     1165                                A8A47445151A825B004123FF /* WTFString.cpp in Sources */,
     1166                                A8A47448151A825B004123FF /* ThreadIdentifierDataPthreads.cpp in Sources */,
     1167                                A8A4744A151A825B004123FF /* Threading.cpp in Sources */,
     1168                                A8A4744E151A825B004123FF /* ThreadingPthreads.cpp in Sources */,
     1169                                A8A47451151A825B004123FF /* BinarySemaphore.cpp in Sources */,
     1170                                A8A47458151A825B004123FF /* TypeTraits.cpp in Sources */,
     1171                                A8A47460151A825B004123FF /* CollatorDefault.cpp in Sources */,
     1172                                A8A47463151A825B004123FF /* CollatorICU.cpp in Sources */,
     1173                                A8A47469151A825B004123FF /* UTF8.cpp in Sources */,
     1174                                A8A4746F151A825B004123FF /* ParsedURL.cpp in Sources */,
     1175                                A8A47474151A825B004123FF /* URLCharacterTypes.cpp in Sources */,
     1176                                A8A47477151A825B004123FF /* URLEscape.cpp in Sources */,
     1177                                A8A4747B151A825B004123FF /* URLSegments.cpp in Sources */,
     1178                                A8A47486151A825B004123FF /* WTFThreadData.cpp in Sources */,
    1831179                        );
    1841180                        runOnlyForDeploymentPostprocessing = 0;
  • trunk/Source/WTF/config.h

    r111504 r111778  
    3030#include <wtf/Platform.h>
    3131#include <wtf/ExportMacros.h>
    32 // WTF cannot depend on JSC even if USE(JSC).
    33 #if USE(JSC) && !defined(BUILDING_WTF)
    34 #include "runtime/JSExportMacros.h"
    35 #endif
    3632
    3733#if OS(WINDOWS)
  • trunk/Source/WTF/wtf/CMakeLists.txt

    r111776 r111778  
    7070    ParallelJobsLibdispatch.h
    7171    ParallelJobsOpenMP.h
    72     ${WTF_DIR}/wtf/Platform.h
     72    Platform.h
    7373    PossiblyNull.h
    7474    RandomNumber.h
     
    186186
    187187SET(WTF_INCLUDE_DIRECTORIES
    188     "${JAVASCRIPTCORE_DIR}"
    189     "${JAVASCRIPTCORE_DIR}/wtf"
    190     "${JAVASCRIPTCORE_DIR}/wtf/unicode"
    191     "${JAVASCRIPTCORE_DIR}/wtf/dtoa"
    192     "${JavaScriptCore_INCLUDE_DIRECTORIES}"
     188    "${WTF_DIR}"
     189    "${WTF_DIR}/wtf"
     190    "${WTF_DIR}/wtf/unicode"
     191    "${WTF_DIR}/wtf/dtoa"
    193192    "${THIRDPARTY_DIR}"
    194193)
Note: See TracChangeset for help on using the changeset viewer.