Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node-addon-api
/ PropertyLValue
Method
PropertyLValue
napi-inl.h:1628–1629 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1626
1627
template <typename Key>
1628
inline Object::PropertyLValue<Key>::PropertyLValue(Object object, Key key)
1629
: _env(object.Env()), _object(object), _key(key) {}
1630
1631
inline Object Object::New(napi_env env) {
1632
napi_value value;
Callers
nothing calls this directly
Calls
1
Env
Method · 0.80
Tested by
no test coverage detected