Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ operator==
Function
operator==
system/include/emscripten/val.h:451–453 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
449
}
450
451
bool operator==(const val& v) const {
452
return equals(v);
453
}
454
455
bool operator!=(const val& v) const {
456
return !equals(v);
Callers
nothing calls this directly
Calls
1
equals
Function · 0.85
Tested by
no test coverage detected