Persistent        685 Source/bindings/templates/interface.cpp void {{v8_class}}::visitDOMWrapper(void* object, const v8::Persistent<v8::Object>& wrapper, v8::Isolate* isolate)
Persistent       1207 Source/bindings/templates/interface.cpp         DEFINE_STATIC_LOCAL(v8::Persistent<v8::ObjectTemplate>, V8WindowShadowObjectCacheForMainWorld, ());
Persistent       1217 Source/bindings/templates/interface.cpp         DEFINE_STATIC_LOCAL(v8::Persistent<v8::ObjectTemplate>, V8WindowShadowObjectCacheForNonMainWorld, ());
Persistent         41 Source/bindings/templates/interface.h     static void visitDOMWrapper(void*, const v8::Persistent<v8::Object>&, v8::Isolate*);
Persistent       1179 Source/bindings/tests/results/V8TestInterface.cpp void V8TestInterface::visitDOMWrapper(void* object, const v8::Persistent<v8::Object>& wrapper, v8::Isolate* isolate)
Persistent         32 Source/bindings/tests/results/V8TestInterface.h     static void visitDOMWrapper(void*, const v8::Persistent<v8::Object>&, v8::Isolate*);
Persistent        369 Source/bindings/tests/results/V8TestInterface2.cpp void V8TestInterface2::visitDOMWrapper(void* object, const v8::Persistent<v8::Object>& wrapper, v8::Isolate* isolate)
Persistent         30 Source/bindings/tests/results/V8TestInterface2.h     static void visitDOMWrapper(void*, const v8::Persistent<v8::Object>&, v8::Isolate*);
Persistent         30 Source/bindings/tests/results/V8TestInterface3.h     static void visitDOMWrapper(void*, const v8::Persistent<v8::Object>&, v8::Isolate*);
Persistent        111 Source/bindings/v8/DOMDataStore.h     static void setWrapperReference(const v8::Persistent<v8::Object>& parent, T* child, v8::Isolate* isolate)
Persistent        148 Source/bindings/v8/DOMDataStore.h     inline void setReference(const v8::Persistent<v8::Object>& parent, T* child, v8::Isolate* isolate)
Persistent         65 Source/bindings/v8/DOMWrapperMap.h     void setReference(const v8::Persistent<v8::Object>& parent, KeyType* key, v8::Isolate* isolate)
Persistent         86 Source/bindings/v8/DOMWrapperMap.h         v8::Persistent<v8::Object> persistent(m_isolate, wrapper);
Persistent        153 Source/bindings/v8/NPV8Object.cpp     new (&v8npObject->v8Object) v8::Persistent<v8::Object>();
Persistent         55 Source/bindings/v8/NPV8Object.h     v8::Persistent<v8::Object> v8Object;
Persistent         95 Source/bindings/v8/ScopedPersistent.h     ALWAYS_INLINE v8::Persistent<T>& getUnsafe()
Persistent        100 Source/bindings/v8/ScopedPersistent.h     v8::Persistent<T> m_handle;
Persistent        277 Source/bindings/v8/ScriptProfiler.cpp         virtual void VisitPersistentHandle(v8::Persistent<v8::Value>* value, uint16_t classId) OVERRIDE
Persistent         71 Source/bindings/v8/ScriptWrappable.h         v8::Persistent<v8::Object> persistent(isolate, wrapper);
Persistent         51 Source/bindings/v8/UnsafePersistent.h     explicit UnsafePersistent(v8::Persistent<T>& handle)
Persistent         58 Source/bindings/v8/UnsafePersistent.h         v8::Persistent<T> persistent(isolate, handle);
Persistent         84 Source/bindings/v8/UnsafePersistent.h     v8::Persistent<T>* persistent()
Persistent         86 Source/bindings/v8/UnsafePersistent.h         v8::Persistent<T>* handle = reinterpret_cast<v8::Persistent<T>*>(&m_value);
Persistent         90 Source/bindings/v8/UnsafePersistent.h     void setReferenceFrom(const v8::Persistent<v8::Object>& parent, v8::Isolate* isolate)
Persistent         96 Source/bindings/v8/V8AbstractEventListener.h         v8::Persistent<v8::Object>& existingListenerObjectPersistentHandle()
Persistent        125 Source/bindings/v8/V8DOMWrapper.h         setNativeInfoWithPersistentHandle(wrapper, type, V8T::toInternalPointer(object), new Persistent<T>(object));
Persistent         55 Source/bindings/v8/V8GCController.cpp static void addReferencesForNodeWithEventListeners(v8::Isolate* isolate, Node* node, const v8::Persistent<v8::Object>& wrapper)
Persistent         67 Source/bindings/v8/V8GCController.cpp         isolate->SetReference(wrapper, v8::Persistent<v8::Value>::Cast(v8listener->existingListenerObjectPersistentHandle()));
Persistent        102 Source/bindings/v8/V8GCController.cpp     virtual void VisitPersistentHandle(v8::Persistent<v8::Value>* value, uint16_t classId) OVERRIDE
Persistent        224 Source/bindings/v8/V8GCController.cpp             v8::Persistent<v8::Object>* wrapper = unsafeWrapper.persistent();
Persistent        226 Source/bindings/v8/V8GCController.cpp             isolate->SetObjectGroupId(v8::Persistent<v8::Value>::Cast(*wrapper), id);
Persistent        243 Source/bindings/v8/V8GCController.cpp     virtual void VisitPersistentHandle(v8::Persistent<v8::Value>* value, uint16_t classId) OVERRIDE
Persistent        268 Source/bindings/v8/V8GCController.cpp                 addReferencesForNodeWithEventListeners(m_isolate, node, v8::Persistent<v8::Object>::Cast(*value));
Persistent        274 Source/bindings/v8/V8GCController.cpp             type->visitDOMWrapper(object, v8::Persistent<v8::Object>::Cast(*value), m_isolate);
Persistent        299 Source/bindings/v8/V8GCController.cpp         const v8::Persistent<v8::Value>& liveRoot = V8PerIsolateData::from(m_isolate)->ensureLiveRoot();
Persistent        181 Source/bindings/v8/V8NPObject.cpp         v8::Persistent<v8::FunctionTemplate> wrapper(m_isolate, handle);
Persistent         81 Source/bindings/v8/V8PerIsolateData.cpp v8::Persistent<v8::Value>& V8PerIsolateData::ensureLiveRoot()
Persistent         71 Source/bindings/v8/V8PerIsolateData.h     v8::Persistent<v8::Value>& ensureLiveRoot();
Persistent         93 Source/bindings/v8/V8ValueCache.cpp     v8::Persistent<v8::String> wrapper(isolate, newString);
Persistent         58 Source/bindings/v8/WrapperTypeInfo.h     typedef void (*ResolveWrapperReachabilityFunction)(void*, const v8::Persistent<v8::Object>&, v8::Isolate*);
Persistent         66 Source/bindings/v8/WrapperTypeInfo.h     inline void setObjectGroup(void* object, const v8::Persistent<v8::Object>& wrapper, v8::Isolate* isolate)
Persistent        122 Source/bindings/v8/WrapperTypeInfo.h         void visitDOMWrapper(void* object, const v8::Persistent<v8::Object>& wrapper, v8::Isolate* isolate) const
Persistent        148 Source/bindings/v8/WrapperTypeInfo.h     inline T* getInternalField(const v8::Persistent<v8::Object>& persistent)
Persistent        163 Source/bindings/v8/WrapperTypeInfo.h     inline void* toNative(const v8::Persistent<v8::Object>& wrapper)
Persistent        173 Source/bindings/v8/WrapperTypeInfo.h     inline const WrapperTypeInfo* toWrapperTypeInfo(const v8::Persistent<v8::Object>& wrapper)
Persistent        214 Source/bindings/v8/WrapperTypeInfo.h         void configureWrapper(v8::Persistent<v8::Object>* wrapper) const
Persistent         70 Source/bindings/v8/custom/V8MutationObserverCustom.cpp void V8MutationObserver::visitDOMWrapper(void* object, const v8::Persistent<v8::Object>& wrapper, v8::Isolate* isolate)
Persistent         79 Source/core/animation/AnimatableStrokeDasharrayList.cpp         DEFINE_STATIC_LOCAL(Persistent<AnimatableSVGLength>, zeroPixels, (AnimatableSVGLength::create(SVGLength::create())));
Persistent         48 Source/core/animation/AnimatableValue.cpp     DEFINE_STATIC_LOCAL(Persistent<AnimatableNeutral>, neutralSentinelValue, (AnimatableNeutral::create()));
Persistent         49 Source/core/css/CSSDefaultStyleSheets.cpp     DEFINE_STATIC_LOCAL(Persistent<CSSDefaultStyleSheets>, cssDefaultStyleSheets, (new CSSDefaultStyleSheets()));
Persistent         38 Source/core/css/CSSValuePool.cpp     DEFINE_STATIC_LOCAL(Persistent<CSSValuePool>, pool, (new CSSValuePool()));
Persistent        115 Source/core/dom/TreeScope.h             m_keepAlive = adoptPtr(new Persistent<TreeScope>(this));
Persistent        204 Source/core/dom/TreeScope.h     OwnPtr<Persistent<TreeScope> > m_keepAlive;
Persistent         42 Source/core/dom/TreeShared.h         , m_keepAlive(adoptPtr(new Persistent<NodeType>(static_cast<NodeType*>(this))))
Persistent         79 Source/core/dom/TreeShared.h             m_keepAlive = adoptPtr(new Persistent<NodeType>(static_cast<NodeType*>(this)));
Persistent        126 Source/core/dom/TreeShared.h     OwnPtr<Persistent<NodeType> > m_keepAlive;
Persistent        312 Source/core/page/EventHandler.cpp     DEFINE_STATIC_LOCAL(Persistent<DragState>, state, (new DragState()));
Persistent         87 Source/modules/quota/DeprecatedStorageInfo.cpp             m_persistentStorage = DeprecatedStorageQuota::create(DeprecatedStorageQuota::Persistent);
Persistent         96 Source/modules/quota/NavigatorStorageQuota.cpp         m_persistentStorage = DeprecatedStorageQuota::create(DeprecatedStorageQuota::Persistent);
Persistent         77 Source/modules/quota/WorkerNavigatorStorageQuota.cpp         m_persistentStorage = DeprecatedStorageQuota::create(DeprecatedStorageQuota::Persistent);
Persistent        106 Source/modules/webdatabase/DatabaseManager.cpp     const Persistent<DatabaseContext>* databaseContext = m_contextMap.get(context);
Persistent        128 Source/modules/webdatabase/DatabaseManager.cpp     m_contextMap.set(context, adoptPtr(new Persistent<DatabaseContext>(databaseContext)));
Persistent        104 Source/modules/webdatabase/DatabaseManager.h     typedef HashMap<ExecutionContext*, OwnPtr<Persistent<DatabaseContext> > > ContextMap;
Persistent        248 Source/platform/heap/Handle.h class Persistent : public PersistentBase<RootsAccessor, Persistent<T, RootsAccessor> > {
Persistent        249 Source/platform/heap/Handle.h     WTF_DISALLOW_CONSTRUCTION_FROM_ZERO(Persistent);
Persistent        250 Source/platform/heap/Handle.h     WTF_DISALLOW_ZERO_ASSIGNMENT(Persistent);
Persistent        252 Source/platform/heap/Handle.h     Persistent() : m_raw(0)
Persistent        257 Source/platform/heap/Handle.h     Persistent(std::nullptr_t) : m_raw(0)
Persistent        262 Source/platform/heap/Handle.h     Persistent(T* raw) : m_raw(raw)
Persistent        268 Source/platform/heap/Handle.h     explicit Persistent(T& raw) : m_raw(&raw)
Persistent        274 Source/platform/heap/Handle.h     Persistent(const Persistent& other) : m_raw(other)
Persistent        280 Source/platform/heap/Handle.h     Persistent(const Persistent<U, RootsAccessor>& other) : m_raw(other) { }
Persistent        283 Source/platform/heap/Handle.h     Persistent(const Member<U>& other) : m_raw(other) { }
Persistent        286 Source/platform/heap/Handle.h     Persistent(const RawPtr<U>& other) : m_raw(other.get()) { }
Persistent        289 Source/platform/heap/Handle.h     Persistent& operator=(U* other)
Persistent        295 Source/platform/heap/Handle.h     Persistent& operator=(std::nullptr_t)
Persistent        303 Source/platform/heap/Handle.h     virtual ~Persistent()
Persistent        332 Source/platform/heap/Handle.h     Persistent& operator=(const Persistent& other)
Persistent        339 Source/platform/heap/Handle.h     Persistent& operator=(const Persistent<U, RootsAccessor>& other)
Persistent        346 Source/platform/heap/Handle.h     Persistent& operator=(const Member<U>& other)
Persistent        353 Source/platform/heap/Handle.h     Persistent& operator=(const RawPtr<U>& other)
Persistent        370 Source/platform/heap/Handle.h class CrossThreadPersistent : public Persistent<T, GlobalPersistents> {
Persistent        374 Source/platform/heap/Handle.h     CrossThreadPersistent(T* raw) : Persistent<T, GlobalPersistents>(raw) { }
Persistent        376 Source/platform/heap/Handle.h     using Persistent<T, GlobalPersistents>::operator=;
Persistent        459 Source/platform/heap/Handle.h     Member(const Persistent<U>& other) : m_raw(other) { }
Persistent        488 Source/platform/heap/Handle.h     Member& operator=(const Persistent<U>& other)
Persistent        616 Source/platform/heap/Handle.h     WeakMember(const Persistent<U>& other) : Member<T>(other) { }
Persistent        622 Source/platform/heap/Handle.h     WeakMember& operator=(const Persistent<U>& other)
Persistent        664 Source/platform/heap/Handle.h template<typename T, typename U> inline bool operator==(const Member<T>& a, const Persistent<U>& b) { return a.get() == b.get(); }
Persistent        665 Source/platform/heap/Handle.h template<typename T, typename U> inline bool operator!=(const Member<T>& a, const Persistent<U>& b) { return a.get() != b.get(); }
Persistent        666 Source/platform/heap/Handle.h template<typename T, typename U> inline bool operator==(const Persistent<T>& a, const Member<U>& b) { return a.get() == b.get(); }
Persistent        667 Source/platform/heap/Handle.h template<typename T, typename U> inline bool operator!=(const Persistent<T>& a, const Member<U>& b) { return a.get() != b.get(); }
Persistent        668 Source/platform/heap/Handle.h template<typename T, typename U> inline bool operator==(const Persistent<T>& a, const Persistent<U>& b) { return a.get() == b.get(); }
Persistent        669 Source/platform/heap/Handle.h template<typename T, typename U> inline bool operator!=(const Persistent<T>& a, const Persistent<U>& b) { return a.get() != b.get(); }
Persistent        695 Source/platform/heap/Handle.h #define RefPtrWillBePersistent WebCore::Persistent
Persistent        702 Source/platform/heap/Handle.h #define OwnPtrWillBePersistent WebCore::Persistent
Persistent        903 Source/platform/heap/Handle.h template<typename P> struct PtrHash<WebCore::Persistent<P> > : PtrHash<P*> {
Persistent        921 Source/platform/heap/Handle.h template<typename T> struct DefaultHash<WebCore::Persistent<T> > {
Persistent        922 Source/platform/heap/Handle.h     typedef PtrHash<WebCore::Persistent<T> > Hash;
Persistent         69 Source/platform/heap/Heap.h template<typename T, typename RootsAccessor = ThreadLocalPersistents<ThreadingTrait<T>::Affinity > > class Persistent;
Persistent        961 Source/platform/heap/Heap.h         m_keepAlive = new Persistent<T>(static_cast<T*>(this));
Persistent        983 Source/platform/heap/Heap.h             m_keepAlive = new Persistent<T>(static_cast<T*>(this));
Persistent       1015 Source/platform/heap/Heap.h     Persistent<T>* m_keepAlive;
Persistent        362 Source/platform/heap/HeapTest.cpp                 Persistent<IntWrapper> wrapper;
Persistent        364 Source/platform/heap/HeapTest.cpp                 typedef Persistent<IntWrapper, GlobalPersistents> GlobalIntWrapperPersistent;
Persistent        409 Source/platform/heap/HeapTest.cpp                 Persistent<HeapHashMap<ThreadMarker, WeakMember<IntWrapper> > > weakMap = new HeapHashMap<ThreadMarker, WeakMember<IntWrapper> >;
Persistent        973 Source/platform/heap/HeapTest.cpp         DEFINE_STATIC_LOCAL(Persistent<ObserverMap>, observerMap, ());
Persistent       1278 Source/platform/heap/HeapTest.cpp     FinalizationAllocator(Persistent<IntWrapper>* wrapper)
Persistent       1294 Source/platform/heap/HeapTest.cpp     Persistent<IntWrapper>* m_wrapper;
Persistent       1420 Source/platform/heap/HeapTest.cpp     Persistent<DynamicallySizedObject> bigArea = DynamicallySizedObject::create(big);
Persistent       1426 Source/platform/heap/HeapTest.cpp     Persistent<DynamicallySizedObject>* persistents[numPersistents];
Persistent       1431 Source/platform/heap/HeapTest.cpp         persistents[persistentCount++] = new Persistent<DynamicallySizedObject>(DynamicallySizedObject::create(size));
Persistent       1475 Source/platform/heap/HeapTest.cpp         Persistent<DynamicallySizedObject>* alloc = new Persistent<DynamicallySizedObject>(DynamicallySizedObject::create(big / 2));
Persistent       1530 Source/platform/heap/HeapTest.cpp     Persistent<TraceCounter> traceCounter = TraceCounter::create();
Persistent       1536 Source/platform/heap/HeapTest.cpp     Persistent<ClassWithMember> classWithMember = ClassWithMember::create();
Persistent       1547 Source/platform/heap/HeapTest.cpp         Persistent<SimpleFinalizedObject> finalized = SimpleFinalizedObject::create();
Persistent       1582 Source/platform/heap/HeapTest.cpp     Persistent<TraceCounter> generalHeapObject = TraceCounter::create();
Persistent       1583 Source/platform/heap/HeapTest.cpp     Persistent<TestTypedHeapClass> typedHeapObject = TestTypedHeapClass::create();
Persistent       1603 Source/platform/heap/HeapTest.cpp         Persistent<Baz> h1;
Persistent       1604 Source/platform/heap/HeapTest.cpp         Persistent<Baz> h2;
Persistent       1627 Source/platform/heap/HeapTest.cpp         Persistent<Bar> bar = Bar::create();
Persistent       1702 Source/platform/heap/HeapTest.cpp         Persistent<HeapObjectIdentityMap> map = new HeapObjectIdentityMap();
Persistent       1793 Source/platform/heap/HeapTest.cpp         Persistent<ConstructorAllocation> constructorAllocation = ConstructorAllocation::create();
Persistent       1808 Source/platform/heap/HeapTest.cpp         Persistent<LargeObject> object = LargeObject::create();
Persistent       2017 Source/platform/heap/HeapTest.cpp     Persistent<MemberMember> memberMember = new MemberMember();
Persistent       2018 Source/platform/heap/HeapTest.cpp     Persistent<MemberMember> memberMember2 = new MemberMember();
Persistent       2019 Source/platform/heap/HeapTest.cpp     Persistent<MemberMember> memberMember3 = new MemberMember();
Persistent       2020 Source/platform/heap/HeapTest.cpp     Persistent<MemberPrimitive> memberPrimitive = new MemberPrimitive();
Persistent       2021 Source/platform/heap/HeapTest.cpp     Persistent<PrimitiveMember> primitiveMember = new PrimitiveMember();
Persistent       2022 Source/platform/heap/HeapTest.cpp     Persistent<MemberSet> set = new MemberSet();
Persistent       2023 Source/platform/heap/HeapTest.cpp     Persistent<MemberSet> set2 = new MemberSet();
Persistent       2024 Source/platform/heap/HeapTest.cpp     Persistent<MemberVector> vector = new MemberVector();
Persistent       2025 Source/platform/heap/HeapTest.cpp     Persistent<MemberVector> vector2 = new MemberVector();
Persistent       2026 Source/platform/heap/HeapTest.cpp     Persistent<VectorWU> vectorWU = new VectorWU();
Persistent       2027 Source/platform/heap/HeapTest.cpp     Persistent<VectorWU> vectorWU2 = new VectorWU();
Persistent       2028 Source/platform/heap/HeapTest.cpp     Persistent<VectorUW> vectorUW = new VectorUW();
Persistent       2029 Source/platform/heap/HeapTest.cpp     Persistent<VectorUW> vectorUW2 = new VectorUW();
Persistent       2030 Source/platform/heap/HeapTest.cpp     Persistent<Container> container = Container::create();
Persistent       2034 Source/platform/heap/HeapTest.cpp         Persistent<IntWrapper> one(IntWrapper::create(1));
Persistent       2035 Source/platform/heap/HeapTest.cpp         Persistent<IntWrapper> two(IntWrapper::create(2));
Persistent       2036 Source/platform/heap/HeapTest.cpp         Persistent<IntWrapper> oneB(IntWrapper::create(1));
Persistent       2037 Source/platform/heap/HeapTest.cpp         Persistent<IntWrapper> twoB(IntWrapper::create(2));
Persistent       2038 Source/platform/heap/HeapTest.cpp         Persistent<IntWrapper> oneC(IntWrapper::create(1));
Persistent       2039 Source/platform/heap/HeapTest.cpp         Persistent<IntWrapper> oneD(IntWrapper::create(1));
Persistent       2244 Source/platform/heap/HeapTest.cpp     Persistent<WeakStrong> weakStrong = new WeakStrong();
Persistent       2245 Source/platform/heap/HeapTest.cpp     Persistent<StrongWeak> strongWeak = new StrongWeak();
Persistent       2246 Source/platform/heap/HeapTest.cpp     Persistent<WeakWeak> weakWeak = new WeakWeak();
Persistent       2247 Source/platform/heap/HeapTest.cpp     Persistent<WeakSet> weakSet = new WeakSet();
Persistent       2249 Source/platform/heap/HeapTest.cpp     Persistent<IntWrapper> two = IntWrapper::create(2);
Persistent       2336 Source/platform/heap/HeapTest.cpp     Persistent<Map> map(new Map());
Persistent       2337 Source/platform/heap/HeapTest.cpp     Persistent<RefMap> refMap(new RefMap());
Persistent       2339 Source/platform/heap/HeapTest.cpp     Persistent<IntWrapper> luck(IntWrapper::create(103));
Persistent       2412 Source/platform/heap/HeapTest.cpp     Persistent<WeakStrongSet>& weakStrong,
Persistent       2413 Source/platform/heap/HeapTest.cpp     Persistent<StrongWeakSet>& strongWeak,
Persistent       2414 Source/platform/heap/HeapTest.cpp     Persistent<WeakUnwrappedSet>& weakUnwrapped,
Persistent       2415 Source/platform/heap/HeapTest.cpp     Persistent<UnwrappedWeakSet>& unwrappedWeak,
Persistent       2417 Source/platform/heap/HeapTest.cpp     Persistent<IntWrapper>& two)
Persistent       2475 Source/platform/heap/HeapTest.cpp     Persistent<WeakStrongSet> weakStrong = new WeakStrongSet();
Persistent       2476 Source/platform/heap/HeapTest.cpp     Persistent<StrongWeakSet> strongWeak = new StrongWeakSet();
Persistent       2477 Source/platform/heap/HeapTest.cpp     Persistent<WeakUnwrappedSet> weakUnwrapped = new WeakUnwrappedSet();
Persistent       2478 Source/platform/heap/HeapTest.cpp     Persistent<UnwrappedWeakSet> unwrappedWeak = new UnwrappedWeakSet();
Persistent       2480 Source/platform/heap/HeapTest.cpp     Persistent<IntWrapper> two = IntWrapper::create(2);
Persistent       2529 Source/platform/heap/HeapTest.cpp             Persistent<WeakStrong> weakStrong = new WeakStrong();
Persistent       2530 Source/platform/heap/HeapTest.cpp             Persistent<StrongWeak> strongWeak = new StrongWeak();
Persistent       2531 Source/platform/heap/HeapTest.cpp             Persistent<WeakWeak> weakWeak = new WeakWeak();
Persistent       2533 Source/platform/heap/HeapTest.cpp             Persistent<WeakSet> weakSet = new WeakSet();
Persistent       2678 Source/platform/heap/HeapTest.cpp             Persistent<RefCountedAndGarbageCollected> persistent;
Persistent       2762 Source/platform/heap/HeapTest.cpp         Persistent<Bar> h1 = Bar::create();
Persistent       2763 Source/platform/heap/HeapTest.cpp         Persistent<Weak> h4;
Persistent       2764 Source/platform/heap/HeapTest.cpp         Persistent<WithWeakMember> h5;
Persistent       2799 Source/platform/heap/HeapTest.cpp     Persistent<FinalizationObserver<Observable> > o;
Persistent       2826 Source/platform/heap/HeapTest.cpp     Persistent<Bar> barPersistent = Bar::create();
Persistent       2827 Source/platform/heap/HeapTest.cpp     Persistent<Foo> fooPersistent = Foo::create(barPersistent);
Persistent       2900 Source/platform/heap/HeapTest.cpp     Persistent<OffHeapContainer> container = OffHeapContainer::create();
Persistent       2981 Source/platform/heap/HeapTest.cpp     Persistent<HeapHashMap<void*, IntVector> > keepAlive(map);
Persistent       2996 Source/platform/heap/HeapTest.cpp     Persistent<UseMixin> usemixin = UseMixin::create();
Persistent       3001 Source/platform/heap/HeapTest.cpp     Persistent<Mixin> mixin = usemixin;
Persistent       3029 Source/platform/heap/HeapTest.cpp     Persistent<HeapHashMap<void*, IntSet> > keepAlive(map);
Persistent       3051 Source/platform/heap/HeapTest.cpp     Persistent<HeapVector<IntVector> > keepAlive(vector);
Persistent       3147 Source/platform/heap/HeapTest.cpp         Persistent<HeapTerminatedArray<TerminatedArrayItem> > persistentArr = arr;
Persistent       3183 Source/platform/heap/HeapTest.cpp     Persistent<HeapLinkedStack<TerminatedArrayItem> > pStack = stack;
Persistent       3197 Source/platform/heap/HeapTest.cpp     Persistent<IntWrapper> wrapper;
Persistent        546 Source/web/AssertMatchingEnums.cpp COMPILE_ASSERT_MATCHING_ENUM(WebStorageQuotaTypePersistent, DeprecatedStorageQuota::Persistent);
Persistent       2824 Source/web/tests/WebFrameTest.cpp         v8::Persistent<v8::Context> context;
Persistent        120 public/platform/WebPrivatePtr.h             m_handle = new WebCore::Persistent<T>();
Persistent        138 public/platform/WebPrivatePtr.h     WebCore::Persistent<T>* m_handle;