MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / equals

Function equals

system/include/emscripten/val.h:447–449  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

445 }
446
447 bool equals(const val& v) const {
448 return internal::_emval_equals(as_handle(), v.as_handle());
449 }
450
451 bool operator==(const val& v) const {
452 return equals(v);

Callers 3

operator==Method · 0.85
operator==Function · 0.85
operator!=Function · 0.85

Calls 1

as_handleFunction · 0.85

Tested by

no test coverage detected