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

Method Value

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

Source from the content-addressed store, hash-verified

778////////////////////////////////////////////////////////////////////////////////
779
780inline Value::Value() : _env(nullptr), _value(nullptr) {}
781
782inline Value::Value(napi_env env, napi_value value)
783 : _env(env), _value(value) {}

Callers 15

NewOrCopyMethod · 0.80
ReferenceMethod · 0.80
operator==Method · 0.80
OnOKMethod · 0.80
OnErrorMethod · 0.80
GetConstructorMethod · 0.80
IsLosslessFunction · 0.80
StaticGetterFunction · 0.80
StaticSetterFunction · 0.80
SetObjectWithCStringKeyFunction · 0.80
SetObjectWithIntKeyFunction · 0.80

Calls 3

ObjectClass · 0.85
PropertyDescriptorClass · 0.85
ValueFunction · 0.70

Tested by

no test coverage detected