Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node-addon-api
/ napi_value
Function
napi_value
napi-inl.h:785–787 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
783
: _env(env), _value(value) {}
784
785
inline Value::operator napi_value() const {
786
return _value;
787
}
788
789
inline bool Value::operator==(const Value& other) const {
790
return StrictEquals(other);
Callers
1
RegisterModule
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected