Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
320
inline Value::operator napi_value() const {
321
return _value;
322
}
323
324
inline bool Value::operator ==(const Value& other) const {
325
return StrictEquals(other);
Callers
1
RegisterModule
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected