NonConstType       48 Source/platform/heap/Handle.h     typedef typename WTF::RemoveConst<T>::Type NonConstType;                                          \
NonConstType       49 Source/platform/heap/Handle.h     typedef WTF::IsSubclassOfTemplate<NonConstType, GarbageCollected> GarbageCollectedSubclass;       \
NonConstType       50 Source/platform/heap/Handle.h     typedef WTF::IsSubclass<NonConstType, GarbageCollectedMixin> GarbageCollectedMixinSubclass;       \
NonConstType       51 Source/platform/heap/Handle.h     typedef WTF::IsSubclassOfTemplate3<NonConstType, HeapHashSet> HeapHashSetSubclass;                \
NonConstType       52 Source/platform/heap/Handle.h     typedef WTF::IsSubclassOfTemplate5<NonConstType, HeapHashMap> HeapHashMapSubclass;                \
NonConstType       53 Source/platform/heap/Handle.h     typedef WTF::IsSubclassOfTemplateTypenameSize<NonConstType, HeapVector> HeapVectorSubclass;       \
NonConstType       54 Source/platform/heap/Handle.h     typedef WTF::IsSubclassOfTemplate<NonConstType, HeapTerminatedArray> HeapTerminatedArraySubclass; \