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

Function napi_value

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

Source from the content-addressed store, hash-verified

318}
319
320inline Value::operator napi_value() const {
321 return _value;
322}
323
324inline bool Value::operator ==(const Value& other) const {
325 return StrictEquals(other);

Callers 1

RegisterModuleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected