MCPcopy 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
4268inline Value CallbackInfo::This() const {
4269 if (_this == nullptr) {
4270 return Env().Undefined();
4271 }
4272 return Object(_env, _this);
4273}
4274
4275inline void* CallbackInfo::Data() const {
4276 return _data;

Callers 11

WrappedMethodMethod · 0.80
ObjectWrapMethod · 0.80
VerboseIndicatorMethod · 0.80
TestMethod · 0.80

Calls 2

EnvClass · 0.85
ObjectClass · 0.85

Tested by 1

TestMethod · 0.64