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

Class PersistentBase

nan.h:228–229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

226
227template<typename T>
228class PersistentBase :
229 public v8::PersistentBase<T> {};
230
231template<typename T, typename M = v8::NonCopyablePersistentTraits<T> >
232class Persistent;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected