Home | History | Annotate | Download | only in heap

Lines Matching refs:shouldRemoveFromCollection

1072     static bool shouldRemoveFromCollection(WebCore::Visitor* visitor, WebCore::WeakMember<T>& value) { return !visitor->isAlive(value); }