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

Method Persistent

nan_persistent_pre_12_inl.h:140–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138 public PersistentBase<T> {
139 public:
140 inline Persistent() {}
141
142 template<typename S> inline Persistent(v8::Handle<S> that)
143 : PersistentBase<T>(v8::Persistent<T>::New(that)) {

Callers

nothing calls this directly

Calls 1

NewFunction · 0.70

Tested by

no test coverage detected