MCPcopy 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
1627template <typename Key>
1628inline Object::PropertyLValue<Key>::PropertyLValue(Object object, Key key)
1629 : _env(object.Env()), _object(object), _key(key) {}
1630
1631inline Object Object::New(napi_env env) {
1632 napi_value value;

Callers

nothing calls this directly

Calls 1

EnvMethod · 0.80

Tested by

no test coverage detected