MCPcopy Index your code
hub / github.com/nodejs/node-addon-api / SuppressDestruct

Method SuppressDestruct

napi-inl.h:3781–3783  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3779
3780template <typename T>
3781inline void Reference<T>::SuppressDestruct() {
3782 _suppressDestruct = true;
3783}
3784
3785template <typename T>
3786inline Reference<T> Weak(T value) {

Callers 7

InitObjectWrapFunction · 0.80
SetWithTempStringFunction · 0.80
SetObjectFunction · 0.80
SetCastedObjectsFunction · 0.80
RefMoveAssignTestsFunction · 0.80
CreateWeakArrayFunction · 0.80
DoWorkMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected