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

Method Env

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

Source from the content-addressed store, hash-verified

636}
637
638inline Env::Env(napi_env env) : BasicEnv(env) {}
639
640inline Env::operator napi_env() const {
641 return const_cast<napi_env>(_env);

Callers 15

PropertyLValueMethod · 0.80
ThenMethod · 0.80
CatchMethod · 0.80
NewOrCopyMethod · 0.80
NewMethod · 0.80
ResetMethod · 0.80
GetMethod · 0.80
operator()Method · 0.80
CallMethod · 0.80
MakeCallbackMethod · 0.80
ObjectWrapMethod · 0.80
UnwrapMethod · 0.80

Calls 1

EnvClass · 0.85

Tested by 15

TestInt64Function · 0.64
TestUint64Function · 0.64
TestWordsFunction · 0.64
TestTooBigBigIntFunction · 0.64
TestStaticMethodFunction · 0.64
TestStaticMethodInternalFunction · 0.64
TestMethod · 0.64
TestMethodMethod · 0.64
TestMethodInternalMethod · 0.64
TestMethodTMethod · 0.64
TestStaticMethodTMethod · 0.64
TestCallbackInfoSetDataFunction · 0.64