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

Method IsConstructCall

napi-inl.h:4252–4254  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4250}
4251
4252inline bool CallbackInfo::IsConstructCall() const {
4253 return !NewTarget().IsEmpty();
4254}
4255
4256inline Napi::Env CallbackInfo::Env() const {
4257 return Napi::Env(_env);

Callers 1

IsConstructCallFunction · 0.80

Calls 1

IsEmptyMethod · 0.80

Tested by

no test coverage detected