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

Method invoke

nan_weak.h:210–215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

208template<typename T>
209template<typename S>
210void WeakCallbackInfo<T>::invoke(NAN_WEAK_CALLBACK_SIG_ data) {
211 WeakCallbackInfo<T> *cbinfo = unwrap(data);
212 cbinfo->persistent_.Reset();
213 cbinfo->callback_(*cbinfo);
214 delete cbinfo;
215}
216
217template<typename T>
218template<typename S>

Callers

nothing calls this directly

Calls 1

ResetMethod · 0.45

Tested by

no test coverage detected