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

Function instanceof

system/include/emscripten/val.h:539–541  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

537#endif
538
539 bool instanceof(const val& v) const {
540 return internal::_emval_instanceof(as_handle(), v.as_handle());
541 }
542
543 bool in(const val& v) const {
544 return internal::_emval_in(as_handle(), v.as_handle());

Callers 1

isArrayFunction · 0.85

Calls 1

as_handleFunction · 0.85

Tested by

no test coverage detected