Home
last modified time | relevance | path

Searched defs:Persistent (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/include/
Dv8-persistent-handle.h214 friend class Persistent; variable
281 V8_INLINE Persistent() : PersistentBase<T>(nullptr) {} in Persistent() function
288 V8_INLINE Persistent(Isolate* isolate, Local<S> that) in Persistent() function
298 V8_INLINE Persistent(Isolate* isolate, const Persistent<S, M2>& that) in Persistent() function
308 V8_INLINE Persistent(const Persistent& that) : PersistentBase<T>(nullptr) { in Persistent() function
312 V8_INLINE Persistent(const Persistent<S, M2>& that) : PersistentBase<T>(0) { in Persistent() function
356 friend class Persistent; variable
360 explicit V8_INLINE Persistent(T* that) : PersistentBase<T>(that) {} in Persistent() function
Dv8-local-handle.h32 class Persistent; variable
282 friend class Persistent; variable
/third_party/node/src/
Djs_native_api_v8_internals.h34 using Persistent = v8::Global<T>; variable
/third_party/node/deps/undici/src/lib/mock/
Dpending-interceptors-formatter.js32 Persistent: persist ? '✅' : '❌', property