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

Method Persistent

nan_persistent_12_inl.h:15–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13 public v8::Persistent<T, M> {
14 public:
15 inline Persistent() : v8::Persistent<T, M>() {}
16
17 template<typename S> inline Persistent(v8::Local<S> that) :
18 v8::Persistent<T, M>(v8::Isolate::GetCurrent(), that) {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected