MCPcopy Create free account
hub / github.com/nodejs/nan / NonCopyablePersistentTraits

Class NonCopyablePersistentTraits

nan.h:209–210  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

207#if (NODE_MODULE_VERSION > NODE_0_10_MODULE_VERSION)
208template<typename T>
209class NonCopyablePersistentTraits :
210 public v8::NonCopyablePersistentTraits<T> {};
211#if defined(V8_MAJOR_VERSION) && (V8_MAJOR_VERSION > 10 || \
212 (V8_MAJOR_VERSION == 10 && defined(V8_MINOR_VERSION) && V8_MINOR_VERSION >= 5))
213template<typename T> struct CopyablePersistentTraits {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected