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

Method Reset

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

Source from the content-addressed store, hash-verified

23 v8::Persistent<T, M2>(v8::Isolate::GetCurrent(), that) {}
24
25 inline void Reset() { v8::PersistentBase<T>::Reset(); }
26
27 template <typename S>
28 inline void Reset(const v8::Local<S> &other) {

Callers 3

~PersistentMethod · 0.95
CopyMethod · 0.95
CopyMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected