Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
3780
template <typename T>
3781
inline void Reference<T>::SuppressDestruct() {
3782
_suppressDestruct = true;
3783
}
3784
3785
template <typename T>
3786
inline Reference<T> Weak(T value) {
Callers
7
InitObjectWrap
Function · 0.80
SetWithTempString
Function · 0.80
SetObject
Function · 0.80
SetCastedObjects
Function · 0.80
RefMoveAssignTests
Function · 0.80
CreateWeakArray
Function · 0.80
DoWork
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected