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

Method AsValue

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

Source from the content-addressed store, hash-verified

1621
1622template <typename Key>
1623inline Value Object::PropertyLValue<Key>::AsValue() const {
1624 return Value(*this);
1625}
1626
1627template <typename Key>
1628inline Object::PropertyLValue<Key>::PropertyLValue(Object object, Key key)

Callers 1

AccessPropFunction · 0.80

Calls 1

ValueFunction · 0.70

Tested by

no test coverage detected