Home
last modified time | relevance | path

Searched defs:IsGarbageCollectedType (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/heap/
DHandle.h73 struct IsGarbageCollectedType { struct
74 typedef typename WTF::RemoveConst<T>::Type NonConstType;
75 typedef WTF::IsSubclassOfTemplate<NonConstType, GarbageCollected> GarbageCollectedSubclass;
99 COMPILE_ASSERT(IsGarbageCollectedType<T>::value, ErrorMessage) argument