IsWeak 67 Source/bindings/v8/ScopedPersistent.h bool isWeak() const { return m_handle.IsWeak(); } IsWeak 575 Source/platform/heap/Handle.h static const bool firstNeedsTracing = WTF::NeedsTracing<T>::value || WTF::IsWeak<T>::value; IsWeak 576 Source/platform/heap/Handle.h static const bool secondNeedsTracing = WTF::NeedsTracing<U>::value || WTF::IsWeak<U>::value; IsWeak 931 Source/platform/heap/Handle.h struct IsWeak<WebCore::WeakMember<T> > { IsWeak 936 Source/platform/heap/Handle.h struct IsWeak<WebCore::HeapHashTableBacking<Table> > { IsWeak 947 Source/platform/heap/Handle.h static const bool value = NeedsTracing<T>::value || NeedsTracing<U>::value || IsWeak<T>::value || IsWeak<U>::value; IsWeak 66 Source/wtf/HashTraits.h static const bool isWeak = IsWeak<T>::value; IsWeak 49 Source/wtf/VectorTraits.h static const bool isWeak = IsWeak<T>::value;