Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node-addon-api
/ This
Method
This
napi-inl.h:4268–4273 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4266
}
4267
4268
inline Value CallbackInfo::This() const {
4269
if (_this == nullptr) {
4270
return Env().Undefined();
4271
}
4272
return Object(_env, _this);
4273
}
4274
4275
inline void* CallbackInfo::Data() const {
4276
return _data;
Callers
11
TemplatedInstanceCallback
Function · 0.80
TemplatedInstanceVoidCallback
Function · 0.80
InstanceVoidMethodCallbackWrapper
Method · 0.80
InstanceMethodCallbackWrapper
Method · 0.80
InstanceGetterCallbackWrapper
Method · 0.80
InstanceSetterCallbackWrapper
Method · 0.80
WrappedMethod
Method · 0.80
ObjectWrap
Method · 0.80
ConstructorCallbackWrapper
Method · 0.80
VerboseIndicator
Method · 0.80
Test
Method · 0.80
Calls
2
Env
Class · 0.85
Object
Class · 0.85
Tested by
1
Test
Method · 0.64