Searched refs:emptyInstances (Results 1 – 1 of 1) sorted by relevance
551 static WillBeHeapHashSet<RawPtrWillBeWeakMember<SVGElement> >& emptyInstances() in emptyInstances() function554 …DEFINE_STATIC_LOCAL(Persistent<HeapHashSet<WeakMember<SVGElement> > >, emptyInstances, (new HeapHa… in emptyInstances()555 return *emptyInstances; in emptyInstances()557 DEFINE_STATIC_LOCAL(HashSet<RawPtr<SVGElement> >, emptyInstances, ()); in emptyInstances()558 return emptyInstances; in emptyInstances()565 return emptyInstances(); in instancesForElement()