Searched defs:Persistent (Results 1 – 4 of 4) sorted by relevance
214 friend class Persistent; variable281 V8_INLINE Persistent() : PersistentBase<T>(nullptr) {} in Persistent() function288 V8_INLINE Persistent(Isolate* isolate, Local<S> that) in Persistent() function298 V8_INLINE Persistent(Isolate* isolate, const Persistent<S, M2>& that) in Persistent() function308 V8_INLINE Persistent(const Persistent& that) : PersistentBase<T>(nullptr) { in Persistent() function312 V8_INLINE Persistent(const Persistent<S, M2>& that) : PersistentBase<T>(0) { in Persistent() function356 friend class Persistent; variable360 explicit V8_INLINE Persistent(T* that) : PersistentBase<T>(that) {} in Persistent() function
32 class Persistent; variable282 friend class Persistent; variable
34 using Persistent = v8::Global<T>; variable
32 Persistent: persist ? '✅' : '❌', property