MCPcopy Create free account
hub / github.com/BabylonJS/BabylonNative / Value

Function Value

Dependencies/napi/include/napi/napi-inl.h:940–942  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

938
939template <typename Key>
940inline Object::PropertyLValue<Key>::operator Value() const {
941 return Object(_env, _object).Get(_key);
942}
943
944template <typename Key> template <typename ValueType>
945inline Object::PropertyLValue<Key>& Object::PropertyLValue<Key>::operator =(ValueType value) {

Callers 15

UndefinedMethod · 0.70
NullMethod · 0.70
boolFunction · 0.70
FromMethod · 0.70
GetMethod · 0.70
CallMethod · 0.70
MakeCallbackMethod · 0.70
SetMethod · 0.70
operator ()Method · 0.70
NewMethod · 0.70
NewTargetMethod · 0.70

Calls 2

ObjectClass · 0.70
GetMethod · 0.45

Tested by

no test coverage detected