Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
1622
template <typename Key>
1623
inline Value Object::PropertyLValue<Key>::AsValue() const {
1624
return Value(*this);
1625
}
1626
1627
template <typename Key>
1628
inline Object::PropertyLValue<Key>::PropertyLValue(Object object, Key key)
Callers
1
AccessProp
Function · 0.80
Calls
1
Value
Function · 0.70
Tested by
no test coverage detected