Lines Matching defs:Persistent
120 class Persistent; variable
313 template<class F, class M> friend class Persistent; variable
621 template<class F1, class F2> friend class Persistent; variable
692 V8_INLINE Persistent() : PersistentBase<T>(0) { } in Persistent() function
699 V8_INLINE Persistent(Isolate* isolate, Local<S> that) in Persistent() function
709 V8_INLINE Persistent(Isolate* isolate, const Persistent<S, M2>& that) in Persistent() function
719 V8_INLINE Persistent(const Persistent& that) : PersistentBase<T>(0) { in Persistent() function
723 V8_INLINE Persistent(const Persistent<S, M2>& that) : PersistentBase<T>(0) { in Persistent() function
764 template<class F1, class F2> friend class Persistent; variable
767 explicit V8_INLINE Persistent(T* that) : PersistentBase<T>(that) {} in Persistent() function
6802 template <class T, class M> friend class Persistent; variable