Home
last modified time | relevance | path

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

/third_party/node/deps/v8/include/
Dv8-persistent-handle.h257 struct CopyablePersistentTraits { struct
258 using CopyablePersistent = Persistent<T, CopyablePersistentTraits<T>>; argument
259 static const bool kResetInDestructor = true;
261 static V8_INLINE void Copy(const Persistent<S, M>& source, in Copy()