Searched defs:IsGarbageCollectedType (Results 1 – 1 of 1) sorted by relevance
73 struct IsGarbageCollectedType { struct74 typedef typename WTF::RemoveConst<T>::Type NonConstType;75 typedef WTF::IsSubclassOfTemplate<NonConstType, GarbageCollected> GarbageCollectedSubclass;99 COMPILE_ASSERT(IsGarbageCollectedType<T>::value, ErrorMessage) argument